Skip Menu |

This queue is for tickets about the Git-XS CPAN distribution.

Report information
The Basics
Id: 127285
Status: new
Priority: 0/
Queue: Git-XS

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: (no value)



Subject: t/init.t aborts on freebsd systems
I see the following error on all of my freebsd smokers (9, 10, 11): ... Assertion failed: (git_atomic_get(&git__n_inits) > 0), function git__global_state, file src/global.c, line 325. t/init.t .... Failed 5/6 subtests ...
On 2018-10-03 08:22:21, SREZIC wrote: Show quoted text
> I see the following error on all of my freebsd smokers (9, 10, 11): > > ... > Assertion failed: (git_atomic_get(&git__n_inits) > 0), function > git__global_state, file src/global.c, line 325. > t/init.t .... > Failed 5/6 subtests > ...
A similar assertion happens on RedHat-like systems (seen on CentOS 6, CentOS 7, Fedora 28): ... PERL_DL_NONLAZY=1 "/opt/perl-5.28.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t perl: /builddir/build/BUILD/libgit2-0.26.6/src/global.c:324: git__global_state: Assertion `git_atomic_get(&git__n_inits) > 0' failed. t/init.t .... Failed 5/6 subtests ...