[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debugging crash on m68k



On Tue, Apr 02, 2002 at 03:34:52AM +0100, Will Newton wrote:

> If the build gets that far then
> 
> cd debian/build
> gdb ./lisp.run
> >> run -B . -N locale -Efile UTF-8 -norc -m 750KW -x "(load \"init.lisp\") 
> (sys::%saveinitmem) (exit)"
> 
> >> backtrace
> 
> Should print out a back trace of the program. >> means at the gdb prompt BTW.

erik@a2000:/build/clisp-2.28/debian/build$ gdb lisp.run 
GNU gdb 5.1.1
Copyright 2002 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 "m68k-linux"...
Breakpoint 1 at 0x8001017c
Breakpoint 2 at 0x8000d7d2
Breakpoint 3 at 0x80004bec
Num Type           Disp Enb Address    What
-2  longjmp resume keep n   0x00000000 
1   breakpoint     keep n   0x8001017c <funcall>
        zout fun
2   breakpoint     keep n   0x8000d7d2 <eval>
        zout form
3   breakpoint     keep n   0x80004bec <gar_col>
.gdbinit:37: Error in sourced command file:
Function "sigsegv_handler_failed" not defined.
(gdb) run -B . -N locale -Efile UTF-8 -norc -m 750KW -x "(load \"init.lisp\")(sys::%saveinitmem) (exit)"
Starting program: /build/clisp-2.28/debian/build/lisp.run -B . -N locale -Efile UTF-8 -norc -m 750KW -x "(load \"init.lisp\")(sys::%saveinitmem) (exit)"

Program received signal SIGSEGV, Segmentation fault.
0x80003a0c in gc_mark ()
(gdb) where
#0  0x80003a0c in gc_mark ()
#1  0x801eb754 in object_tab ()
#2  0x80004ba0 in do_gar_col_simple ()
#3  0x80004bbe in gar_col_simple ()
#4  0x8005dfd4 in write_errorstring ()
#5  0x8001080e in funcall_subr ()
#6  0xc007ec00 in __libc_start_main () from /lib/libc.so.6



-- 
To UNSUBSCRIBE, email to debian-68k-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: