[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.cdt] Re: Debugging issues...
|
It looks like gdb is crashing. Try a newer version of gdb.
The messages you see in the gdb console reflect the internal activity and
are not "real" errors.
"Jerry Rodgers" <jerryrodgers@xxxxxxxxxxx> wrote in message
news:dgcfv4$vb9$1@xxxxxxxxxxxxxxxxxxx
>I wanted to include that I am using
>
> GNU gdb Red Hat Linux (5.3.90-0.20030710.40rh)
> Eclipse 3.1.0 - Build 120050627-1435
> CDT 3.0.0
> GCC - gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-113)
>
> -Jerrry
>
> "Jerry Rodgers" <jerryrodgers@xxxxxxxxxxx> wrote in message
> news:dgcfl8$utd$1@xxxxxxxxxxxxxxxxxxx
>> Hi,
>>
>> I am having problems being able to debug my C++ executable under Eclipse.
>> I was able to run/break/inspect variables etc directly under GDB and DDD.
>> I am a newbie to C/C++ to begin with but have been using Eclipse fror
>> Java for many years.
>>
>> I am able to make and run the C++ program from within Eclipse (as long as
>> I do not have any break points set) wihtout any problems - The problem is
>> when I select Run - Debug and I set a break point however as soon as it
>> stops it ends up termintaing - all I get is this in the console. I
>> pretty much accepted the defaults for debugging - I selected GDB as the
>> debugger and have Stop at main() on startup selected.
>>
>> Stopped due to shared library event
>> Stopped due to shared library event
>> Stopped due to shared library event
>> mi_cmd_stack_list_frames: No stack.
>>
>> Also if I am quick about when I select run - debug - and then try to step
>> I get this error.
>> Eclipse Target request failed: {R,T}xThread Terminated
>>
>> Any ideas where I am going wrong?
>>
>> thanks,
>> Jerry Rodgers
>>
>>
>>
>
>