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 172531

Summary: ComboBox breakpoint hangs entire GUI and X-Windows
Product: debugger Reporter: duncank <duncank>
Component: CodeAssignee: issues@debugger <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description duncank 2009-09-17 23:23:19 UTC
Swing app client enterprise application.

If a breakpoint is set which is activated by the drop-list of a JComboBox, then NetBeans and the whole X-Windows GUI
become unresponsive. The user has to use CTRL-ALT-F1 to get to the Linux text console, log in as root, do a 'jps -l' to
find the offending app client runtime and kill it.  This 'frees up' the GUI and X-Windows (along with NetBeans) can be
resumed by presing ALT-F7.

As you can imagine this makes debugging ComboBox related issues very difficult.

Note that the CPU is not busy during this 'freeze' as the 'top' command does not show the offending java process taking
up any time.
Comment 1 duncank 2009-09-17 23:31:39 UTC
By the way, even though I have put down version 6.7 above, we have had this problem since version 6.0.
Comment 2 Martin Entlicher 2009-09-21 12:51:59 UTC

*** This issue has been marked as a duplicate of 93076 ***
Comment 3 Quality Engineering 2010-04-29 11:16:44 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.