emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot connect to X server


From: Richard Stallman
Subject: Re: Cannot connect to X server
Date: Mon, 26 Nov 2001 14:24:48 -0700 (MST)

    This problem seems to occur when Emacs 21 is called from a very busy
    network link. Although the X authority is correctly set, everything
    occurs as if was not.

I wonder if this is because signals (perhaps to poll for input) are
interrupting some Xlib call.  Can you try finding the Xlib call which
Emacs is in during this time?  Maybe with GDB you can find out if some
kind of signal is in fact happening during that call.

If it is SIGALRM, for an asynchronous timer, try inserting calls to
stop_polling and start_polling around it, and see if that helps.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]