Code Monkey home page Code Monkey logo

Comments (14)

plk avatar plk commented on August 24, 2024

The first message indicated that the underlying C library btparse is dying. This usually means that you have some really nasty problem with your bib file. Can you narrow down the .bib file to one entry which causes the crash?

from biber.

polgab avatar polgab commented on August 24, 2024

I tried to remove some entries. But, with the same file, Biber works some times and crashes the other times !

from biber.

plk avatar plk commented on August 24, 2024

Which OS are you using? The first thing to do is to delete the packer cache. Run biber --cache and delete whatever directory this returns. Then run biber --help and don't do anything until the help output has scrolled past and you get a prompt back so that biber can unpack correctly. Then see if the situation has improved.

from biber.

polgab avatar polgab commented on August 24, 2024

My OS is Ubuntu 14.04 and my distribution is a "vanilla" TeXLive 2014 updated via "tlmgr". I deleted the cache directory from "/tmp" but the bug still occurs.

from biber.

plk avatar plk commented on August 24, 2024

Are you sure it's random? I've never seen that before on any platform. There is no reliable .bib which will always fail?

from biber.

polgab avatar polgab commented on August 24, 2024

Yes. It's random (with the same .bib and the same .bcf). I can post the .bib and the .bcf somewhere...

from biber.

plk avatar plk commented on August 24, 2024

Hmm, this is really strange. There have been library linking errors on linux in the past but this means it just doesnt' work until I change the build settings. Can you post to T.S.E to see if anyone else with Ubuntu 14 has the same issue?

from biber.

polgab avatar polgab commented on August 24, 2024

T.S.E = tex.stackexchange.com ?

from biber.

plk avatar plk commented on August 24, 2024

Sorry, yes ...

from biber.

polgab avatar polgab commented on August 24, 2024

I have tried (with the same .bib and .bcf) on Windows 7 with a fresh installation of TeXLive 2014: it's the same results. Sometimes biber crashes with SEGV and sometimes it works...

from biber.

plk avatar plk commented on August 24, 2024

Ok, then can you paste the smallest possible .tex and .bib file which do this so I can reproduce the problem?

from biber.

polgab avatar polgab commented on August 24, 2024

Here is an archive containing a "small" example: allbib.tex and all-library.bib.

from biber.

plk avatar plk commented on August 24, 2024

You have a really bad syntax error in entry "Faleh1988". The author name is:

author = {el- Faleh, El M\^{a}ti and Lucas, Jacques},

Notice the space after "el-". This is a disaster for bibtex parsing routines as it looks like a prefix but isn't attached to anything. Removing that space makes it work. In general, in such cases, just divide your .bib in half repeatedly to find the guilty entry, then it's usually obvious what the problem is when you have the bad entry to look at.

from biber.

polgab avatar polgab commented on August 24, 2024

Thanks for your help...

Is it possible that Biber indicates more clearly the problematic entry?

A binary search is probably feasible for an "advanced" user like me ... But a basic user will not do it!

from biber.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.