| 
      
      
      From: Robert R. <ip...@di...> - 2000-10-11 12:46:56
      
     | 
| I really have no idea what I'm doing.
180000e
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 yo
welcome to change it and/or distribute copies of it under certain condi
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for deta
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     eth_kern.c: No such file or directory.
(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             printk("Kernel command line: %s\n", saved_command_line)
(gdb) c
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x10038490 in padzero (elf_bss=1073818712)
    at /usr/src/linux/include/asm/arch/string.h:418
418     /usr/src/linux/include/asm/arch/string.h: No such file or direc
(gdb) handle SIGSEGV pass nostop noprint
Signal        Stop      Print   Pass to program Description
SIGSEGV       No        No      Yes             Segmentation fault
(gdb) c
Continuing.
Program received signal SIGINT, Interrupt.
0x10007040 in panic (fmt=0x10120a80 "Stack overflowed onto current_task
    at panic.c:100
100             for(;;) {
(gdb)
-- 
"We are all so much together and yet we are all dying of loneliness."--A.Schweitzer
 |