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 6172 - Some thread groups(e.g. main) in debugger window should be read only (disabled for manipulation).
Summary: Some thread groups(e.g. main) in debugger window should be read only (disable...
Status: CLOSED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-04-11 21:01 UTC by Jan Becicka
Modified: 2003-06-30 17:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2000-04-11 21:01:48 UTC
User is allowed to make operations, which guides him to exception.

Example using TestCompile (from CPTest):
1. set breakpoint in main method.
2. run debugger (F5)
3. in Debugger Window switch to Threads
4. Go to main | thread-0 and using right-click Switch To this thread
5. Go back to source code and press F8

this exception will be thrown
java.lang.InternalError: JVMDI_ERROR_NO_MORE_FRAMES
        at sun.tools.agent.StackFrame.getStackFrames(StackFrame.java:43)
        at sun.tools.agent.StepHandler.getCurrentStackTrace(StepHandler.java:403)
        at sun.tools.agent.StepHandler.stepLine(StepHandler.java:727)
        at sun.tools.agent.StepHandler.run(StepHandler.java:152)


Suggestion: Don`t allow user to do some manipulations with some thread groups.
Comment 1 Marek Grummich 2000-07-25 09:07:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-06-30 17:27:24 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.