1. Start XEmacs
2. (gnuserv-start)
3. Start Gnus
4. read a few articles.
5. In an xterm, start "gnuclient -nw", which comes to life and
displays the *Summary* buffer that is current in the main X window.
6. Hang.
The main X window won't even redraw.
23544 pts/0 S 0:00 /usr/local/lib/xemacs-21.2-b20/i686-pc-linux/gnuserv
23543 tty1 S 0:20 xemacs -geometry 207x89+1282+0 -f gnus-init
Attaching a gdb rewards me with this trace:
#0 0x2ae11534 in __libc_read ()
#1 0xffffffff in ?? ()
#2 0x80cd313 in read_event_from_tty_or_stream_desc (event=0x87db8f0,
con=0x8a1a910, fd=11) at event-unixoid.c:93
#3 0x81a06ca in Xt_tty_to_emacs_event (emacs_event=0x87db8f0)
at event-Xt.c:2114
#4 0x81a0fa2 in emacs_Xt_next_event (emacs_event=0x87db8f0) at event-Xt.c:2441
#5 0x80d130b in event_stream_next_event (event=0x87db8f0)
at event-stream.c:565
#6 0x80d32fa in next_event_internal (target_event=142457072, allow_queued=1)
at event-stream.c:2020
#7 0x80d3915 in Fnext_event (event=142457072, prompt=136860660)
at event-stream.c:2237
#8 0x8070d49 in Fcommand_loop_1 () at cmdloop.c:566
#9 0x8070f8d in command_loop_1 (dummy=136860660) at cmdloop.c:490
#10 0x8094f3c in condition_case_1 (handlers=136860756,
bfun=0x8070f48 <command_loop_1>, barg=136860660,
hfun=0x8070150 <cmd_error>, harg=136860660) at eval.c:1630
#11 0x807106c in command_loop_2 (dummy=136860660) at cmdloop.c:252
#12 0x8094e1f in internal_catch (tag=136934876,
func=0x8071034 <command_loop_2>, arg=136860660, threw=0x0) at eval.c:1305
#13 0x8070584 in initial_command_loop (load_me=136860660) at cmdloop.c:301
#14 0x8089b02 in xemacs_21_2_b20_i686_pc_linux () at emacs.c:1873
#15 0x808b7df in main () at emacs.c:2298
#16 0x2ad86cb3 in __libc_start_main (main=0x808b6e0 <main>, argc=5,
argv=0x7ffff944, init=0x804e4ec <_init>, fini=0x81da2b4 <_fini>,
rtld_fini=0x2aab5350 <_dl_fini>, stack_end=0x7ffff93c)
at ../sysdeps/generic/libc-start.c:78
I couldn't see any way of bringing it back to life, and had to resort
to a blind kill.
RH6.0 + 2.2.12. Installation contents:
uname -a: Linux
beaver.jprc.com 2.2.12 #1 SMP Wed Sep 8 17:41:43 EDT 1999 i686 unknown
./configure '--with-pop' '--with-mule' '--with-png'
XEmacs 21.2-b20 "Yoko" configured for `i686-pc-linux'.
Where should the build process find the source code?
/home/src/Packages/xemacs/xemacs-21.2.20
What installation prefix should install use? /usr/local
What operating system and machine description files should XEmacs use?
`s/linux.h' and `m/intel386.h'
What compiler should XEmacs be built with? gcc -g -O3 -Wall -Wno-switch
Should XEmacs use the GNU version of malloc? yes
(Using Doug Lea's new malloc from the GNU C Library.)
Should XEmacs use the relocating allocator for buffers? yes
What window system should XEmacs use? x11
Where do we find X Windows header files? /usr/X11R6/include
Where do we find X Windows libraries? /usr/X11R6/lib
Compiling in support for XAUTH.
Compiling in support for XPM images.
Compiling in support for PNG image handling.
Compiling in support for (builtin) GIF image handling.
Compiling in support for JPEG image handling.
Compiling in support for TIFF image handling.
Compiling in support for X-Face message headers.
Compiling in native sound support.
Compiling in support for Berkeley DB.
Compiling in support for GNU DBM.
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
Compiling in Mule (multi-lingual) support.
Compiling in XIM (X11R5+ I18N input method) support.
Using raw Xlib to provide XIM support.
Compiling in support for proper WM_COMMAND handling.
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena-3d native widgets.
Using Athena-3d dialog boxes.
Compiling in DSO module support.
movemail will use "dot-locking" for locking mail spool files.
Using POP for mail access.
Compiling in extra code for debugging.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------