...
>
> Just in case this a problem with gencgc, I've uploaded a new version
> at experimental/cmucl-2004-04-26-cheney-gc*.
>
> Perhaps you can try running your app against this version to see if
> it's a problem with generational gc.
>
> Ray
Similar result -- core dumped. Different routine on the stack however. See
attachment.
-bill-
-- Attached file included as plaintext by Listar --
-- File: 2004_04_26-session.text
king-sun bbrew 88> gdb
/net/dlsun3004/private/projects/org/develop/CMUCL/ss2004_04_26/bin/lisp core
GNU gdb 5.0
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "sparc-sun-solaris2.4"...
Core was generated by `/org/develop/reasoning/lisp/cmucl/ss2004-04-26/bin/lisp -batch
-dynamic-space-s'.
Program terminated with signal 11, Segmentation Fault.
Reading symbols from /usr/lib/libsocket.so.1...done.
Loaded symbols for /usr/lib/libsocket.so.1
Reading symbols from /usr/lib/libnsl.so.1...done.
Loaded symbols for /usr/lib/libnsl.so.1
Reading symbols from /usr/lib/libdl.so.1...done.
Loaded symbols for /usr/lib/libdl.so.1
Reading symbols from /usr/lib/libm.so.1...done.
Loaded symbols for /usr/lib/libm.so.1
Reading symbols from /usr/lib/libc.so.1...done.
Loaded symbols for /usr/lib/libc.so.1
Reading symbols from /usr/lib/libmp.so.2...done.
Loaded symbols for /usr/lib/libmp.so.2
Reading symbols from /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1...done.
Loaded symbols for /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1
#0 0x1dca4 in ptrans_boxed (thing=1096109661, header=694, constant=0)
at ../../src/lisp/purify.c:522
522 ../../src/lisp/purify.c: No such file or directory.
(gdb) bt
#0 0x1dca4 in ptrans_boxed (thing=1096109661, header=694, constant=0)
at ../../src/lisp/purify.c:522
Cannot access memory at address 0xff3effd4
(gdb) info frame
Cannot access memory at address 0xff3effd4
(gdb) info locals
nwords = 3
result = 0
new = (lispobj *) Cannot access memory at address 0xff3efffc
(gdb)