| Summary: | gnome-extra/gnome-system-monitor-2.24.4: X (with nvidia-drivers-180.51) crashes when opening a menu | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Florian Streibelt <gentoo> |
| Component: | [OLD] GNOME | Assignee: | Ricardo Mendoza (RETIRED) <ricmm> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | cardoe, dabbott, dhardstone, gnome |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | output of X runnung 'verbose' | ||
|
Description
Florian Streibelt
2009-04-28 21:33:00 UTC
Created attachment 189750 [details]
output of X runnung 'verbose'
(In reply to comment #0) > When clicking on a menu like 'Edit' or 'View' in the gnome-system-monitor my > X-server crashes hard. Even when only a xterm and the gnome-system-monitor are > running. > > Reproducible: Always > > Steps to Reproduce: > 1. Xorg & sleep 15 ; DISPLAY=:0 gnome-system-monitor > 2. click on Edit/View/... > 3. see the big black nothing (the text console) > This is a known issue upstream, recompile with march=native and your problems will be resolved. I don't see the relation with gnome-system-monitor, I've seen a bunch of bugs related to nvidia drivers passing in bug-wranglers though... Could you try starting it from the terminal as: LD_PRELOAD=/usr/lib/opengl/xorg-x11/lib/libGL.so gnome-system-monitor and then trying the same thing? If this works, this is a dupe of bug 267190. (In reply to comment #4) > Could you try starting it from the terminal as: > > LD_PRELOAD=/usr/lib/opengl/xorg-x11/lib/libGL.so gnome-system-monitor > > and then trying the same thing? If this works, this is a dupe of bug 267190. > it 'works', and yes, bluetooth is broken here too. Backtrace: 0: X(xorg_backtrace+0x26) [0x4ea3c6] 1: X(xf86SigHandler+0x39) [0x47e099] 2: /lib/libc.so.6 [0x7f8cc77e9270] 3: X(miHandleValidateExposures+0x6c) [0x4e249c] 4: X(UnmapWindow+0x208) [0x4359a8] 5: X(compFreeClientWindow+0x23e) [0x4fbb9e] 6: X [0x4f9109] 7: X(FreeResource+0x133) [0x4333c3] 8: X(compUnredirectWindow+0x63) [0x4fb783] 9: X [0x4f9b26] 10: X [0x4e2a4f] 11: X [0x4e295c] 12: X(miChangeSaveUnder+0x50) [0x4e2af0] 13: X(MapWindow+0x31f) [0x43601f] 14: X(ProcMapWindow+0x46) [0x449a46] 15: X(Dispatch+0x364) [0x44a284] 16: X(main+0x44d) [0x430acd] 17: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f8cc77d55c6] 18: X [0x42fed9] Fatal server error: Caught signal 11. Server aborting I can confirm this bug on my system. Running LD_PRELOAD=/usr/lib/opengl/xorg-x11/lib/libGL.so gnome-system-monitor doesn't cure the problem and I'm running nvidia-drivers-180.29. It seems to happen for me when opening both menus and tooltips and has been happening after upgrading from xorg-server-1.3.0.0-r6 to xorg-server-1.5.3-r5. My backtrace after the crash: Backtrace: 0: Xorg(xorg_backtrace+0x3c) [0x8128e1c] 1: Xorg(xf86SigHandler+0x52) [0x80d3e12] 2: [0xffffe400] 3: Xorg(UnmapWindow+0x215) [0x8073fa5] 4: Xorg(compFreeClientWindow+0x1f5) [0x813a035] 5: Xorg [0x81375c4] 6: Xorg(FreeResource+0x109) [0x8070d89] 7: Xorg(compUnredirectWindow+0x71) [0x8139c31] 8: Xorg [0x8137f05] 9: Xorg [0x8121527] 10: Xorg [0x812143d] 11: Xorg(miChangeSaveUnder+0x6f) [0x81215df] 12: Xorg(MapWindow+0x344) [0x8074694] 13: Xorg(ProcMapWindow+0x64) [0x8087f64] 14: Xorg(Dispatch+0x334) [0x8088804] 15: Xorg(main+0x44b) [0x806ef1b] 16: /lib/libc.so.6(__libc_start_main+0xdc) [0xb7b5360c] 17: Xorg [0x806e341] Fatal server error: Caught signal 11. Server aborting ---------------------------------------------------- I have also noticed this backtrace once or twice whilst repeatedly recreating the crash: Backtrace: 0: /usr/bin/X(xorg_backtrace+0x3c) [0x8128e1c] 1: /usr/bin/X(xf86SigHandler+0x52) [0x80d3e12] 2: [0xffffe400] 3: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0xb6867f4e] Fatal server error: Caught signal 11. Server aborting I highly doubt this is a problem with gnome-system-monitor. Can you reproduce this if you switch your system to nv driver ? Sorry I can't reproduce this error as I have changed hardware and haven't got round to installing Gentoo yet and may not for a while. Will re-test if bug is still around when I come back. Please don't hesitate to reopen this bug if anyone can reproduce it. Thanks Here is just the same problem with my G5 running linux ppc64, 64 bit userland. |