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 258572 - org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: exec_AgentToolBox (jfxsa-run)_53
Summary: org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: ex...
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Platform (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-29 13:05 UTC by JTD
Modified: 2016-05-30 10:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209214


Attachments
stacktrace (1.02 KB, text/plain)
2016-03-29 13:05 UTC, JTD
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JTD 2016-03-29 13:05:50 UTC
Build: NetBeans IDE Dev (Build 201603280001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Windows 7

User Comments:
GUEST: After few hours of work NetBeans stopped underlining mistakes in source, refactorings became much slower. Tried to relaunch, only to find the process stuck in memory (weighing ~ 850 mb). Had to kill it with task manager

GUEST: Clossing NetBeans

bodonova: Debugging a midlet using  Java ME SDK 3.4. Stopped the emulator. Netbeans popped up an error dialog box stating that there was a deadlock and suggested rebooting the IDE. IDE hung when I exited.

JTD: Even though the AgentToolBox application was terminated gracefully hours before the IDE thought it was still a running process even thouh it was not (I checked the process list as well) so it would not let me terminate the IDE.

GUEST: I was just shutting down NetBeans and I had to force it to close because it said a midlet debugger instance was running (but I wasn't otherwise aware that one was running).

GUEST: Trying to debug into JavaME program using I2C.

GUEST: Clicking everywhere during mobile emulator start.




Stacktrace: 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: exec_AgentToolBox (jfxsa-run)_53
   at java.lang.ThreadGroup.activeCount(ThreadGroup.java:342)
   at java.lang.ThreadGroup.activeCount(ThreadGroup.java:355)
   at org.netbeans.core.execution.TaskThreadGroup.isProcessDead(TaskThreadGroup.java:94)
   at org.netbeans.core.execution.TaskThreadGroup.waitFor(TaskThreadGroup.java:147)
   at org.netbeans.core.execution.DefaultSysProcess.result(DefaultSysProcess.java:110)
   at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:159)
Comment 1 JTD 2016-03-29 13:05:53 UTC
Created attachment 159032 [details]
stacktrace