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 3372 - Internal debug-agent exception when single stepping through a multithreaded application, when serverThread.start() is called.
Summary: Internal debug-agent exception when single stepping through a multithreaded a...
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P2 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-16 19:24 UTC by _ tboudreau
Modified: 2003-07-02 16:02 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 _ tboudreau 1999-08-16 19:24:03 UTC
The following error was produced when trying to single step through a test multithreaded application.  Runing it in the debugger with Debug.Go, from the menus, works fine.  The code serverThread.sta
rt();  is what causes both lines below to be output.  It is possible to single step through the rest of the application.

--------------------------------------------------------------------------------
[Internal debug-agent exception: java.lang.InternalError: JVMDI_ERROR_NO_MORE_FRAMES -  during command processing]
[Internal debug-agent exception: java.lang.InternalError: JVMDI_ERROR_NO_MORE_FRAMES -  during command processing]
--------------------------------------------------------------------------------

[Dan]
The internal error message is not printed anymore, but there is still some output caused by the internal error - empty lines are printed in the OutputWindow now.
(You can notice that the scroll bar is moving.)
Comment 1 Jan Stola 2000-07-27 16:50:59 UTC
Verified in Build 2011.
Comment 2 Quality Engineering 2003-07-02 16:02:40 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.