Built with Qt 5.10.1 5: Test command: /var/tmp/paludis/build/dev-util-heaptrack-1.1.0/work/build/tests/auto/tst_inject 5: Test timeout computed to be: 10000000 5: 5: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: tst_inject is a Catch v1.2.1 host application. 5: Run with -? for options 5: 5: ------------------------------------------------------------------------------- 5: inject via dlopen 5: ------------------------------------------------------------------------------- 5: /var/tmp/paludis/build/dev-util-heaptrack-1.1.0/work/heaptrack-1.1.0/tests/auto/tst_inject.cpp:87 5: ............................................................................... 5: 5: /var/tmp/paludis/build/dev-util-heaptrack-1.1.0/work/heaptrack-1.1.0/tests/auto/tst_inject.cpp:82: FAILED: 5: REQUIRE( contents.find("\n+") != std::string::npos ) 5: with expansion: 5: 18446744073709551615 (0xffffffffffffffff) 5: != 5: 18446744073709551615 (0xffffffffffffffff) 5: 5: ------------------------------------------------------------------------------- 5: inject via libc 5: ------------------------------------------------------------------------------- 5: /var/tmp/paludis/build/dev-util-heaptrack-1.1.0/work/heaptrack-1.1.0/tests/auto/tst_inject.cpp:105 5: ............................................................................... 5: 5: /var/tmp/paludis/build/dev-util-heaptrack-1.1.0/work/heaptrack-1.1.0/tests/auto/tst_inject.cpp:82: FAILED: 5: REQUIRE( contents.find("\n+") != std::string::npos ) 5: with expansion: 5: 18446744073709551615 (0xffffffffffffffff) 5: != 5: 18446744073709551615 (0xffffffffffffffff) 5: 5: =============================================================================== 5: test cases: 2 | 0 passed | 2 failed 5: assertions: 21 | 19 passed | 2 failed 5: 5/5 Test #5: tst_inject .......................***Failed 0.06 sec
Qt isn't relevant here - heaptrack only uses Qt for the GUI. What system is this? I.e. what distribution? What hardware platform? 32bit or 64bit?
(In reply to Milian Wolff from comment #1) > Qt isn't relevant here - heaptrack only uses Qt for the GUI. > > What system is this? I.e. what distribution? What hardware platform? 32bit > or 64bit? Exherbo, x86_64, 64bit
I've never heard of that distro. Does it do anything special when it comes to compilation flags maybe? Also, installation looks pretty complicated. Is there a live image one can boot in a VM to debug this?
It's actually caused by our build sandbox. If I build without it the test passes. Sorry, should've checked that first. Guess this can be closed.
OK cool, thanks for the feedback.