Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Debug crashes when selecting object in variables tab
Debug crashes when selecting object in variables tab [message #151020] Wed, 10 August 2005 18:25 Go to next message
Eclipse UserFriend
Originally posted by: mblok.interecho.com

I have Eclipse 3.1 with CDT 3.0 RC3 for windows and work with cygwin.

New CDT looks nice but I have problem with debuging some of my programs.
I have implemented quite large classes which inherite from several other
classes
which inherit from some abstract classes. The problem is that when during
debuging
in variable tab I select the object of that class, debuger process
terminates with exit
value -1073741819. The same happens when I select with mouse the object in
the
editor and wait a bit to see the variable value.

I have also experienced such problems with previous CDT 3.0 versions.
However now think I have noticed some improvement because I can
successfully browse through object fields unfolding branches in the variable
view. I can select particular fields, however, when select the branch
debuging terminates.

So far I thought that these are some problems which will be resolved
in subsequent CDT builds, but this is RC3 and the problem still exists.

Has anybody encountered the same problem or has any idea
how to deal with this problem? New CDT version seems great but
this fault is quite annoying so I still use previous version for C++
projects.

Marek Blok
Re: Debug crashes when selecting object in variables tab [message #151032 is a reply to message #151020] Wed, 10 August 2005 20:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mikhailk.qnx.com

It seems that gdb crashes. The CDT debugger communicates with gdb by sending
text commands, so obviously there is a bug in gdb, not CDT. I would suggest
to get a newer gdb version.

"Marek Blok" <mblok@interecho.com> wrote in message
news:dddgr8$b6i$1@news.eclipse.org...
>I have Eclipse 3.1 with CDT 3.0 RC3 for windows and work with cygwin.
>
> New CDT looks nice but I have problem with debuging some of my programs.
> I have implemented quite large classes which inherite from several other
> classes
> which inherit from some abstract classes. The problem is that when during
> debuging
> in variable tab I select the object of that class, debuger process
> terminates with exit
> value -1073741819. The same happens when I select with mouse the object in
> the
> editor and wait a bit to see the variable value.
>
> I have also experienced such problems with previous CDT 3.0 versions.
> However now think I have noticed some improvement because I can
> successfully browse through object fields unfolding branches in the
> variable
> view. I can select particular fields, however, when select the branch
> debuging terminates.
>
> So far I thought that these are some problems which will be resolved
> in subsequent CDT builds, but this is RC3 and the problem still exists.
>
> Has anybody encountered the same problem or has any idea
> how to deal with this problem? New CDT version seems great but
> this fault is quite annoying so I still use previous version for C++
> projects.
>
> Marek Blok
>
Re: Debug crashes when selecting object in variables tab [message #151044 is a reply to message #151032] Thu, 11 August 2005 08:27 Go to previous message
Eclipse UserFriend
Originally posted by: stefanm.uniblue.net

It seems to me that cygwin has a number of issues in eclipse environment.
I am using MinGW and so far had none of the issues most people reported.

I am also using the ACE library, boost and other stuff which is heavily
based on templatisation. Borland compiler and linker gives too much
trouble which is why we are moving....

Is there an actual test/review of different compilers to see compatibility?

Stefan

Mikhail Khodjaiants wrote:

> It seems that gdb crashes. The CDT debugger communicates with gdb by sending
> text commands, so obviously there is a bug in gdb, not CDT. I would suggest
> to get a newer gdb version.

> "Marek Blok" <mblok@interecho.com> wrote in message
> news:dddgr8$b6i$1@news.eclipse.org...
>>I have Eclipse 3.1 with CDT 3.0 RC3 for windows and work with cygwin.
>>
>> New CDT looks nice but I have problem with debuging some of my programs.
>> I have implemented quite large classes which inherite from several other
>> classes
>> which inherit from some abstract classes. The problem is that when during
>> debuging
>> in variable tab I select the object of that class, debuger process
>> terminates with exit
>> value -1073741819. The same happens when I select with mouse the object in
>> the
>> editor and wait a bit to see the variable value.
>>
>> I have also experienced such problems with previous CDT 3.0 versions.
>> However now think I have noticed some improvement because I can
>> successfully browse through object fields unfolding branches in the
>> variable
>> view. I can select particular fields, however, when select the branch
>> debuging terminates.
>>
>> So far I thought that these are some problems which will be resolved
>> in subsequent CDT builds, but this is RC3 and the problem still exists.
>>
>> Has anybody encountered the same problem or has any idea
>> how to deal with this problem? New CDT version seems great but
>> this fault is quite annoying so I still use previous version for C++
>> projects.
>>
>> Marek Blok
>>
Previous Topic:Debugger Problem
Next Topic:What is GDB Command File?
Goto Forum:
  


Current Time: Thu Mar 28 13:13:31 GMT 2024

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

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

Back to the top