https://bugs.freedesktop.org/show_bug.cgi?id=59001
--- Comment #19 from Kristian Høgsberg <[email protected]> --- (In reply to comment #18) > Yes, I'm running in chroot, but with /proc mounted > > abuild@wolfberry-1:~/rpmbuild/BUILD/wayland-1.0.3/tests> libtool > --mode=execute gdb ./queue-test > GNU gdb (GDB) SUSE (7.5.1-1.1) > Copyright (C) 2012 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "ppc64-suse-linux". > For bug reporting instructions, please see: > <http://www.gnu.org/software/gdb/bugs/>... > Reading symbols from > /home/abuild/rpmbuild/BUILD/wayland-1.0.3/tests/.libs/queue-test...done. > (gdb) run > Starting program: > /home/abuild/rpmbuild/BUILD/wayland-1.0.3/tests/.libs/queue-test > Missing separate debuginfo for /lib64/ld64.so.1 > Try: zypper install -C > "debuginfo(build-id)=c5b01adb2370f144d08c65f2e6f2000a715fe708" > warning: Could not load shared library symbols for linux-vdso64.so.1. > Do you need "set solib-search-path" or "set sysroot"? > Missing separate debuginfo for /lib64/libdl.so.2 > Try: zypper install -C > "debuginfo(build-id)=318d19287fdb90b171b307d748fe5a366548202d" > Missing separate debuginfo for /lib64/libc.so.6 > Try: zypper install -C > "debuginfo(build-id)=8e29c7c7c3bf9106db1d18677425233bddd086b9" > Missing separate debuginfo for /usr/lib64/libffi.so.4 > Try: zypper install -C > "debuginfo(build-id)=db9a86960817b058b8d718b25b14798c76c1951a" > Missing separate debuginfo for /lib64/librt.so.1 > Try: zypper install -C > "debuginfo(build-id)=6596a9d63e16d493af356fa6498322558dfb0b88" > Missing separate debuginfo for /lib64/libpthread.so.0 > Try: zypper install -C > "debuginfo(build-id)=771909dc5849650e92bb91ec07a494046da52c0c" > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib64/libthread_db.so.1". > Detaching after fork from child process 29463. > queue-test: queue-test.c:273: queue: Assertion `ret == 0' failed. > test "queue": signal 6, fail. > 1 tests, 0 pass, 1 fail > [Inferior 1 (process 29459) exited with code 01] > (gdb) bt > No stack. This is a different failure that in comment 16. This time the test is failing to create the server socket, which I suspect is another problem with running the test in chroot. Can you try running the test under strace? $ libtool --mode=execute strace -olog.txt ./queue-test and attach the log.txt? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
