This bug report will be sent to the XEmacs Development Team,
not to your local site managers!!
Please write in English, because the XEmacs maintainers do not have
translators to read other languages for them.
In XEmacs 21.0 "20 minutes to Nikko" [Lucid] (i386-unknown-freebsd2.2.8) of Fri
Mar 12 1999 on
kens.com
configured using `configure --with-sound=no --error-checking=none --debug=no --gung-ho
--verbose --with-scrollbars=athena3d --with-dialogs=athena3d'
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
I fired up Gnus, hit A A (boy, my Admin has a lot of groups here...)
and XEmacs went dead:
bash-2.02$ gdb /usr/local/bin/xemacs-21.0-b66 xemacs-21.0-b66.core
Core was generated by `xemacs-21.0-b66'.
Program terminated with signal 4, Illegal instruction.
Cannot access memory at address 0x2014a080.
#0 0xf0c46 in malloc (size=4096) at gmalloc.c:528
If someone could tell me how to do a proper bug report...
OpDelKey: using "entf" aka del to delete sucks. I'm getting RSI in my
right pinky.
(gdb) list
523 }
524
525 /* Allocate memory from the heap. */
526 __ptr_t
527 malloc (__malloc_size_t size)
528 {
529 __ptr_t result;
530 __malloc_size_t block, blocks, lastblocks, start;
531 __malloc_size_t i;
532 struct list *next;