How can we trace back to the actual bib file the (most likely formatting) error that makes biber die?
The error I get from the biber run is:
[1447] Utils.pm:160> ERROR - BibTeX subsystem: /tmp/wLejLsez1J/Passivity.bib_28895.utf8, line 8851, syntax error: found ",", expected one of: number, name (entry type, key, field, or macro name), end of entry ("}" or ")") or quoted string ({...} or "...")
All this tells me is that there is an error in the file Passivity.bib. That file has several hundred refs, however. How can I get to the problematic one?
The file in /tmp that biber refers to does not exist any longer at the end of biber's run.
I tried checking the .blg file produced by biber, but it contains exactly the same information as the line above.