Hide Forgot
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)
Created attachment 495729 [details] Xorg.0.log including backtrace
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
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