I'M still trying to make biber work after switching my bibtex .tex files to UTF-8 and importing some new entries.
INFO - This is Biber 1.9
INFO - Config file is '/Users/myname/.biber.conf'
INFO - Logfile is 'Diss.blg'
INFO - Reading 'Diss.bcf'
INFO - Using all citekeys in bib section 0
INFO - Processing section 0
INFO - Looking for bibtex format file 'references.bib' for section 0
INFO - Decoding LaTeX character macros into UTF-8
INFO - Found BibTeX data source 'references.bib'
WARN - Overwriting field 'year' with year value from field 'date' for entry '1991'
WARN - Overwriting field 'year' with year value from field 'date' for entry 'Thomas-Vielma2008'
FATAL - Caught signal: SEGV
Likely your .bib has a very bad entry which causes libbtparse to crash:
I already cleaned a lot in my bibtex file, but I still don't get a bibliography in my pdf, cause biber seems to have a problem with something, but in the .blg log file I don't find a hint on the problematic line.
- Is there another log file which could tell me what's going wrong here?
- How can I fix the problem as quick as possible?
- It seems that biber processes all entries, even if they are not cited - is this correct?
- Is there an option for biber which makes it less "picky" about the entries and still produces at least a bibliography for those who work?
- In the .bib file there are about 3000 entries, so testing by hand for each one is not an option. Is there a way to automate this testing process or print out the last processed entry?
--nodieonerror– Ulrike Fischer Feb 24 '15 at 11:59INFO - Using all citekeys in bib section 0. So you are using them all with something like\nocite{*}? – cfr Feb 24 '15 at 13:11.bibfiles very often theabstractis the culprit (sometimes other non standard fields are also non-well formed, in your other MWE you had aM3field). Maybe you can suppress theabstractbeing exported - it would be better to make sure only the fields you really need are exported and well formed. ASEGVis really nasty and notoriously hard to debug, so the half-half method is probably the only way to isolate the troublemaker. – moewe Feb 24 '15 at 18:46.bibfile was generated from Zotero and an author field contains only a first name (probably resulting in excessive commas in theAuthorfield like shown in the accepted answer). – ngmir Nov 08 '21 at 14:21