Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 324522

Summary: eclipse hang by debugging inside linked librarys
Product: [Technology] EPP Reporter: Alexander Kolli <programming>
Component: cpp-packageAssignee: Project Inbox <epp.packager-inbox>
Status: CLOSED NOT_ECLIPSE QA Contact:
Severity: critical    
Priority: P3 CC: cdtdoug, programming
Version: 1.3.0   
Target Milestone: 1.3.0   
Hardware: PC   
OS: Linux   
Whiteboard:

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