Evgeny Roubinchtein <evgenyr(a)graphon.com> writes:
Dear Bug Team!
The steps to reproduce the crash are:
xemacs -vanilla -nw
M-x gnuserv-start
(from another terminal) gnuclient -nw SOMEFILE
(in the gnuclient window) C-x #
kaboom
I saw something slightly different in my non-mule latest 21.5 XEmacs.
After C-x #, I got a segmentation fault when I typed M-x view-<TAB> in
the original frame. This error is reproducible.
Here are the backtraces:
Lisp backtrace follows:
# bind (print-message-label)
display-error((invalid-argument "Bad obarray passed to try-completions" zsh:
segmentation fault (core dumped) xemacs -vanilla -nw
C backtrace:
#0 0x811d61e in print_internal ()
#1 0x811d021 in print_cons ()
#2 0x811d635 in print_internal ()
#3 0x811c382 in Fprin1 ()
#4 0x80ab41f in Fbacktrace ()
#5 0x80a27c1 in fatal_error_signal ()
#6 0x4031d128 in killpg () from /lib/libc.so.6
#7 0x811c890 in print_error_message ()
#8 0x811c9e8 in Fdisplay_error ()
#9 0x80a8fac in Ffuncall ()
#10 0x8089d05 in execute_optimized_program ()
#11 0x8089a27 in funcall_compiled_function ()
#12 0x80a90b6 in Ffuncall ()
#13 0x80a9b32 in call1 ()
#14 0x8090ba5 in cmd_error ()
#15 0x80a6ae3 in condition_case_1 ()
#16 0x8090c4f in command_loop_3 ()
#17 0x8090c73 in command_loop_2 ()
#18 0x8090de3 in call_command_loop ()
#19 0x8118f8e in Fread_minibuffer_internal ()
#20 0x80a8f98 in Ffuncall ()
#21 0x8089d05 in execute_optimized_program ()
#22 0x808bfc1 in Fbyte_code ()
#23 0x80a8ab1 in Feval ()
#24 0x80a66d4 in internal_catch ()
#25 0x808a60d in execute_rare_opcode ()
#26 0x8089b9b in execute_optimized_program ()
#27 0x8089a27 in funcall_compiled_function ()
#28 0x80a90b6 in Ffuncall ()
#29 0x8089d05 in execute_optimized_program ()
#30 0x8089a27 in funcall_compiled_function ()
#31 0x80a90b6 in Ffuncall ()
#32 0x8089d05 in execute_optimized_program ()
#33 0x8089a27 in funcall_compiled_function ()
#34 0x80a90b6 in Ffuncall ()
#35 0x8089d05 in execute_optimized_program ()
#36 0x8089a27 in funcall_compiled_function ()
#37 0x80a90b6 in Ffuncall ()
#38 0x808d394 in Fcall_interactively ()
---Type <return> to continue, or q <return> to quit---
#39 0x80a8211 in Fcommand_execute ()
#40 0x80cc4f9 in execute_command_event ()
#41 0x80cca5b in Fdispatch_event ()
#42 0x809116d in Fcommand_loop_1 ()
#43 0x8091009 in command_loop_1 ()
#44 0x80a6a0a in condition_case_1 ()
#45 0x8090c4f in command_loop_3 ()
#46 0x8090c73 in command_loop_2 ()
#47 0x80a66d4 in internal_catch ()
#48 0x8090dae in initial_command_loop ()
#49 0x80a368a in xemacs_21_5_b3_i686_pc_linux ()
#50 0x80a3e02 in main ()
#51 0x4030c1f0 in __libc_start_main () from /lib/libc.so.6
- vin