Hi,

On Fri, Jul 10, 2015 at 09:18:25PM +0000, Chris West (Faux) wrote:
> [----------] 20 tests from Writer
> [ RUN      ] Writer.Compact
> [       OK ] Writer.Compact (0 ms)
> [ RUN      ] Writer.Root
> [       OK ] Writer.Root (0 ms)
> [ RUN      ] Writer.Int
> Segmentation fault
> debian/rules:41: recipe for target 'override_dh_auto_test' failed
> make[1]: *** [override_dh_auto_test] Error 139
> make[1]: Leaving directory '/tmp/buildd/rapidjson-0.12~git20141031'

Yeah, same here :/

> I managed to rebuild the tests in the debug configuration, and they pass fine.

OK, that would "in emergency" be a workaround...

> I didn't manage to rebuild the whole package in release mode with debug 
> information,
> so I can't give you a useful backtrace.
>
> It happens on both builders I care about.  Here are the full build logs from 
> one of them:
> https://reproducible.debian.net/rb-pkg/unstable/amd64/rapidjson.html

When I build here I see

[237033.938824] unittest_releas[19831]: segfault at 2e20e29 ip 00000000004d0405 
sp 00007fff27d24d60 error 4 in unittest_release_native_gmake[400000+164000]

in dmesg.

Given the test only does

TEST(Writer, Int) {
    TEST_ROUNDTRIP("[-1]");
    TEST_ROUNDTRIP("[-123]");
    TEST_ROUNDTRIP("[-2147483648]");
}

I don't believe it's rapidjson at fault but gtest... Cc'ing gtests maintainer.

Regards,

Rene


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to