<br><br><div class="gmail_quote">On Fri, Mar 16, 2012 at 12:34 PM, Bill Spitzak <span dir="ltr">&lt;<a href="mailto:spitzak@gmail.com">spitzak@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
weston-terminal is apparently crashing after about 12 characters are typed. This is on the same system I had to turn EGL_DEPTH_SIZE off on. I get the following messages:<br>
<br>
nvfx_screen_get_param:103 -  Warning: unknown PIPE_CAP 57<br>
disconnect from client 0x92c50a8<br>
Error sending request: Broken pipe<br>
./client-run.sh: line 34:  6436 Aborted                 $1<br>
<br>
Seems to me that some buffer is overflowing?<br>
<br>
If I turn on WAYLAND_DEBUG (and all the other _DEBUG symbols but this is the only one that produces anything) the last 2 keystrokes produce this:<br>
<br>
[1691172.954] wl_input_device@6.key(<u></u>482727509, 28, 0)<br>
[1691605.322] wl_input_device@6.key(<u></u>482727942, 28, 1)<br>
[1691613.089]  -&gt; wl_shm@3.create_buffer(new id 24, fd 8, 646, 390, 2584, 0)<br>
[1691626.510]  -&gt; wl_buffer@24.damage(0, 0, 646, 390)<br>
[1691626.586]  -&gt; wl_surface@22.attach(wl_<u></u>buffer@24, 0, 0)<br>
[1691626.619]  -&gt; wl_display@1.sync(new id 26)<br>
[1691626.636]  -&gt; wl_surface@22.damage(0, 0, 646, 390)<br>
[1691631.609] wl_callback@26.done(0)<br>
[1691631.675]  -&gt; wl_buffer@24.destroy()<br>
[1691631.818] wl_display@1.delete_id(26)<br>
[1691737.523] wl_display@1.delete_id(24)<br>
[1691737.566] wl_input_device@6.key(<u></u>482728074, 28, 0)<br>
[1692199.147] wl_input_device@6.key(<u></u>482728536, 28, 1)<br>
[1692205.122]  -&gt; wl_shm@3.create_buffer(<u></u>disconnect from client 0x92be680<br>
new id 24, fd 8, 646, 390, 2584, 0)<br>
Error sending request: Broken pipe<br>
Aborted<br>
<br>
Since the &quot;disconnect from client&quot; was imbedded in the debug output I think it was the wayland server that decided to kill the client, not the client crashing itself.<br><br></blockquote><div>Can you get a backtrace with gdb? For what it&#39;s worth, weston-terminal works fine here on radeon.<br>
</div></div><br>