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 - ComboBox breakpoint hangs entire GUI and X-Windows
Summary: ComboBox breakpoint hangs entire GUI and X-Windows
Status: CLOSED DUPLICATE of bug 93076
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-17 23:23 UTC by duncank
Modified: 2010-04-29 11:16 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 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.