Summary: | Playing some video file with VLC make KDE crash and return to login screen | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Robi <sqn14> |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | crash | CC: | cfeck |
Priority: | NOR | ||
Version First Reported In: | 4.6 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Robi
2011-03-13 16:22:08 UTC
If you are taken back to the login screen, this means the X server has crashed, not the applications running within it. The very likely cause is a bug in the video drivers or one of other components of the graphics stack such as Mesa or DRI. Please report this bug to https://bugs.freedesktop.org/ You could check for error messages in /var/log/Xorg* files. For more help on debugging the X server read http://fedoraproject.org/wiki/Xorg/Debugging If you are sure the bug is in VLC and not the graphics stack, please report the bug to VLC developers at http://www.videolan.org/support/ Thanks for the suggestion Chris. Indeed, it was X server segfaulting: Backtrace: [ 15053.563] 0: /usr/bin/X (xorg_backtrace+0x28) [0x4a21c8] [ 15053.563] 1: /usr/bin/X (0x400000+0x63a89) [0x463a89] [ 15053.563] 2: /lib/libpthread.so.0 (0x7faab3594000+0xf120) [0x7faab35a3120] [ 15053.563] 3: /lib/libc.so.6 (memcpy+0x2b0) [0x7faab257e3d0] [ 15053.564] 4: /usr/lib64/xorg/modules/drivers/radeon_drv.so (0x7faaafe1e000+0x81c8c) [0x7faaafe9fc8c] [ 15053.564] 5: /usr/bin/X (0x400000+0x12d0b0) [0x52d0b0] [ 15053.564] 6: /usr/lib64/xorg/modules/extensions/libextmod.so (0x7faab033e000+0x10093) [0x7faab034e093] [ 15053.564] 7: /usr/bin/X (0x400000+0x2f2b9) [0x42f2b9] [ 15053.564] 8: /usr/bin/X (0x400000+0x2496a) [0x42496a] [ 15053.564] 9: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7faab251bbbd] [ 15053.564] 10: /usr/bin/X (0x400000+0x24509) [0x424509] [ 15053.564] Segmentation fault at address 0x7faaab530000 [ 15053.564] Fatal server error: [ 15053.564] Caught signal 11 (Segmentation fault). Server aborting [ 15053.564] [ 15053.564] Sorry for the noise here at KDE ... |