Summary: | server crash when I connect to different machine | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Vaclav Votipka <nospam> | ||||
Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> | ||||
Status: | RESOLVED WORKSFORME | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | critical | ||||||
Priority: | high | ||||||
Version: | 7.7 (2012.06) | ||||||
Hardware: | x86 (IA32) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | 2012BRB_Reviewed | ||||||
i915 platform: | i915 features: | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 44202 | ||||||
Attachments: |
|
That backtrace is not very helpful. Please make sure you are building with debug symbols enabled (-ggdb3 in CFLAGS and -fomit-frame-pointer NOT in CFLAGS) and don't strip your symbols on install (I think FEATURES=nostrip or similar for gentoo) See this wiki page for more help with providing more useful information and debugging your server: http://www.x.org/wiki/Development/Documentation/ServerDebugging Also, is this new to the 1.11.x servers, or have you seen this on older servers as well? Please respond, or this bug willbe closed due to insufficient information. Closing due to insufficient information. |
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.
Created attachment 54912 [details] complete logfile I'm starting my X server by this command: /usr/bin/X -query home & The login dialog appears and I can work on the remote machine (home). But approximatelly after 30 minutes the server crashes: [ 2198.811] Backtrace: [ 2198.811] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x81bcbbb] [ 2198.811] 1: /usr/bin/X (0x8048000+0x178625) [0x81c0625] [ 2198.811] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xffffe40c] [ 2198.811] 3: /usr/bin/X (0x8048000+0x2f42e) [0x807742e] [ 2198.811] 4: /usr/bin/X (0x8048000+0x1d87a) [0x806587a] [ 2198.811] 5: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb7496296] [ 2198.811] 6: /usr/bin/X (0x8048000+0x1d431) [0x8065431] [ 2198.811] Fatal server error: [ 2198.811] Caught signal 3 (Quit). Server aborting [ 2198.811] The complete logfile is attached. I'm using gentoo linux. It happens regularly every day. If you need more information then ask for it.