Bug 734585
Summary: | [RV515] XFCE session crashes | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Konstantin Svist <fry.kun> | ||||||||||
Component: | xorg-x11-server | Assignee: | Adam Jackson <ajax> | ||||||||||
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
Severity: | high | Docs Contact: | |||||||||||
Priority: | unspecified | ||||||||||||
Version: | 15 | CC: | jglisse, kevin, maxamillion, mcepl, xgl-maint | ||||||||||
Target Milestone: | --- | Keywords: | Triaged | ||||||||||
Target Release: | --- | ||||||||||||
Hardware: | i686 | ||||||||||||
OS: | Linux | ||||||||||||
Whiteboard: | [cat:crash] | ||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | Environment: | ||||||||||||
Last Closed: | 2011-10-28 19:31:14 UTC | Type: | --- | ||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||
Documentation: | --- | CRM: | |||||||||||
Verified Versions: | Category: | --- | |||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
Embargoed: | |||||||||||||
Attachments: |
|
Description
Konstantin Svist
2011-08-30 20:00:19 UTC
This looks like a X server crash... Look in /var/log/Xorg.0.log.old and see if you see a crash? See: http://fedoraproject.org/wiki/Xorg/Debugging /var/log/Xorg.0.log.old doesn't mention anything about a crash; last few lines are [ 13.943] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 13.943] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) /var/log/Xorg.0.log starts from right after the crash, according to the timestamp Anything in ~/.xsession-errors after a crash? No, it only has current session's data: /usr/bin/startxfce4: X server already running on display :0 xrdb: "Xft.hinting" on line 9 overrides entry on line 6 xrdb: "Xft.hintstyle" on line 11 overrides entry on line 7 ssh-agent is already running; starting gpg-agent without ssh support xfdesktop[2797]: starting up I've checked that 2797 is currently running pid of xfdesktop. Looks like ~/.xsession-errors gets blanked after crash Thanks for the bug report. We have reviewed the information you have provided above, and there is some additional information we require that will be helpful in our diagnosis of this issue. Please add drm.debug=0x04 to the kernel command line, restart computer, and attach * your X server config file (/etc/X11/xorg.conf, if available), * X server log file (/var/log/Xorg.*.log*; check with grep Backtrace /var/log/Xorg* which logs might be the most interesting ones, send us at least Xorg.0.log) * output of the dmesg command, and * system log (/var/log/messages) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link above. We will review this issue again once you've had a chance to attach this information. Thanks in advance. Created attachment 521310 [details]
dmesg
/etc/X11/xorg.conf.d/00-system-setup-keyboard.conf:
Section "InputClass"
Identifier "system-setup-keyboard"
MatchIsKeyboard "on"
Option "XkbModel" "pc105+inet"
Option "XkbLayout" "us"
Option "XkbOptions" "terminate:ctrl_alt_bksp,"
EndSection
Created attachment 521311 [details]
/var/log/messages
Created attachment 521312 [details]
/var/log/Xorg.0.log
Created attachment 521313 [details]
/var/log/Xorg.0.log.old
Backtrace: [ 29929.774] 0: /usr/bin/Xorg (xorg_backtrace+0x3c) [0x80a404c] [ 29929.774] 1: /usr/bin/Xorg (0x8047000+0x61456) [0x80a8456] [ 29929.774] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xa3140c] [ 29929.774] 3: /lib/libc.so.6 (0x4dcd9000+0x7a7d6) [0x4dd537d6] [ 29929.774] Segmentation fault at address 0xb0bf2000 [ 29929.774] Fatal server error: [ 29929.774] Caught signal 11 (Segmentation fault). Server aborting It randomly happens to me also, but I use KDE with Catalyst drivers on kernel 2.6.40.3-0.fc15.x86_64. The crash happens when I launch Firefox, but not every time. Backtrace: [ 247.175] 0: /usr/bin/X (xorg_backtrace+0x2f) [0x45e7ff] [ 247.175] 1: /usr/bin/X (0x400000+0x62e86) [0x462e86] [ 247.175] 2: /lib64/libpthread.so.0 (0x3ca1200000+0xeef0) [0x3ca120eef0] [ 247.175] 3: /usr/lib64/dri/fglrx_dri.so (0x7fe49d1c9000+0xc456e8) [0x7fe49de0e6e8] [ 247.175] 4: /usr/lib64/dri/fglrx_dri.so (0x7fe49d1c9000+0xc46469) [0x7fe49de0f469] [ 247.175] 5: /usr/lib64/dri/fglrx_dri.so (0x7fe49d1c9000+0xc467eb) [0x7fe49de0f7eb] [ 247.175] 6: /usr/lib64/dri/fglrx_dri.so (0x7fe49d1c9000+0xa310b1) [0x7fe49dbfa0b1] [ 247.175] 7: /usr/lib64/dri/fglrx_dri.so (0x7fe49d1c9000+0x231dde) [0x7fe49d3fadde] [ 247.175] 8: /usr/lib64/dri/fglrx_dri.so (0x7fe49d1c9000+0xdccdc3) [0x7fe49df95dc3] [ 247.175] 9: /usr/lib64/dri/fglrx_dri.so (0x7fe49d1c9000+0xdcb7bd) [0x7fe49df947bd] [ 247.175] 10: /usr/lib64/dri/fglrx_dri.so (0x7fe49d1c9000+0xde8edf) [0x7fe49dfb1edf] [ 247.175] 11: /usr/lib64/dri/fglrx_dri.so (0x7fe49d1c9000+0x18d9b96) [0x7fe49eaa2b96] [ 247.175] 12: /usr/lib64/xorg/modules/extensions/catalyst/libglx.so (0x7fe4a3320000+0x1b753) [0x7fe4a333b753] [ 247.175] 13: /usr/lib64/xorg/modules/extensions/catalyst/libglx.so (0x7fe4a3320000+0x1e52d) [0x7fe4a333e52d] [ 247.175] 14: /usr/lib64/xorg/modules/extensions/catalyst/libglx.so (0x7fe4a3320000+0x1e569) [0x7fe4a333e569] [ 247.175] 15: /usr/bin/X (FreeResourceByType+0x11d) [0x44c25d] [ 247.175] 16: /usr/lib64/xorg/modules/extensions/catalyst/libglx.so (0x7fe4a3320000+0x158b6) [0x7fe4a33358b6] [ 247.175] 17: /usr/lib64/xorg/modules/extensions/catalyst/libglx.so (0x7fe4a3320000+0x1e757) [0x7fe4a333e757] [ 247.176] 18: /usr/bin/X (0x400000+0x2edb1) [0x42edb1] [ 247.176] 19: /usr/bin/X (0x400000+0x22e1a) [0x422e1a] [ 247.176] 20: /lib64/libc.so.6 (__libc_start_main+0xed) [0x3ca0a2139d] [ 247.176] 21: /usr/bin/X (0x400000+0x23101) [0x423101] [ 247.176] Segmentation fault at address (nil) [ 247.176] Fatal server error: [ 247.176] Caught signal 11 (Segmentation fault). Server aborting (In reply to comment #12) > It randomly happens to me also, but I use KDE with Catalyst drivers on kernel > 2.6.40.3-0.fc15.x86_64. We don't support Catalyst driver. No our bug, fglrx |