Bug 214450
Summary: | Regression (r264492) [mac-debug] Two storage/indexeddb tests are crashing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
Component: | Tools / Tests | Assignee: | Jer Noble <jer.noble> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | aakash_jain, ap, eric.carlson, hector_i_lopez, jer.noble, sihui_liu, tsavell, webkit-bot-watchers-bugzilla |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=214410 |
Aakash Jain
Following two storage/indexeddb tests started crashing since yesterday on mac-debug.
storage/indexeddb/structured-clone-private.html
storage/indexeddb/structured-clone.html
e.g.: https://build.webkit.org/results/Apple-Catalina-Debug-WK1-Tests/r264492%20(5969)/results.html
History: https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=storage%2Findexeddb%2Fstructured-clone-private.html&test=storage%2Findexeddb%2Fstructured-clone.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Aakash Jain
CRASHING TEST: storage/indexeddb/structured-clone-private.html
abort() called
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff67ee233a __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff67f9ee60 pthread_kill + 430
2 libsystem_c.dylib 0x00007fff67e69808 abort + 120
3 libwebrtc.dylib 0x000000011299e5d1 rtc::webrtc_checks_impl::FatalLog(char const*, int, char const*, rtc::webrtc_checks_impl::CheckArgType const*, ...) + 769
4 libwebrtc.dylib 0x000000011307dd46 rtc::RTCCertificateGenerator::GenerateCertificateAsync(rtc::KeyParams const&, std::__1::optional<unsigned long long> const&, rtc::scoped_refptr<rtc::RTCCertificateGeneratorCallback> const&) + 182 (rtc_certificate_generator.cc:148)
5 com.apple.WebCore 0x0000000126cee78f WebCore::LibWebRTCCertificateGenerator::generateCertificate(WTF::Ref<WebCore::SecurityOrigin, WTF::DumbPtrTraits<WebCore::SecurityOrigin> >&&, WebCore::LibWebRTCProvider&, WebCore::PeerConnectionBackend::CertificateInformation const&, WebCore::DOMPromiseDeferred<WebCore::IDLInterface<WebCore::RTCCertificate> >&&) + 351 (LibWebRTCCertificateGenerator.cpp:117)
Aakash Jain
Seems like a regression from https://trac.webkit.org/changeset/264492/webkit
Truitt Savell
*** Bug 214482 has been marked as a duplicate of this bug. ***
Truitt Savell
*** This bug has been marked as a duplicate of bug 214481 ***