[Webkit-unassigned] [Bug 97586] [Qt] Fix crashes with LLInt C loop on 64 bit release mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 30 12:50:00 PDT 2012


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





--- Comment #15 from Zoltan Herczeg <zherczeg at webkit.org>  2012-10-30 12:51:17 PST ---
Exactly it looks like that. I just didn't wanted to pollute the bugzilla. So LLInt::exceptionInstructions() contains something (an absolute byte code address perhaps) before the function enters the slow path, and the slow path returns with it. When the conversion happens, this address becomes a relative address, but this relative address is bigger than 2G. The question here, is that address is correct, or not. It seems correct, since all tests passed. But why it has low address? Perhaps that byte code array is allocated a different way?

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