<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [Wayland] queue-test test failed on ppc64"
href="https://bugs.freedesktop.org/show_bug.cgi?id=59001#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [Wayland] queue-test test failed on ppc64"
href="https://bugs.freedesktop.org/show_bug.cgi?id=59001">bug 59001</a>
from <span class="vcard"><a class="email" href="mailto:jadahl@gmail.com" title="Jonas Ådahl <jadahl@gmail.com>"> <span class="fn">Jonas Ådahl</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>