Summary: | Xorg crashes in mieqProcessDeviceEvent | ||
---|---|---|---|
Product: | xorg | Reporter: | Sung-Jin Park <graphia> |
Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED INVALID | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | critical | ||
Priority: | medium | ||
Version: | 7.5 (2009.10) | ||
Hardware: | ARM | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Sung-Jin Park
2010-06-10 19:59:39 UTC
*** Bug 28496 has been marked as a duplicate of this bug. *** On Thu, Jun 10, 2010 at 19:59:39 -0700, bugzilla-daemon@freedesktop.org wrote: > 6: (0x400d9628) [/usr/lib/xorg/modules/input/evdev_drv.so]+0x3628 : > EvdevDeleteSubDevice() the evdev driver has no such function. what software are you running? (In reply to comment #2) > On Thu, Jun 10, 2010 at 19:59:39 -0700, bugzilla-daemon@freedesktop.org wrote: > > > 6: (0x400d9628) [/usr/lib/xorg/modules/input/evdev_drv.so]+0x3628 : > > EvdevDeleteSubDevice() > > the evdev driver has no such function. what software are you running? Isn't that from the French multitouch stuff? Yes, I'm using evdev-multitouch driver derived from the following url and it's working properly/ ==> http://cgit.freedesktop.org/~tissoire/xf86-input-evdev/log/?h=multitouch-unstable In my opinion, the main cause of this problem is between frame 16 and 17. An invalid event whose header is not equal to 0xFF (=ET_Internal) was in miEventQueue and it may cause FatalError() in frame 16. The reason FatalError() was called again in frame 13 is OccurSegFault() was called in OsVendorFatalError(). OccurSegFault() was added for causing SIGSEGV at FatalError(). ========================================================================== static void OccurSegFault(void) { *(char *) 0 = 0; } void OsVendorFatalError(void) { #ifdef VENDORSUPPORT ErrorF("\nPlease refer to your Operating System Vendor support pages\n" "at %s for support on this crash.\n",VENDORSUPPORT); #else ErrorF("\nPlease consult the "XVENDORNAME" support \n" "\t at "__VENDORDWEBSUPPORT__"\n for help. \n"); #endif if (xf86LogFile && xf86LogFileWasOpened) ErrorF("Please also check the log file at \"%s\" for additional " "information.\n", xf86LogFile); ErrorF("\n"); if (!xf86Info.caughtSignal) OccurSegFault(); } ========================================================================== Mass closure: This bug has been untouched for more than six years, and is not obviously still valid. Please file a new report if you continue to experience issues with a current server. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.