Bug 16003 - freezes randomally
Summary: freezes randomally
Status: RESOLVED DUPLICATE of bug 3168
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/nVidia (open) (show other bugs)
Version: 7.3 (2007.09)
Hardware: Other All
: medium major
Assignee: Aaron Plattner
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-18 14:08 UTC by Omry Yadan
Modified: 2008-05-19 19:34 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
log (40.70 KB, application/octet-stream)
2008-05-18 14:08 UTC, Omry Yadan
no flags Details

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.