Help! Debugging crashing my session [message #216710] |
Wed, 28 May 2008 11:06  |
Eclipse User |
|
|
|
Originally posted by: mfeher00.yahoo.com
Greetings,
I am using Eclipse to develop and debug an app at work (which is why I
can't post the source code) in the following configuration:
Eclipse 3.3.2
CDT 4.0.X.20080225
RHEL 5.1
Linux kernel 2.6.19
I have not been able to find any help anywhere online about this error,
but basically, I am going through absolutely legitimate code, single
stepping (F6/F7) and the debug session just terminates on me without
warning or code. Occasionally I will get something along the lines of the
following:
"Thread [0] (Suspended) <Stack is not available: Cannot access memory at
address 0xb7ea0f4c.>"
I have absolutely no idea what this means but I strongly suspect this is
not my code, but an underlying Eclipse/CDT/gdb/Linux issue. I definitely
need some advice - are there any settings I need to check? I have
rebooted the device and nothing works. It just started doing this
yesterday and was largely working, IIRC, on Friday before the holiday.
Thanks,
Mike
|
|
|
Re: Help! Debugging crashing my session [message #216749 is a reply to message #216710] |
Thu, 29 May 2008 04:04  |
Eclipse User |
|
|
|
Originally posted by: jamesblackburn+eclipse.mac.com
Sounds to me like potentially a GDB problem.
Try the following:
1) Enable verbose console mode for your launch
2) Run GDB from the command line in MI mode (-i=mi)
3) copy the commands from the eclipse console into GDB.
Does it work then?
James
Mike wrote:
> Greetings,
>
> I am using Eclipse to develop and debug an app at work (which is why I
> can't post the source code) in the following configuration:
>
> Eclipse 3.3.2
> CDT 4.0.X.20080225
> RHEL 5.1
> Linux kernel 2.6.19
>
> I have not been able to find any help anywhere online about this error,
> but basically, I am going through absolutely legitimate code, single
> stepping (F6/F7) and the debug session just terminates on me without
> warning or code. Occasionally I will get something along the lines of
> the following:
>
> "Thread [0] (Suspended) <Stack is not available: Cannot access memory at
> address 0xb7ea0f4c.>"
>
> I have absolutely no idea what this means but I strongly suspect this is
> not my code, but an underlying Eclipse/CDT/gdb/Linux issue. I
> definitely need some advice - are there any settings I need to check? I
> have rebooted the device and nothing works. It just started doing this
> yesterday and was largely working, IIRC, on Friday before the holiday.
>
> Thanks,
> Mike
>
|
|
|
Powered by
FUDForum. Page generated in 0.03677 seconds