Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Help! Debugging crashing my session
Help! Debugging crashing my session [message #216710] Wed, 28 May 2008 15:06 Go to next message
Eclipse UserFriend
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 08:04 Go to previous message
Eclipse UserFriend
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
>
Previous Topic:How to implement this Option p{e,l,c,w=<num>}
Next Topic:Error launching debugger
Goto Forum:
  


Current Time: Wed Jul 17 03:28:09 GMT 2024

Powered by FUDForum. Page generated in 0.03780 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top