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 194839

Summary: Debugging a NB platform project stalls the complete graphical environment.
Product: debugger Reporter: sc1
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description sc1 2011-01-29 14:42:14 UTC
Debugging a NB platform project often stalls the complete graphical environment on my Computer.

I have an i7, jdk 1.6.0_20 under Ubuntu 10.04. NB IDE is 6.9.1. XmX=2048m

If I try to debug in an ListSelectionListener (e.g.) the GUI freezes quite often completely. In this case there is no other chance then to switch to a text console and kill my Java platform application.

Is there a change to e.g. send a kill -6 (or so) to get some logging.
Comment 1 Martin Entlicher 2011-01-31 15:49:07 UTC
It's a duplicate of issue #93076. It's a known problem when you debug code which holds the mouse pointer.

Running the debugged application with
-Dsun.awt.disablegrab=true
solves the problem for me.

*** This bug has been marked as a duplicate of bug 93076 ***