Bug 225719 - ASSERTION FAILED: actualVTablePointer == expectedVTablePointer in toJSNewlyCreated(JSC::JSGlobalObject *, WebCore::JSDOMGlobalObject *, Ref<WebCore::AudioNode> &&)
Summary: ASSERTION FAILED: actualVTablePointer == expectedVTablePointer in toJSNewlyCr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-12 15:05 PDT by Chris Dumez
Modified: 2021-05-12 17:09 PDT (History)
14 users (show)

See Also:


Attachments
Patch (14.13 KB, patch)
2021-05-12 15:55 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (13.46 KB, patch)
2021-05-12 16:07 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2021-05-12 15:05:52 PDT
ASSERTION FAILED: actualVTablePointer == expectedVTablePointer in toJSNewlyCreated(JSC::JSGlobalObject *, WebCore::JSDOMGlobalObject *, Ref<WebCore::AudioNode> &&):

../../WebKitBuild/Debug/DerivedSources/WebCore/JSAudioNode.cpp(609) : JSC::JSValue WebCore::toJSNewlyCreated(JSC::JSGlobalObject *, WebCore::JSDOMGlobalObject *, Ref<WebCore::AudioNode> &&)
1   0x306121b89 WTFCrash
2   0x2fbc0a35b WTFCrashWithInfo(int, char const*, char const*, int)
3   0x2fbeae781 JSC::JSValue WebCore::wrap<WebCore::AudioNode>(JSC::JSGlobalObject*, WebCore::JSDOMGlobalObject*, WebCore::AudioNode&)
4   0x2fc2a4451 WebCore::jsFocusEvent_relatedTarget(JSC::JSGlobalObject*, long long, JSC::PropertyName)
5   0x30715282a JSC::JSValue::get(JSC::JSGlobalObject*, JSC::PropertyName, JSC::PropertySlot&) const
6   0x306ff30b9 JSC::LLInt::performLLIntGetByID(JSC::Instruction const*, JSC::CodeBlock*, JSC::JSGlobalObject*, JSC::JSValue, JSC::Identifier const&, JSC::GetByIdModeMetadata&)
Comment 1 Chris Dumez 2021-05-12 15:06:03 PDT
<rdar://77828031>
Comment 2 Chris Dumez 2021-05-12 15:55:04 PDT
Created attachment 428423 [details]
Patch
Comment 3 Chris Dumez 2021-05-12 16:07:30 PDT
Created attachment 428427 [details]
Patch
Comment 4 Geoffrey Garen 2021-05-12 16:16:34 PDT
Comment on attachment 428427 [details]
Patch

r=me
Comment 5 EWS 2021-05-12 17:09:46 PDT
Committed r277411 (237661@main): <https://commits.webkit.org/237661@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 428427 [details].