Milind Dumbare wrote: >I've tested current kgdb cvs patches over linux-2.6.16.19 both on i386 >and x86_64 with both over serial and ethernet. There were no hunk >failures and kgdb works fine with module debugging. > > Have you enabled CONFIG_SMP?
I've succeeded with kgdb over eth with SMP=y/n and succeeded with kgdb over serial with SMP=n. The only case I have a target reboot in the case SMP=y and kgdb over serial in 2.6.16. The testcase is simple: (gdb) b printk (gdb) c repeat above command 16 times and then the target reboots. Vladimir _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
