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 3440 - An error was produced when trying to single step through a test multithreaded application
Summary: An error was produced when trying to single step through a test multithreaded...
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: 1999-08-18 00:53 UTC by Jan Palka
Modified: 2002-07-19 15:17 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 Palka 1999-08-18 00:53:10 UTC
See comment
It`s a JVM bug.


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.start
();  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]

--------------------------------------------------------------------------------

-------------------------------------------------------------------------------
>Log Session: Wednesday, August 11, 1999 9:47:12 AM CDT
>System Info:
  Product Version    = NetBeans Developer (Gandalf), Build 339
  IDE Versioning     = IDE/1 spec=0.9 impl=Build 339
  Operating System   = Windows NT Version 4.0 Running on x86
  Java VM Version    = 1.2.2
  Java Vendor        = Sun Microsystems Inc.
  Java Vendor URL    = http://java.sun.com/
  Java Home          = c:/jdk1.2.2/jre
  Java Class Version = 46.0
  JIT                = NONE

  Home Dir           = C:/WINNT/Profiles/fbloom.000
  Current Directory  = C:/NetBeans/Developer30
  NetBeans Home      = C:/NetBeans/Developer30
  NetBeans User Home = C:/NetBeans/Developer30
  System Directory   = C:/NetBeans/Developer30/system
  CLASSPATH          = C:/NetBeans/Developer30/lib;C:/NetBeans/Developer30/lib/developer.jar;C:/NetBeans/Developer30/lib/openide.jar;C:/NetBeans/Developer30/lib/xml.jar;C:/NetBeans/Developer30/lib/inf
obus.jar;c:/jdk1.2.2/jre/lib/i18n.jar;c:/jdk1.2.2/lib/tools.jar;c:/jdk1.2.2/lib/dt.jar;C:/voyager/lib/voyager.jar;C:/voyager/lib/jndi.jar;C:/voyager/lib/swingall.jar;C:/voyager/lib/security.jar;C:/voy
ager/lib/vas.jar;C
Comment 1 Jan Stola 2000-07-27 17:40:59 UTC
Bug assigned to the module owner.