>>>>> "William" == William Brew <[EMAIL PROTECTED]> writes:
[snip]
William> ;;; gdb session
William> otwb-dev bbrew 81> gdb
/org/develop/reasoning/lisp/cmucl/ss2004-04-20/bin/lisp core
William> GNU gdb 5.0
William> Copyright 2000 Free Software Foundation, Inc.
William> GDB is free software, covered by the GNU General Public License, and you
are
William> welcome to change it and/or distribute copies of it under certain
conditions.
William> Type "show copying" to see the conditions.
William> There is absolutely no warranty for GDB. Type "show warranty" for
details.
William> This GDB was configured as "sparc-sun-solaris2.4"...
William> Core was generated by
`/org/develop/reasoning/lisp/cmucl/ss2004-04-20/bin/lisp -batch -dynamic-space-s'.
William> Program terminated with signal 11, Segmentation Fault.
William> Error while mapping shared library sections:
William> /tmp/12797AG1623: No such file or directory.
>From this, I'm guessing you must be using FFI to access some other
libraries.
I'm not very familiar with this, but I note that matlisp also uses
foreign libraries and saves a core file. However, in that case, it
uses its own custom init-function which reloads the library
appropriately when the image is started. Do you do the same?
This doesn't really solve your problem, but I thought I'd send a note
anyway.
Ray