Bug 177783
Summary: | [Payment Request] imported/w3c/web-platform-tests/payment-request/rejects_if_not_active.https.html crashes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andy Estes <aestes> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | lforschler |
Priority: | P2 | ||
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 174796 |
Andy Estes
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.JavaScriptCore 0x000000011f57606c JSC::Register::pointer() const + 12 (Register.h:203)
1 com.apple.JavaScriptCore 0x000000011f575f79 JSC::ExecState::callee() const + 25 (CallFrame.h:108)
2 com.apple.JavaScriptCore 0x000000011f568465 JSC::ExecState::vm() const + 21 (JSCellInlines.h:129)
3 com.apple.JavaScriptCore 0x000000011f6e763c JSC::JSONParse(JSC::ExecState*, WTF::String const&) + 28 (JSONObject.cpp:845)
4 com.apple.WebCore 0x00000001141d513c WebCore::PaymentRequest::finishShowing() + 300 (PaymentRequest.cpp:290)
5 com.apple.WebCore 0x00000001141d76a8 WebCore::PaymentRequest::show(WebCore::DOMPromiseDeferred<WebCore::IDLInterface<WebCore::PaymentResponse> >&&)::$_0::operator()() const + 24 (PaymentRequest.cpp:281)
6 com.apple.WebCore 0x00000001141d75f9 WTF::Function<void ()>::CallableWrapper<WebCore::PaymentRequest::show(WebCore::DOMPromiseDeferred<WebCore::IDLInterface<WebCore::PaymentResponse> >&&)::$_0>::call() + 25 (Function.h:101)
7 com.apple.JavaScriptCore 0x0000000120908c9b WTF::Function<void ()>::operator()() const + 139 (Function.h:56)
8 com.apple.JavaScriptCore 0x00000001209292d3 WTF::RunLoop::performWork() + 211 (RunLoop.cpp:107)
9 com.apple.JavaScriptCore 0x0000000120929b54 WTF::RunLoop::performWork(void*) + 36 (RunLoopCF.cpp:38)
10 com.apple.CoreFoundation 0x00007fff4184a201 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
11 com.apple.CoreFoundation 0x00007fff41903eac __CFRunLoopDoSource0 + 108
12 com.apple.CoreFoundation 0x00007fff4182cca0 __CFRunLoopDoSources0 + 208
13 com.apple.CoreFoundation 0x00007fff4182c11d __CFRunLoopRun + 1293
14 com.apple.CoreFoundation 0x00007fff4182b983 CFRunLoopRunSpecific + 483
15 com.apple.HIToolbox 0x00007fff40b43746 RunCurrentEventLoopInMode + 286
16 com.apple.HIToolbox 0x00007fff40b434b6 ReceiveNextEventCommon + 613
17 com.apple.HIToolbox 0x00007fff40b43234 _BlockUntilNextEventMatchingListInModeWithFilter + 64
18 com.apple.AppKit 0x00007fff3ee11a23 _DPSNextEvent + 2085
19 com.apple.AppKit 0x00007fff3f5a6e6c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
20 com.apple.AppKit 0x00007fff3ee06831 -[NSApplication run] + 764
21 com.apple.AppKit 0x00007fff3edd59d2 NSApplicationMain + 804
22 libxpc.dylib 0x00007fff69a28657 _xpc_objc_main + 580
23 libxpc.dylib 0x00007fff69a272aa xpc_main + 417
24 com.apple.WebKit.WebContent 0x000000010ce9e14b main + 1195 (XPCServiceMain.mm:148)
25 libdyld.dylib 0x00007fff6975b145 start + 1
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andy Estes
*** This bug has been marked as a duplicate of bug 177832 ***