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 270495 - Deadlock while debugging.
Summary: Deadlock while debugging.
Status: RESOLVED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-26 14:23 UTC by scanti
Modified: 2017-04-26 23:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The threaddump (48.26 KB, application/octet-stream)
2017-04-26 14:23 UTC, scanti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description scanti 2017-04-26 14:23:10 UTC
Created attachment 164189 [details]
The threaddump

I was launching some tests and the I launched a test in debug mode.
NetBeans froze. I am attaching the thread dump.
Comment 1 Martin Entlicher 2017-04-26 23:02:47 UTC
It's not debugger related and there is no deadlock.
In AWT-EventQueue there is a dialog opened. It's likely that it's modal and on background (behind the main NetBeans window).