I noticed some time ago that biber seem to have stopped working for me:
Example taken from here:
\documentclass[]{article}
\usepackage[autostyle]{csquotes}
\usepackage[
backend=biber,
style=authoryear-icomp,
sortlocale=de_DE,
natbib=true,
url=false,
doi=true,
eprint=false
]{biblatex}
\addbibresource{biblatex-examples.bib}
\usepackage[]{hyperref}
\hypersetup{
colorlinks=true,
}
%% ##############################
\begin{document}
Lorem ipsum dolor sit amet~\citep{kastenholz}.
At vero eos et accusam et justo duo dolores et ea rebum~\citet{sigfridsson}.
\printbibliography
\end{document}
Results in
fish: Job 1, “biber test.bcf” terminated by signal SIGSEGV (Address boundary error)
or in zsh
[1] 21077 segmentation fault (core dumped) biber test.bcf

Do you have any idea why this happens? I'm running out of ideas...
Thanks for any suggestions in advance!
Edit: Maybe I should add that I'm using a freshly installed biblatex-biber 1.8-2 with all the up-to-date perl-dependencies in AUR.
/tmp/par-<hexnumber>– Jul 09 '14 at 10:41/tmp/par-*. The only files containing "biber" in/tmpare in/tmp/yaourt-tmp-root/aur-biblatex-biber/from the reinstalling. Deleting these does not make any differences. :/ – Suuuehgi Jul 09 '14 at 10:47biber --tool-configand it shows the directory – Jul 09 '14 at 11:37