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 - Desktop hangs on X11 when a breakpoint is hit and context menu is up
Summary: Desktop hangs on X11 when a breakpoint is hit and context menu is up
Status: CLOSED DUPLICATE of bug 93076
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-16 12:24 UTC by jbfaden
Modified: 2010-04-29 11:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
jstack output of my process when the desktop is hung (16.17 KB, text/plain)
2009-06-16 12:25 UTC, jbfaden
Details

Note You need to log in before you can comment on or make changes to this bug.
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.