https://bugs.freedesktop.org/show_bug.cgi?id=59001
--- Comment #8 from Jonas Ã…dahl <[email protected]> --- Looking at the output you provided, the problem seems to be in the server process. Note the "signal 11, fail" i.e. "segmentation fault" message. The queue test consists of two processes; the server process, and the forked client process. It looks like the server process is the one that crashes, resulting in no registry objects being transmitted and counter not reaching 2 when it gets the EPIPE error when reading the socket. Debugging the test cases are not very convenient, but what you can try to do is to add a sleep to the server part, start the test case and attach gdb to it before it continues and then see where it crashes. Be careful not to attach to the client process, or the test runner process. -- 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
