Bug 32153 - Assertion fails in interpreter when opening http://maps.google.com
Summary: Assertion fails in interpreter when opening http://maps.google.com
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-04 06:10 PST by Zoltan Herczeg
Modified: 2010-04-23 22:45 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Herczeg 2009-12-04 06:10:05 PST
This happens on Qt and Mac as well. I haven't run interpreter for ages, especially not in debug mode. Now, I got the following assertion fail:

ASSERTION FAILED: protoObject->get(callFrame, callFrame->codeBlock()->identifier(vPC[3].u.operand)) == protoObject->getDirectOffset(offset)

JavaScriptCore/interpreter/Interpreter.cpp:2143

Mext week I am going to abroad, and I don't have time to debug it now. But I open a bug report to not forget it.
Comment 1 Alexey Proskuryakov 2009-12-10 14:13:57 PST
See also: bug 31871.
Comment 2 Alexey Proskuryakov 2010-04-23 14:52:08 PDT
I don't see any assertion failures when opening maps.google.com with r58015 on PowerPC.
Comment 3 Zoltan Herczeg 2010-04-23 22:45:20 PDT
Hm I forgot about this bug. Very old. Probably already fixed.