|
From: Raymond T. <ray...@er...> - 2008-09-16 10:39:49
|
Sam Steingold wrote: > Raymond Toy wrote: >> >> Added CFLAGS="-g" and rebuilt. It didn't go so well: >> >> ./lisp.run -B . -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -lp >> ../src/ -x '(and (load "../src/init.lisp") (sys::%saveinitmem) >> (ext::exit)) (ext::exit t)' >> STACK depth: 262046 [0x441900 0x341a88] >> WARNING: locale: no encoding ISO8859-1, using ISO-8859-1 >> WARNING: locale: no encoding ISO8859-1, using ISO-8859-1 >> [snip] >> ;; Loading file ../src/macros2.lisp ... >> ;; Loaded file ../src/macros2.lisp >> ;; Loading file ../src/defs1.lisp ...make: *** [interpreted.mem] >> Segmentation Fault (core dumped) > > segfault on the first GC. > > restore the old build, then manually edit Makefile to replace "-O2" with > "-g" Removed my build directory and reconfigured without CFLAGS (but --with-debug) Then I went to build/Makefile and removed -O2 (in exactly one spot). No difference. Segfault in the same place. Ray |