Martin Cracauer wrote: > Jan Rychter wrote on Sat, Feb 21, 2004 at 06:25:21AM -0800: > > Would there be any known reason for CMUCL on my new Fedora Linux > > installation to do this: > > > > [6:22] tnuctip:/local/lib/cmucl/bin>./lisp > > Segmentation fault > > [6:22] tnuctip:/local/lib/cmucl/bin> > > > > gdb doesn't seem to produce any more information than provided above. > > Hm, it should give the address of the segfault. > > We need that and the memory map from > /proc/<procid>/maps
You're right, I missed that. Sorry. Here it is: [9:11] tnuctip:/local/lib/cmucl/bin>gdb lisp GNU gdb Red Hat Linux (5.3.90-0.20030710.41rh) Copyright 2003 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 "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) r Starting program: /usr/local/lib/cmucl/bin/lisp Program received signal SIGSEGV, Segmentation fault. 0x67ffffff in ?? () (gdb) bt #0 0x67ffffff in ?? () (gdb) [9:11] tnuctip:/tmp#cat /proc/21501/maps 08048000-08064000 r-xp 00000000 03:05 2442912 /usr/local/lib/cmucl/bin/lisp 08064000-08066000 rw-p 0001b000 03:05 2442912 /usr/local/lib/cmucl/bin/lisp 08066000-08090000 rwxp 00000000 00:00 0 10000000-1ffff000 rwxp 00000000 00:00 0 28000000-37fff000 rwxp 00000000 00:00 0 40011000-40012000 rw-p 00000000 00:00 0 48000000-68000000 rwxp 00000000 00:00 0 bfffe000-c0000000 rwxp fffff000 00:00 0 [9:11] tnuctip:/tmp# Does that help? --J. -- Attached file included as plaintext by Listar -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQBAOOPoLth4/7/QhDoRAqUMAJ93tUX7rdJmEutdi4miBl+b7KWTuACg5mV3 5Nmf97h1PZg46fNXdPNu4Oo= =D8k7 -----END PGP SIGNATURE-----
