[Rock-dev] Debian armel chroot: ruby segfault in /base/orogen/std

Martin Zenzes martin.zenzes at dfki.de
Fri Jan 24 18:53:21 CET 2014


On 01/23/2014 03:02 PM, Martin Zenzes wrote:
> Hi,
>
> I'm not sure how deep this rabbithole is:
...tracked this particular segfault down to a problem in /tools/typelib 
-- I can constistently reproduce the crash in the 
"test_repositories_merge" test of the boost unittest framework, in 
test/test_registry.cc:213

so thats my weekend, more diggin' on monday ;-)



chroot
------
$ cd /home/rock/tools/typelib
$ QEMU_GDB=1234 BOOST_TEST_LOG_LEVEL=all ./build/test/typelib_testsuite


host
----
# some arm-cross-gdb...
$ 
/opt/poky/1.4.3/sysroots/x86_64-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/arm-poky-linux-gnueabi-gdb
$ (gdb) target remote localhost:1234
$ (gdb) file 
/home/mzenzes/arm_chroot/debian_armel_wheezy/home/rock/tools/typelib/build/test/typelib_testsuite
$ (gdb) run


...and then it flies in all directions


More information about the Rock-dev mailing list