Bug 44231 - server crash when I connect to different machine
Summary: server crash when I connect to different machine
Status: RESOLVED WORKSFORME
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: 7.7 (2012.06)
Hardware: x86 (IA32) Linux (All)
: high critical
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard: 2012BRB_Reviewed
Keywords:
Depends on:
Blocks: xserver-1.13
  Show dependency treegraph
 
Reported: 2011-12-28 10:28 UTC by Vaclav Votipka
Modified: 2012-03-30 20:08 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
complete logfile (56.46 KB, text/plain)
2011-12-28 10:28 UTC, Vaclav Votipka
no flags Details

Description Vaclav Votipka 2011-12-28 10:28:59 UTC
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.
Comment 1 Jeremy Huddleston Sequoia 2012-01-02 20:54:52 UTC
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
Comment 2 Jeremy Huddleston Sequoia 2012-01-02 20:56:21 UTC
Also, is this new to the 1.11.x servers, or have you seen this on older servers as well?
Comment 3 Jeremy Huddleston Sequoia 2012-03-24 11:53:21 UTC
Please respond, or this bug willbe closed due to insufficient information.
Comment 4 Jeremy Huddleston Sequoia 2012-03-30 20:08:59 UTC
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.