help-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: remote debugging stubs (EXC_BAD_ACCESS)


From: Greg Buchholz
Subject: Re: remote debugging stubs (EXC_BAD_ACCESS)
Date: Wed, 10 Sep 2003 21:10:13 +0100 (BST)

> Greg Buchholz <sleepingsquirrel@sleepingsquirrel.org> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]