GNU bug report logs -
#5723
23.1.94; make-network-process and emacs hangs
Previous Next
Reported by: Leo <sdl.web <at> gmail.com>
Date: Mon, 15 Mar 2010 16:02:01 UTC
Severity: normal
Done: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
Bug is archived. No further changes may be made.
Full log
Message #41 received at submit <at> debbugs.gnu.org (full text, mbox):
On 2010-03-18 02:20 +0000, YAMAMOTO Mitsuharu wrote:
>> With this option and build emacs with X11, I can't start the gui
>> version, getting this error:
>
>> Xlib: unexpected async reply (sequence 0x5c)!
>
> I found a missing BLOCK_INPUT that may or may not be related to this:
>
> === modified file 'src/xfns.c'
> *** src/xfns.c 2010-03-15 17:16:46 +0000
> --- src/xfns.c 2010-03-18 02:14:30 +0000
> ***************
> *** 3347,3353 ****
> --- 3347,3355 ----
> #ifdef USE_LUCID
> /* Prevent lwlib/xlwmenu.c from crashing because of a bug
> whereby it fails to get any font. */
> + BLOCK_INPUT;
> xlwmenu_default_font = XLoadQueryFont (FRAME_X_DISPLAY (f), "fixed");
> + UNBLOCK_INPUT;
> #endif
>
> /* Frame contents get displaced if an embedded X window has a border. */
>
> Could you try if C-g works for you case on X11 builds, both
> --with-sync-input and --without-sync-input?
Yes, I can now start emacs X11 and C-g can stop the hang for both
--with-sync-input and --without-sync-input.
It would great if something like this is available to mac-port ;)
Leo
This bug report was last modified 15 years and 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.