Bug 476668 - Random crash.
Summary: Random crash.
Keywords:
Status: CLOSED DUPLICATE of bug 476203
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-server
Version: 10
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: X/OpenGL Maintenance List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-12-16 15:07 UTC by Jan Kratochvil
Modified: 2008-12-16 18:17 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-12-16 18:17:36 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
/etc/X11/xorg.conf (1.73 KB, text/plain)
2008-12-16 15:07 UTC, Jan Kratochvil
no flags Details
Xorg.0.log (129.55 KB, text/plain)
2008-12-16 15:08 UTC, Jan Kratochvil
no flags Details

Description Jan Kratochvil 2008-12-16 15:07:31 UTC
Created attachment 327111 [details]
/etc/X11/xorg.conf

Description of problem:


Version-Release number of selected component (if applicable):
xorg-x11-server-Xorg-1.5.3-6.fc10.x86_64
xorg-x11-drv-ati-6.9.0-61.fc10.x86_64
mplayer-1.0-0.103.20080903svn.fc10.x86_64
kernel-2.6.27.9-157.ptrace.fc10.x86_64

How reproducible:
Randomly but about 5 times a day various crashes, IMO mostly X related.

Steps to Reproduce:
1. mplayer -fs -zoom -idx -osdlevel 3 -ao alsa:device=hw=0 /tmp/3es9pr45o0lzz.ogg
It is: http://tinyvid.tv/file/3es9pr45o0lzz.ogg
Using: /etc/mplayer/mplayer.conf: vo=x11

Actual results:
Fatal server error:
Caught signal 11.  Server aborting


Backtrace:
0: /usr/bin/Xorg(xorg_backtrace+0x26) [0x4e7a26]
1: /usr/bin/Xorg(xf86SigHandler+0x39) [0x47a679]
2: /lib64/libc.so.6 [0x3404832f90]
3: /usr/bin/Xorg [0x52cd70]
4: /usr/bin/Xorg [0x52cd9c]
5: /usr/bin/Xorg(SendEventToAllWindows+0xb4) [0x52ce74]
6: /usr/bin/Xorg(DisableDevice+0xec) [0x43f7ec]
7: /usr/bin/Xorg(RemoveDevice+0x4e) [0x43faee]
8: /usr/bin/Xorg(DeleteInputDeviceRequest+0x23) [0x4916b3]
9: /usr/bin/Xorg(CloseDownDevices+0x29) [0x43fc69]
10: /usr/bin/Xorg(AbortServer+0x18) [0x4f2088]
11: /usr/bin/Xorg(FatalError+0xd5) [0x4f2755]
12: /usr/bin/Xorg(xf86SigHandler+0x49) [0x47a689]
13: /lib64/libc.so.6 [0x3404832f90]
14: /usr/bin/Xorg(TellLostMap+0x3b) [0x43aebb]
15: /usr/bin/Xorg(TraverseTree+0x46) [0x42fd46]
16: /usr/bin/Xorg(miInstallColormap+0x42) [0x4c6832]
17: /usr/bin/Xorg [0x4d6a87]
18: /usr/bin/Xorg [0x4788b1]
19: /usr/bin/Xorg [0x48245b]
20: /usr/bin/Xorg [0x4f6a03]
21: /usr/bin/Xorg(ProcInstallColormap+0xa2) [0x441d22]
22: /usr/bin/Xorg(Dispatch+0x364) [0x4468d4]
23: /usr/bin/Xorg(main+0x45d) [0x42cd1d]
24: /lib64/libc.so.6(__libc_start_main+0xe6) [0x340481e576]
25: /usr/bin/Xorg [0x42c0f9]


Expected results:
No crash.  After X restart the same command runs fine.

Additional info:
3: /usr/bin/Xorg [0x52cd70]
is:
(gdb) info line *0x52cd70
Line 1261 of "exevents.c" starts at address 0x52cd70 <FindInterestedChildren+48> and ends at 0x52cd74 <FindInterestedChildren+52>.
(gdb) l exevents.c:1261
1256	                       xEvent * ev, int count)
1257	{
1258	    WindowPtr p2;
1259	
1260	    while (p1) {
1261	***>    p2 = p1->firstChild;
1262	        (void)DeliverEventsToWindow(p1, ev, count, mask, NullGrab, dev->id);
1263	        FindInterestedChildren(dev, p2, mask, ev, count);
1264	        p1 = p1->nextSib;
1265	    }

Comment 1 Jan Kratochvil 2008-12-16 15:08:27 UTC
Created attachment 327112 [details]
Xorg.0.log

Comment 2 Jan Kratochvil 2008-12-16 15:14:11 UTC
Please ignore if you find it improbable, getting general random corruptions (although HW looks OK and verified different kernel also does not help).

Comment 3 Jan Kratochvil 2008-12-16 18:17:36 UTC

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


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