> Greg Buchholz <[EMAIL PROTECTED]> writes:
> > Okay, when I attach to the boot process, I can set breakpoints
> > fine, but when I continue, I get the following message (in gdb)...
> > Can't wain for pid 174: No child processes.
> >
> > ...then when I hit enter to continue the paused "boot", gdb complains...
> >
> > Pid 174 died with unknown exit status using SIGKILL
> > Program termintaed with signal SIGKILL, Killed.
> > The program no longer exists.
This problem was solved by putting a sleep(30) at the beginning of
the program to give me enough time to attach to the running process (gdb
seemed to have problems because the programing wasn't running yet). Then
I start debugging , but out of the blue I get an error like...
Program received signal EXC_BAD_ACCESS, Could not access memory.
0x0806c203 in _hurd_ports_use()
...Trying multiple different times I always get the same error
(_hurd_ports_use), but at different locations in the code. My gut feeling
is that this is somehow being caused by gdb itself. I'll also note that I
get the following error message when gdb starts up...
Warning: can't modify tracing state for pid202: No signal thread.
...Any thoughts?
Thanks,
Greg Buchholz
_______________________________________________
Help-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-hurd