Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 324522 - eclipse hang by debugging inside linked librarys
Summary: eclipse hang by debugging inside linked librarys
Status: CLOSED NOT_ECLIPSE
Alias: None
Product: EPP
Classification: Technology
Component: cpp-package (show other bugs)
Version: 1.3.0   Edit
Hardware: PC Linux
: P3 critical (vote)
Target Milestone: 1.3.0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-04 14:30 EDT by Alexander Kolli CLA
Modified: 2010-09-10 13:00 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kolli CLA 2010-09-04 14:30:14 EDT
If I debug my app all work fine.
Also when I jump into an library.
But when I looked on an variable before I jump into the library,
by jumping the " gdb --interpreter mi2 --nx-" run with 100% CPU-power
Also by every step inside the library
and I have to wait an long time for the next step.



Eclipse CDT P2 Customizations for SDK installation

Version: 1.0.0.201006141710
Build id: 201006141710
Comment 1 Alexander Kolli CLA 2010-09-10 13:00:21 EDT
(In reply to comment #0)
> If I debug my app all work fine.
> Also when I jump into an library.
> But when I looked on an variable before I jump into the library,
> by jumping the " gdb --interpreter mi2 --nx-" run with 100% CPU-power
> Also by every step inside the library
> and I have to wait an long time for the next step.
> 
> 
> 
> Eclipse CDT P2 Customizations for SDK installation
> 
> Version: 1.0.0.201006141710
> Build id: 201006141710

This was an bug of GDB 7.1-1ubuntu2
Now I have compiled the new version 7.2
and it run's