Hello

Trying to boot 2.6.17-rc5-mm1 with kgdb I always get:

Breakpoint 1, panic (fmt=0xc03b14be "Attempted to kill init!")
    at thread_info.h:91
91      thread_info.h: No such file or directory.
        in thread_info.h
(gdb) up
#1  0xc011ac99 in do_exit (code=512) at kernel/exit.c:862
(gdb) up
#2  0xc011afb3 in sys_exit (error_code=2) at kernel/exit.c:990
(gdb) 
#3  0xc03704bb in syscall_call () at sched.h:11
11      sched.h: No such file or directory.
        in sched.h

When kgdb is off (CONFIG_KGDB is not set) - the kernel boots fine.

Actually, the last mm kernel where kgdb worked for me was
2.6.17-rc3-mm1. IIRC.

kgdb related section of.config:

CONFIG_KGDB=y
CONFIG_KGDB_CONSOLE=y
# CONFIG_KGDB_ONLY_MODULES is not set
CONFIG_KGDB_8250_NOMODULE=y
# CONFIG_KGDBOE_NOMODULE is not set
CONFIG_KGDB_8250=y
CONFIG_KGDB_SIMPLE_SERIAL=y
CONFIG_KGDB_BAUDRATE=115200
CONFIG_KGDB_PORT_NUM=0
CONFIG_EARLY_PRINTK=y





-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Kgdb-bugreport mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to