I got another crash while I was working with OpenOffice.

Here is the gdb output :

#0  0x080945c4 in wManageWindow (scr=0x0, window=54526021)
    at /home/julien/temp/wmaker-0.91.0/src/window.c:721
721         if (scr->flags.startup && wm_state < 0 && wattribs.map_state==IsUnma
pped) {
(gdb) l
716         }
717
718         wm_state = PropGetWindowState(window);
719
720         /* if it's startup and the window is unmapped, don't manage it */
721         if (scr->flags.startup && wm_state < 0 && wattribs.map_state==IsUnma
pped) {
722             XUngrabServer(dpy);
723             return NULL;
724         }
725
(gdb) bt
#0  0x080945c4 in wManageWindow (scr=0x0, window=54526021)
    at /home/julien/temp/wmaker-0.91.0/src/window.c:721
#1  0x0806afb1 in handleMapRequest (ev=0x0)
    at /home/julien/temp/wmaker-0.91.0/src/event.c:532
#2  0x080b24cb in WMHandleEvent (event=0xbffffae0)
    at /home/julien/temp/wmaker-0.91.0/WINGs/wevent.c:231
#3  0x0806ac39 in EventLoop ()
    at /home/julien/temp/wmaker-0.91.0/src/event.c:325
#4  0x08073a44 in real_main (argc=2, argv=0xbffffc34)
    at /home/julien/temp/wmaker-0.91.0/src/main.c:867
#5  0x080736c6 in main (argc=2, argv=0xbffffc34)
    at /home/julien/temp/wmaker-0.91.0/src/main.c:638


I don't remember if I already said that, but I have two screens, on
two different video cards. Could it be related to these bugs ? Should
these bugs be marked RC ?
-- 
Julien

Reply via email to