Bug #1094
closedkgdb crashes when remote debugging requested
0%
Description
kgdb crashes when remote debugging (-r) is requested. The crash involves
a NULL pointer dereference in libkvm.
I've found that the crash was introduced with revision 1.2 of
src/gnu/usr.bin/gdb/kgdb/kgdb.c.
In that revision the global variable 'kvm' isn't initialised if remote
debugging is requested, however it is always used. The value of 'kvm' is
passed to a libkvm function which attempts to dereference it.
Updated by alexh almost 15 years ago
Simon, is there any update on this? Did you have a chance of looking into this?
Cheers,
Alex Hornung
Updated by tuxillo over 14 years ago
Hi,
I've started a qemu booting w/ our latest i386 ISO.
- qemu -m 128 -hda root.img -cdrom dfly.iso -boot d -s
Using /boot/kernel from the ISO image, I've done:
- kgdb -r localhost:1234 /tmp/kernel
I don't get any segfault. So can you please give some instructions on how to
reproduce this crash?
Or maybe it is gone after the gdb update that took place after this bug was opened?
Thanks,
Antonio Huete
Updated by corecode over 14 years ago
Quite possible that the bug is gone. If -r works, then all is fine.
Updated by tuxillo over 14 years ago
Ok, I'm closing it as this issue seems to be gone.
Thanks,
Antonio Huete