On Tue, Apr 06, 2010 at 10:35:51AM +0200, Julien Danjou wrote: > Jan Niehusmann <[email protected]> writes: > > > #5 0x00000000004117df in luaA_client_gc (L=0x657240) at > > /home/jan/downloads/awesome/awesome/client.c:55 > > #12 0x000000000040fe86 in awesome_atexit () at > > /home/jan/downloads/awesome/awesome/awesome.c:96 > > #13 0x0000000000410719 in awesome_restart () at > > /home/jan/downloads/awesome/awesome/awesome.c:276 > > That's the interesting part. > Is line 55 of client.c the following: > xcb_get_wm_protocols_reply_wipe(&c->protocols);
Exactly. > If so, I'm pretty sure it has been fixed by Ari with commit : > > commit 612616aee64983f0c530dc951fcfc1356f0ab51f > Author: Ari Entlich <[email protected]> > Date: Mon Mar 22 14:17:27 2010 +0100 > > Fix possible memory corruption (FS#734) Looks good. > Would you mind testing git version of branch 3.4? Well, I just cherry-picked the patch into 3.4.4 and am running that version now. As the crash doesn't happen often, it's difficult to tell if the bug is really fixed. But if awesome crashes again, I'll surely tell you. Jan -- To unsubscribe, send mail to [email protected].
