This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 63190 - EQ blocked in JPDAThreadImpl.getStackDepth
Summary: EQ blocked in JPDAThreadImpl.getStackDepth
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2005-08-26 21:34 UTC by Jesse Glick
Modified: 2010-04-29 09:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (26.57 KB, text/plain)
2005-08-26 21:35 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-08-26 21:34:39 UTC
Was debugging IDE itself in 050826 and had some sort of problem - not quite sure
what, I had hit a breakpoint and tried to resume, but it did not work. Anyway,
IDE froze. Data loss.
Comment 1 Jesse Glick 2005-08-26 21:35:01 UTC
Created attachment 24282 [details]
Thread dump
Comment 2 Martin Entlicher 2005-08-29 12:51:15 UTC
Thanks for the report. We must not ask for the call stack...
Comment 3 Martin Entlicher 2005-08-29 14:20:52 UTC
We do not check whether Pop To Here action should be included in the set of
actions now. The action should override isEnabled meaningfully instead.
I've submitted issue #63245 for that. It's still TBD, since it will likely
require some API changes...
The Pop To Here action was made robust enough to survive:

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/CallStackActionsProvider.java,v
 <--  CallStackActionsProvider.java
new revision: 1.12; previous revision: 1.11
Comment 4 Quality Engineering 2010-04-29 09:24:46 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.