Xorg crashes...

Tom Cowell t.a.cowell at gmail.com
Fri Jan 8 00:50:46 PST 2010


I'm a novice here - excuse me butting int, and ignore me if this isn't useful.

If I understand correctly, you have:

a) The X Server receives SIGTERM and exits.
b) The source of the SIGTERM is unknown (but perhaps one of the
clients of the X Server).
c) You can reproduce this by starting X and the console command line.

What about tracing all of this with strace? e.g.:

strace -fo <suitable_log_file_name> startx

This will generate a vast amount of output, including the part where
the X Server receives SIGTERM and exists. Hopefully, a little bit
before this, you might see another process sending the SIGTERM with
kill().

Cheers
Tom


2010/1/7 Ryan Daly <daly at ctc.com>:
> On 01/07/2010 05:30 PM, Peter Hutterer wrote:
>>>> waiting for X server to shut down  ddxSigGiveUp: Closing log
>>>> </Xorg.out>
>>>>
>>>> I know it says these errors aren't fatal to the X server, but could they
>>>> be causing me problems?
>>>>
>>> as for xkbcomp doing a quick google
>>> gave me this:
>>> http://bugs.gentoo.org/269931
>>>
>>> but still don't see that this is the
>>> culprit.
>>
>> this is a non-fatal error and doesn't affect anything but the warning to be
>> printed out.
>
> OK.  I won't pursue that, then.  Do you have any suggestions on what my
> next step would be?  Have you picked up anything from the backtrace
> that's attached to the bug report at bugs.launchpad.net?
> --
>
> ------------------------------------------------------------
> This message and any files transmitted within are intended
> solely for the addressee or its representative and may
> contain company sensitive information.  If you are not the
> intended recipient, notify the sender immediately and delete
> this message.  Publication, reproduction, forwarding, or
> content disclosure is prohibited without the consent of the
> original sender and may be unlawful.
>
> Concurrent Technologies Corporation and its Affiliates.
> www.ctc.com  1-800-282-4392
> ------------------------------------------------------------
> _______________________________________________
> xorg mailing list
> xorg at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xorg
>



More information about the xorg mailing list