[Webkit-unassigned] [Bug 200983] [Android] 64-bit JSC r245459 crashes in JSC::AccessCase::propagateTransitions(JSC::SlotVisitor&)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 3 16:41:41 PDT 2019


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

Mark Lam <mark.lam at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark.lam at apple.com

--- Comment #1 from Mark Lam <mark.lam at apple.com> ---
Suggestion: see SigillCrashAnalyzer.h/cpp and see if you can adapt that to capture / log more details about your crash e.g. 

1. the PC offset into AccessCase::propagateTransitions(), so that you can determine which line of code is crashing.
2. a dump of registers so that you can see what values are being acted on that results in this crash.

Good luck.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190903/cc2c6707/attachment-0001.html>


More information about the webkit-unassigned mailing list