Bug 181833

Summary: [Sierra Debug WK2] ASSERTION FAILED: paymentCoordinator().supportsVersion(version)
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, aestes, beidson, commit-queue, sam, thorton, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=181754
Attachments:
Description Flags
Crash log
none
Patch
none
Patch none

Ryan Haddad
Reported 2018-01-18 20:51:52 PST
Created attachment 331705 [details] Crash log The following assertion failure is seen on Sierra Debug WK2 with LayoutTest http/tests/ssl/applepay/ApplePayRequestShippingContact.https.html ASSERTION FAILED: paymentCoordinator().supportsVersion(version) /Volumes/Data/slave/sierra-debug/build/Source/WebCore/Modules/applepay/paymentrequest/ApplePayPaymentHandler.cpp(413) : virtual unsigned int WebCore::ApplePayPaymentHandler::version() const 1 0x108c8bc9d WTFCrash 2 0x10d780157 WebCore::ApplePayPaymentHandler::version() const 3 0x10d7803bf WebCore::ApplePayPaymentHandler::didAuthorizePayment(WebCore::Payment const&) 4 0x10d78097c non-virtual thunk to WebCore::ApplePayPaymentHandler::didAuthorizePayment(WebCore::Payment const&) 5 0x10d77cabe WebCore::PaymentCoordinator::didAuthorizePayment(WebCore::Payment const&) 6 0x11e506dcf WebCore::MockPaymentCoordinator::acceptPayment()::$_6::operator()() 7 0x11e506c79 WTF::Function<void ()>::CallableWrapper<WebCore::MockPaymentCoordinator::acceptPayment()::$_6>::call() 8 0x11e4ce84b WTF::Function<void ()>::operator()() const 9 0x11e500ddc WebCore::dispatchIfShowing(WTF::Function<void ()>&&)::$_8::operator()() const 10 0x11e500cf9 WTF::Function<void ()>::CallableWrapper<WebCore::dispatchIfShowing(WTF::Function<void ()>&&)::$_8>::call() 11 0x108ca7e0b WTF::Function<void ()>::operator()() const 12 0x108cecc7d WTF::RunLoop::performWork() 13 0x108ced434 WTF::RunLoop::performWork(void*) 14 0x7fffb01df3e1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ 15 0x7fffb01c065c __CFRunLoopDoSources0 16 0x7fffb01bfb46 __CFRunLoopRun 17 0x7fffb01bf544 CFRunLoopRunSpecific 18 0x7fffaf71eebc RunCurrentEventLoopInMode 19 0x7fffaf71ecf1 ReceiveNextEventCommon 20 0x7fffaf71eb26 _BlockUntilNextEventMatchingListInModeWithFilter 21 0x7fffadcb5a54 _DPSNextEvent 22 0x7fffae4317ee -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] 23 0x7fffadcaa3db -[NSApplication run] 24 0x7fffadc74e0e NSApplicationMain 25 0x7fffc5fe38c7 _xpc_objc_main 26 0x7fffc5fe22e4 xpc_main 27 0x10128a145 main 28 0x7fffc5d8a235 start 29 0x1 https://build.webkit.org/results/Apple%20Sierra%20Debug%20WK2%20(Tests)/r227172%20(4862)/results.html
Attachments
Crash log (100.76 KB, text/plain)
2018-01-18 20:51 PST, Ryan Haddad
no flags
Patch (6.84 KB, patch)
2018-01-19 10:39 PST, Andy Estes
no flags
Patch (9.33 KB, patch)
2018-01-19 10:41 PST, Andy Estes
no flags
Ryan Haddad
Comment 1 2018-01-18 20:52:20 PST
Andy Estes
Comment 2 2018-01-19 10:39:27 PST
Andy Estes
Comment 3 2018-01-19 10:41:37 PST
Ryan Haddad
Comment 4 2018-01-19 19:50:38 PST
Comment on attachment 331754 [details] Patch Clearing flags on attachment: 331754 Committed r227260: <https://trac.webkit.org/changeset/227260>
Ryan Haddad
Comment 5 2018-01-19 19:50:39 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2018-01-19 19:51:31 PST
Ryan Haddad
Comment 7 2018-01-22 14:25:38 PST
Ryan Haddad
Comment 8 2018-01-22 18:05:30 PST
Skipped test in https://trac.webkit.org/r227380 Andy, would you please take a look at this?
Andy Estes
Comment 9 2018-01-23 09:39:52 PST
(In reply to Ryan Haddad from comment #8) > Skipped test in https://trac.webkit.org/r227380 > > Andy, would you please take a look at this? Should be fixed by https://trac.webkit.org/r227421
Ryan Haddad
Comment 10 2018-01-23 10:18:06 PST
(In reply to Andy Estes from comment #9) > (In reply to Ryan Haddad from comment #8) > > Skipped test in https://trac.webkit.org/r227380 > > > > Andy, would you please take a look at this? > > Should be fixed by https://trac.webkit.org/r227421 Thanks, I'll have to re-enable the test.
Ryan Haddad
Comment 11 2018-01-23 10:22:57 PST
(In reply to Ryan Haddad from comment #10) > Thanks, I'll have to re-enable the test. Done in r227423.
Note You need to log in before you can comment on or make changes to this bug.