[Webkit-unassigned] [Bug 14520] REGRESSION: Freeze in Java on activating javascript: link

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 10 05:28:38 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14520





------- Comment #7 from mrowe at apple.com  2007-09-10 05:28 PDT -------
Created an attachment (id=16245)
 --> (http://bugs.webkit.org/attachment.cgi?id=16245&action=view)
Symbolicated sample from 10.4

This appears to be specific to 10.4.x.  It seems as though the main thread
(Thread_1007) is deadlocked with the final thread (Thread_2603).  Thread_2603
appears to be associated with a JVM that is attempting to create some type of
native window.  It is blocked waiting for a method to be called on the main
thread.  The main thread appears to be blocking in Java-related code below
-[NSView _setWindow:].  A method named "MethodSwizzle" shows up there, which
suggests something unpleasant is going on.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list