我如何才能弄清楚为什么 biber 突然停止工作?

我如何才能弄清楚为什么 biber 突然停止工作?

编辑于 2013-08-28又发生了。我可以采取哪些步骤来找出问题所在?

我不知道发生了什么事。

就在 30 分钟前一切还很好,但 5 分钟前它就停止工作了。

以下是 MWE:

\documentclass[
12pt,
a4paper,
english,
]
{scrreprt}

\usepackage[T1]{fontenc}
\usepackage{lmodern}

\usepackage[
language=auto,
style=authoryear,
backend=biber,
]{biblatex}

\usepackage{xpatch}

\begin{filecontents*}{lit.bib}
@Book{augustine,
  hyphenation     = {american},
  author      = {Augustine, Robert L.},
  title       = {Heterogeneous catalysis for the synthetic chemist},
  shorttitle      = {Heterogeneous catalysis},
  publisher   = {Marcel Dekker},
  location    = {New York},
  date        = {1995},
    edition={1},
  annotation      = {A plain \texttt{book} entry}
}
}
\end{filecontents*}

\renewbibmacro*{publisher+location+date}{%
\newunit
\printlist{publisher}%
\newunit
\printlist{location}%
\newunit}

\addbibresource{lit.bib}

\begin{document}
\chapter{First Chapter}
\begin{itemize}
    \item Some words for the \verb+book+.\footcite[See][p. 19]{augustine}
\end{itemize}
\printbibliography
\end{document}

这是错误代码(不幸的是,是德语):

Problemsignatur:
  Problemereignisname:  APPCRASH
  Anwendungsname:   biber.exe
  Anwendungsversion:    0.0.0.0
  Anwendungszeitstempel:    51194dbe
  Fehlermodulname:  perl516.dll
  Fehlermodulversion:   0.0.0.0
  Fehlermodulzeitstempel:   5093098b
  Ausnahmecode: c0000005
  Ausnahmeoffset:   00001427
  Betriebsystemversion: 6.1.7601.2.1.0.256.48
  Gebietsschema-ID: 1031
  Zusatzinformation 1:  4c0d
  Zusatzinformation 2:  4c0d4d78887f76d971d5d00f1f20a433
  Zusatzinformation 3:  4c0d
  Zusatzinformation 4:  4c0d4d78887f76d971d5d00f1f20a433

Lesen Sie unsere Datenschutzbestimmungen online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0407

Wenn die Onlinedatenschutzbestimmungen nicht verfügbar sind, lesen Sie unsere Datenschutzbestimmungen offline:
  C:\Windows\system32\de-DE\erofflps.txt

我的系统:

  • Win7 64位

  • TXC 2 Beta 2 64 位

TXC 的输出配置文件:

在此处输入图片描述

相关内容