Bug 700721 - [RS780] X server crashing when starting up wine stuff (Vidmode related?) [@ VidModeGetFirstModeline]
Summary: [RS780] X server crashing when starting up wine stuff (Vidmode related?) [@ V...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-drv-ati
Version: 15
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Jérôme Glisse
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: [cat:crash]
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-29 08:01 UTC by Pekka Pietikäinen
Modified: 2018-04-11 07:42 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-07 16:29:06 UTC
Type: ---


Attachments (Terms of Use)
Xorg.0.log including backtrace (101.10 KB, text/plain)
2011-04-29 08:02 UTC, Pekka Pietikäinen
no flags Details

Description Pekka Pietikäinen 2011-04-29 08:01:03 UTC
Description of problem:

Starting up spotify under wine occasionally crashes the X server on my updated
F15 system. Not good. Apparently it tries to switch video modes or whatnot.

[1506877.041] 0: /usr/bin/Xorg (xorg_backtrace+0x2f) [0x4a13df]
[1506877.041] 1: /usr/bin/Xorg (0x400000+0x622c6) [0x4622c6]
[1506877.041] 2: /lib64/libpthread.so.0 (0x343e400000+0xf3c0) [0x343e40f3c0]
[1506877.041] 3: /usr/bin/Xorg (VidModeGetFirstModeline+0x82) [0x526df2]
[1506877.046] 4: /usr/bin/Xorg (VidModeGetNumOfModes+0x2c) [0x5273fc]
[1506877.046] 5: /usr/lib64/xorg/modules/extensions/libextmod.so
(0x7fba692f8000+0xb725) [0x7fba69303725]
[1506877.046] 6: /usr/bin/Xorg (0x400000+0x2ec11) [0x42ec11]
[1506877.046] 7: /usr/bin/Xorg (0x400000+0x22e1a) [0x422e1a]
[1506877.046] 8: /lib64/libc.so.6 (__libc_start_main+0xed) [0x343e02143d]
[1506877.046] 9: /usr/bin/Xorg (0x400000+0x23101) [0x423101]
[1506877.046] Segmentation fault at address 0x8
[1506877.046]

01:05.0 VGA compatible controller: ATI Technologies Inc Radeon HD 3200 Graphics

with

Screen 0: minimum 320 x 200, current 1360 x 768, maximum 8192 x 8192
VGA-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 1360x768+0+0 (normal left inverted right x axis y axis) 930mm x 523mm
   1360x768       60.1*+
   1920x1080i     25.0  
   1280x720       60.0  
   1024x768       60.0  
   800x600        60.3  
   640x480        60.0  

(attaching Xorg.0.log just in case it has something relevant I missed here)

Comment 1 Pekka Pietikäinen 2011-04-29 08:02:10 UTC
Created attachment 495729 [details]
Xorg.0.log including backtrace

Comment 2 Matěj Cepl 2011-06-16 22:45:05 UTC
In function VidModeGetFirstModeline:
(from frame 3: /usr/bin/Xorg (VidModeGetFirstModeline+0x82) [0x526df2])
216: {
217:     ScrnInfoPtr pScrn;
218:     VidModePtr pVidMode;
219: 
220:     if (!VidModeAvailable(scrnIndex))
221: 	return FALSE;
222: 
223:     pScrn = xf86Screens[scrnIndex];
224:     pVidMode = VMPTR(pScrn->pScreen);
225:     pVidMode->First = pScrn->modes;
226: >>>>>>>     pVidMode->Next =  pVidMode->First->next;
227: 
228:     if (pVidMode->First->status == MODE_OK) {
229:       *mode = (pointer)(pVidMode->First);
230:       *dotClock = VidModeGetDotClock(scrnIndex, pVidMode->First->Clock);
231:       return TRUE;
232:     }
233: 
234:     return VidModeGetNextModeline(scrnIndex, mode, dotClock);
235: }
236: 


Frame 4: /usr/bin/Xorg (VidModeGetNumOfModes+0x2c) [0x5273fc]
/usr/src/debug/xorg-server-1.10.1/hw/xfree86/common/xf86VidMode.c:448
VidModeGetNumOfModes
Frame 5: /usr/lib64/xorg/modules/extensions/libextmod.so (0x7fba692f8000+0xb725) [0x7fba69303725]
/usr/src/debug/xorg-server-1.10.1/hw/xfree86/dixmods/extmod/xf86vmode.c:428
ProcXF86VidModeGetAllModeLines
Frame 6: /usr/bin/Xorg (0x400000+0x2ec11) [0x42ec11]
/usr/src/debug/xorg-server-1.10.1/dix/dispatch.c:431
Dispatch
Frame 7: /usr/bin/Xorg (0x400000+0x22e1a) [0x422e1a]
/usr/src/debug/xorg-server-1.10.1/dix/main.c:289
main

Comment 3 Fedora End Of Life 2012-08-07 16:29:09 UTC
This message is a notice that Fedora 15 is now at end of life. Fedora
has stopped maintaining and issuing updates for Fedora 15. It is
Fedora's policy to close all bug reports from releases that are no
longer maintained. At this time, all open bugs with a Fedora 'version'
of '15' have been closed as WONTFIX.

(Please note: Our normal process is to give advanced warning of this
occurring, but we forgot to do that. A thousand apologies.)

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, feel free to reopen
this bug and simply change the 'version' to a later Fedora version.

Bug Reporter: Thank you for reporting this issue and we are sorry that
we were unable to fix it before Fedora 15 reached end of life. If you
would still like to see this bug fixed and are able to reproduce it
against a later version of Fedora, you are encouraged to click on
"Clone This Bug" (top right of this page) and open it against that
version of Fedora.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

The process we are following is described here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping


Note You need to log in before you can comment on or make changes to this bug.