From: Jeff D. <jd...@ka...> - 2000-10-11 16:56:31
|
> Program received signal SIGINT, Interrupt. > 0x10007040 in panic (fmt=0x10120a80 "Stack overflowed onto current_task > at panic.c:100 > 100 for(;;) { > (gdb) That looks better. Did you do anything different that time? At this point, you supposed to do a 'bt' to see what's going on, and then 'return' you way up the stack, looking at $esp at each frame see see who's eating up the stack. > (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. This still makes me a bit nervous. I'm not sure where it's supposed to be when it gets attached, but I don't think it's the ethernet driver. Jeff |