[Webkit-unassigned] [Bug 16868] Gmail crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 14 07:42:48 PST 2008


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





------- Comment #4 from cwzwarich at uwaterloo.ca  2008-01-14 07:42 PDT -------
I added some code to print out the JS being executed. It's pretty heavily
obfuscated, as one might expect. The main thing that stands out is that there
is a lot of usage of closures. 

I also modified the constructor of ExecState to always tear off the
ActivationImp immediately after creating it. With this modification, Gmail
loads fine, so the problem is likely that a required tear-off is missed. Anyone
have any guesses?

(In my previous post I meant that the particular ActivationImp is *not* torn
off.)


-- 
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