[Webkit-unassigned] [Bug 68220] REGRESSION: Reproducible crash below SlotVisitor::harvestWeakReferences using Domino's online ordering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 16 00:22:16 PDT 2011


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





--- Comment #4 from Mark Rowe (bdash) <mrowe at apple.com>  2011-09-16 00:22:17 PST ---
Using MallocStackLogging=YES on WebProcess shows that the memory pointed to by “current” at the time of the crash formerly pointed to a FunctionCodeBlock but is now deallocated.  That explains the assertion I hit: in that case the deallocated memory was valid enough that it could be interpreted as a CodeBlock. Most of the time it can’t be though.

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