[Webkit-unassigned] [Bug 35335] [REGRESSION in r55185] EXC_BAD_ACCESS on opening inspector.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 24 12:14:28 PST 2010


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





--- Comment #1 from Oliver Hunt <oliver at apple.com>  2010-02-24 12:14:28 PST ---
Got it, compileGetDirectOffset may clobber the base register if the object is
not using inline storage.  Weee!

We really need some way to mark a register as being immutable and have that
trigger assertion.  Although i guess that wouldn't have helped here as it still
depends on hitting the code path.

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



More information about the webkit-unassigned mailing list