From: Robert R. <ip...@di...> - 2000-10-11 02:51:24
|
Sorry about that I totally forgot I stripped it. 140000e att 1 b start_kernel c 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 "i686-pc-linux-gnu"... (gdb) att 1 Attaching to program: /home/rendler/uml/linux, Pid 1 0x100b2fe1 in kill () at eth_kern.c:307 307 } (gdb) b start_kernel Breakpoint 1 at 0x100f37b9: file init/main.c, line 515. (gdb) c Continuing. Breakpoint 1, start_kernel () at init/main.c:515 515 setup_arch(&command_line); (gdb) handle SIGSEGV pass nostop noprint Signal Stop Print Pass to program Description SIGSEGV No No Yes Segmentation fault (gdb) c Continuing. warning: Couldn't get registers. warning: Couldn't get registers. warning: Couldn't get registers. ptrace: Operation not permitted. warning: Couldn't get registers. warning: Couldn't get registers. warning: Couldn't get registers. Cannot remove breakpoints because program is no longer writable. It might be running in another process. Further execution is probably impossible. 0x100b2f64 in sigprocmask () at eth_kern.c:307 307 } (gdb) -- "We are all so much together and yet we are all dying of loneliness."--A.Schweitzer |