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 - Debugging a NB platform project stalls the complete graphical environment.
Summary: Debugging a NB platform project stalls the complete graphical environment.
Status: RESOLVED DUPLICATE of bug 93076
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-29 14:42 UTC by sc1
Modified: 2011-01-31 15:49 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 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 ***