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 138520

Summary: [Embedded Browser] IDE freeze (Event dispatch went into native code loop - probably)
Product: ide Reporter: Peter Zavadsky <pzavadsky>
Component: ExtbrowserAssignee: ceresna <ceresna>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 136763    
Bug Blocks:    
Attachments: full thread dump, after the problem occurrs
stacktrace where mozilla hangs

Description Peter Zavadsky 2008-06-27 19:12:11 UTC
This occurred occasionally, but just now I dumped full thread dump to take a closer look.
The behaviour is like this: the IDE at certain moment stops respond to user events (key, mouse).
Form the thread dump one can see that the event dispatch thread went into MozSwing and native code, and it seems got
stuck there and not return. Attaching the thread dump.
Please, let me know, in case there is some issue with client code call.
Comment 1 Peter Zavadsky 2008-06-27 19:13:18 UTC
Created attachment 63617 [details]
full thread dump, after the problem occurrs
Comment 2 ceresna 2008-07-07 19:16:03 UTC
Created attachment 64020 [details]
stacktrace where mozilla hangs
Comment 3 ceresna 2008-07-07 19:19:47 UTC
the attached stacktrace above shows IDE hangs due to nesting of gtk event loop in mozilla
Comment 4 ceresna 2008-07-25 18:17:06 UTC
fixed rev 89305:d8a8f8d9c016

as consequence, the race condition bug with gtk l&f was found
http://monaco.sfbay.sun.com/detail.jsf?cr=6729405