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 167156

Summary: Desktop hangs on X11 when a breakpoint is hit and context menu is up
Product: debugger Reporter: jbfaden <jbfaden>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: jstack output of my process when the desktop is hung

Description jbfaden 2009-06-16 12:24:46 UTC
Netbeans debugger consistently hangs my Linux/Gnome/X11 desktop if I hit a breakpoint in the debugger and a popup menu
is displayed.  For example, I want to debug as a context menu is raised in Swing, so I set the breakpoint and invoke my
popup code.  Netbeans will indicate the program counter (green bar) at my breakpoint, but the whole desktop will be
hung.  I need to switch to a different console (Ctrl-Alt-F1 on Ubuntu) and kill the process I'm debugging.
Comment 1 jbfaden 2009-06-16 12:25:44 UTC
Created attachment 83623 [details]
jstack output of my process when the desktop is hung
Comment 2 Martin Entlicher 2009-06-16 12:49:14 UTC
This is a known issue - duplicate of issue #93076.
Debugger suspends an application while it holds native AWT lock, therefore nobody else can access the GUI. Unfortunately
this will not be fixed, therefore you simply can not debug such code.

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