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 - [Embedded Browser] IDE freeze (Event dispatch went into native code loop - probably)
Summary: [Embedded Browser] IDE freeze (Event dispatch went into native code loop - pr...
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: ceresna
URL:
Keywords:
Depends on: 136763
Blocks:
  Show dependency tree
 
Reported: 2008-06-27 19:12 UTC by Peter Zavadsky
Modified: 2008-07-25 18:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full thread dump, after the problem occurrs (11.97 KB, text/plain)
2008-06-27 19:13 UTC, Peter Zavadsky
Details
stacktrace where mozilla hangs (30.62 KB, text/plain)
2008-07-07 19:16 UTC, ceresna
Details

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