git-meta icon indicating copy to clipboard operation
git-meta copied to clipboard

nodegit/libgit2 crashes when repository config accessed in parallel

Open bpeabody opened this issue 8 years ago • 0 comments

e.g., if you run this:

const config = repo.config();
const value = config.getString("section.value");

many times in parallel, you will eventually crash with:

Assertion failed: (c == '['), function parse_section_header, file ../vendor/libgit2/src/config_file.c, line 1126.
error: git-meta died of signal 6

bpeabody avatar Feb 09 '17 14:02 bpeabody