[Webkit-unassigned] [Bug 19716] REGRESSION (SquirrelFish): Reproducible crash after entering a username at mint.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 22 23:27:01 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=19716





------- Comment #6 from cwzwarich at uwaterloo.ca  2008-06-22 23:27 PDT -------
The problem is that the registerBase of the JSVariableObject (the value pointed
to by JSVariableObject::registerBase()) is 0. The register base is a valid
pointer to m_base of some RegisterFile. However, setBase() is never called on
that RegisterFile to make it null, and it's not the default value (I made it
something other than null to test). Since m_base is private, this means that
the cause is likely random corruption from something else going wrong.


-- 
Configure bugmail: https://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