Bug 16003

Summary: freezes randomally
Product: xorg Reporter: Omry Yadan <omry>
Component: Driver/nVidia (open)Assignee: Aaron Plattner <aplattner>
Status: RESOLVED DUPLICATE QA Contact: Xorg Project Team <xorg-team>
Severity: major    
Priority: medium    
Version: 7.3 (2007.09)   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
log none

Description Omry Yadan 2008-05-18 14:08:02 UTC
Created attachment 16617 [details]
log

X server freezes while watching a movie on mplayer.
started with -dumbSched to workaround a different problem (per advice on the irc channel).
gdb shows this trace:
#0  0xb7b700c3 in NVSync () from /usr/lib/xorg/modules/drivers//nv_drv.so
#1  0xb7b6f38d in ?? () from /usr/lib/xorg/modules/drivers//nv_drv.so
#2  0x08218b78 in ?? ()
#3  0xbf8d2a38 in ?? ()
#4  0xbf8d2a34 in ?? ()
#5  0xbf8d2a30 in ?? ()
#6  0xbf8d2a2c in ?? ()
#7  0xbf8d2ad4 in ?? ()
#8  0x02800000 in ?? ()
#9  0x01e00000 in ?? ()
#10 0x00000000 in ?? ()

continuing and breaking does not change the location, looks like it's sitting there.

Configuration:


Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option      "XkbRules"  "xorg"
    Option      "XkbModel"  "pc104"
    Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
    Option      "Emulate3Buttons"   "true"
EndSection

Section "Device"
    Identifier  "Configured Video Device"
EndSection

Section "Monitor"
    Identifier  "Configured Monitor"
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Monitor     "Configured Monitor"
EndSection


log file attached.
Comment 1 Benjamin Close 2008-05-19 19:29:35 UTC
This NVSync issue is platform indenpendant, there's much better info in the other bugs
Comment 2 Benjamin Close 2008-05-19 19:34:41 UTC
oops, this should have been a duplicate bug not fixed

*** This bug has been marked as a duplicate of bug 3168 ***

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.