Summary: | Xorg server SEGFAULTS when starting with two interfaces/drivers | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Robert Bradbury <robert.bradbury> | ||||
Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> | ||||
Status: | RESOLVED INVALID | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | critical | ||||||
Priority: | medium | CC: | freedesktop, remi | ||||
Version: | unspecified | ||||||
Hardware: | x86 (IA32) | ||||||
OS: | Linux (All) | ||||||
URL: | N/A | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Robert Bradbury
2009-09-08 23:18:13 UTC
Robert, Please attach your xorg.conf and the resulting Xorg.0.log here. Thanks Created attachment 32922 [details] [review] checks that pEnt->busAcc isn't NULL before dereferencing it I ran into this same problem on xorg-server-1.6.5. pent->busAcc is NULL, so xf86Bus.c:1521's dereference causes a segfault. Other code seems to indicate busAcc can be NULL and checks that it isn't before dereferencing it. It looks like xf86Bus.c:1521 misses that check? After adding that check, it works for me. Patch is attached. 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.