Project

General

Profile

Actions

Bug #1099

closed

Frequent X11 Fatal server errors (caught signal 11)

Added by mneumann over 15 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Hi,

X11 starts just fine, but after a while I always get a Fatal server
error (caught signal 11).

This happens with the intel driver. Xorg.0.log appended, together with
xorg.conf and dmesg.

Anything I can do about it? Any hints how to track down this bug?

Regards,

Michael

Files

Xorg.0.log (37.3 KB) Xorg.0.log mneumann, 07/29/2008 12:50 PM
X.dmesg (7.89 KB) X.dmesg mneumann, 07/29/2008 12:50 PM
xorg.conf (2.56 KB) xorg.conf mneumann, 07/29/2008 12:50 PM
Actions #1

Updated by dillon over 15 years ago

:Hi,
:
:X11 starts just fine, but after a while I always get a Fatal server
:error (caught signal 11).
:
:This happens with the intel driver. Xorg.0.log appended, together with
:xorg.conf and dmesg.
:
:Anything I can do about it? Any hints how to track down this bug?
:
:Regards,
:
: Michael

Hmm.  If the server started fine and you weren't doing anything in
particular (like switching to a different virtual console) when it
failed, it could be an indication of a hardware problem.
A good test for memory / hardware problems is to run a big parallel
buildworld and see if it fails in random places (usually with an
internal compiler error or random seg-fault).
cd /usr/src/
make -j 16 buildworld
-Matt
Actions #2

Updated by corecode over 15 years ago

Try switching off EXA and use XAA instead.

cheers
simon

Actions #3

Updated by mneumann over 15 years ago

Thanks for your hints.

I don't know how to turn off EXA (I didn't even know what this acroym
stands for before looking at Wikipedia ;-). Nevertheless I fixed the
problem by switching to modular-xorg-server version 1.4.2 which is in
pkgsrc-wip.

Only one problem is still left. When switching to console and back again
to X11, I can't use the X11 applications any more. Only a xorg server
restart helps. But that's a lot less worse than random signal 11's :)

Regards,

Michael
Actions #4

Updated by nonsolosoft over 15 years ago

I had some sort of same troubles on latest xorg update.
To check what is it:
uncomment Option "NoTrapSignals" from /usr/pkg/xorg/lib/X11/xorg.conf

and if it coredumps on libexa.so you can select XAA in your xorg.conf
in this way:

Section "Device"
[...]
Option "AccelMethod" "XAA"
EndSection

I've fixed in such way my problems.

Bye, \fer

Actions #5

Updated by tuxillo over 14 years ago

Hi Michael,

I've observed that this happened with Xorg version 1.3 which is quite old. Does
it still happen with 1.6.3?

Cheers,
Antonio Huete

Actions #6

Updated by tuxillo about 11 years ago

  • Description updated (diff)
  • Status changed from New to Closed
  • Assignee deleted (0)

Hi,

As pointed out by the caller, switching to Xorg 1.4.2 made the signal 11 problem go away. I can confirm I've used later Xorg versions with Intel driver without the described issues.

Cheers,
Antonio Huete

Actions

Also available in: Atom PDF