Jan Rychter wrote on Sun, Feb 22, 2004 at 09:16:17AM -0800: > 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?
Note quite. I would also need to see the map of some random dynamically linked program. CMUCL is probably clashing with whereever somebody decided would be just another great new exiting place to put shared libraries at. But the above map is without shared libs. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer <[EMAIL PROTECTED]> http://www.cons.org/cracauer/ No warranty. This email is probably produced by one of my cats stepping on the keys. No, I don't have an infinite number of cats.
