Hi Sam,
I reported the same problem "readline and CVS" that Vadim
is talking about to you already.
With libsigsegv-1.8 and readline-4.3, the <tab>-expansions
functions again without dump.
I compiled clisp with --debug and reveived the following
stack trace:
==============================================================================
Core was generated by `/home/stefan/devel/clisp/gcc-g-Wall/base/lisp.run
-B /home/stefan/devel/clisp/g'.
Program terminated with signal 11, Segmentation fault.
#0 0x0807c795 in ?? ()
Breakpoint 1 at 0x8058e60: file eval.d, line 4890.
Breakpoint 2 at 0x8056090: file eval.d, line 2849.
Breakpoint 3 at 0x804c270: file spvw_garcol.d, line 2508.
Breakpoint 4 at 0x804dd20: file spvw.d, line 604.
Num Type Disp Enb Address What
-2 longjmp resume keep n 0x00000000
1 breakpoint keep n 0x08058e60 in funcall at eval.d:4890
zout fun
2 breakpoint keep n 0x08056090 in eval at eval.d:2849
zout form
3 breakpoint keep n 0x0804c270 in gar_col at spvw_garcol.d:2508
4 breakpoint keep y 0x0804dd20 in fehler_notreached at spvw.d:604
.gdbinit:38: Error in sourced command file:
Function "sigsegv_handler_failed" not defined.
(gdb) where
#0 0x0807c795 in lisp_completion (text=0x8179e70 "(se",
start=135805584, end=539777184)
at stream.d:9234
#1 0x0807cb2d in lisp_completion_matches (text=0x401b33d8 "
8\030\b\001", start=539777184,
end=135805586) at stream.d:9661
#2 0x4003dfaa in ?? ()
#3 0x4003c348 in ?? ()
#4 0x4003794e in ?? ()
#5 0x4003776e in ?? ()
#6 0x400374c0 in ?? ()
#7 0x40037685 in ?? ()
#8 0x400376be in ?? ()
#9 0x4003718f in ?? ()
#10 0x0807cd04 in rd_ch_terminal3 (stream_=0x8183a50) at stream.d:9752
#11 0x4c140026 in ?? ()
#12 0x074c1400 in ?? ()
Cannot access memory at address 0x26202c28
|