http://bugzilla.novell.com/show_bug.cgi?id=617651 http://bugzilla.novell.com/show_bug.cgi?id=617651#c19 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|vuntz@novell.com | --- Comment #19 from Vincent Untz <vuntz@novell.com> 2010-07-05 09:51:10 UTC --- Program received signal SIGSEGV, Segmentation fault. WriteToClient (who=0x9e9b158, count=32, __buf=0xbff59dac) at io.c:702 702 ConnectionOutputPtr oco = oc->output; (gdb) bt #0 WriteToClient (who=0x9e9b158, count=32, __buf=0xbff59dac) at io.c:702 #1 0x0806a411 in WriteEventsToClient (pClient=0x9e9b158, count=<value optimized out>, events=0xbff59dac) at events.c:5813 #2 0xb7217ce3 in DRI2SwapEvent (client=0x9e9b158, data=0x9972130, type=2, ust=1278323252785257, msc=137861776, sbc=36) at dri2ext.c:369 #3 0xb7216d4d in DRI2SwapComplete (client=0x9e9b158, pDraw=0x9972130, frame=137861776, tv_sec=1278323252, tv_usec=785257, type=2, swap_complete=0xb7217c60 <DRI2SwapEvent>, swap_data=0x9972130) at dri2.c:546 #4 0xb71d6d23 in I830DRI2FrameEventHandler (frame=137861776, tv_sec=1278323252, tv_usec=785257, event_data=0xa32c410) at i830_dri.c:590 #5 0xb71d0a73 in drmmode_vblank_handler (fd=9, frame=137861776, tv_sec=1278323252, tv_usec=785257, event_data=0xa32c410) at drmmode_display.c:1403 #6 0xb71ff363 in drmHandleEvent () from /usr/lib/libdrm.so.2 #7 0xb71d09a7 in drm_wakeup_handler (data=0x82a9bd0, err=1, p=0x823afc0) at drmmode_display.c:1428 #8 0x08093e8c in WakeupHandler (result=1, pReadmask=0x823afc0) at dixutils.c:403 #9 0x080a559d in WaitForSomething (pClientsReady=0x9c85238) at WaitFor.c:233 #10 0x08090281 in Dispatch () at dispatch.c:375 #11 0x08066b85 in main (argc=9, argv=0xbff5a704, envp=0xbff5a72c) at main.c:286 (gdb) list 697 698 int 699 WriteToClient (ClientPtr who, int count, const void *__buf) 700 { 701 OsCommPtr oc = (OsCommPtr)who->osPrivate; 702 ConnectionOutputPtr oco = oc->output; 703 int padBytes; 704 const char *buf = __buf; 705 #ifdef DEBUG_COMMUNICATION 706 Bool multicount = FALSE; -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.