Bug 230890

Summary: REGRESSION(r283158): TestWebKitAPI.WebKit.AddAndRemoveDataDetectors is crashing on iOS
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Layout and RenderingAssignee: Antti Koivisto <koivisto>
Status: RESOLVED FIXED    
Severity: Normal CC: ayumi_kojima, bfulgham, ews-watchlist, mifenton, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Antti Koivisto 2021-09-28 04:18:20 PDT
ASSERTION FAILED: !m_count
        /Users/antti/Build/Debug-iphonesimulator/usr/local/include/wtf/CheckedRef.h(230) : WTF::CanMakeCheckedPtrBase<WTF::SingleThreadIntegralWrapper<unsigned short>, unsigned short>::~CanMakeCheckedPtrBase() [StorageType = WTF::SingleThreadIntegralWrapper<unsigned short>, PtrCounterType = unsigned short]
        1   0x12f095b2c WTFCrash
        2   0x1503bbbf0 WTF::NeverDestroyed<WTF::String, WTF::AnyThreadsAccessTraits>::operator WTF::String const&() const
        3   0x15323d258 WTF::CanMakeCheckedPtrBase<WTF::SingleThreadIntegralWrapper<unsigned short>, unsigned short>::~CanMakeCheckedPtrBase()
        4   0x153243614 WebCore::Layout::Box::~Box()
Comment 1 Antti Koivisto 2021-09-28 04:24:23 PDT
Created attachment 439456 [details]
Patch
Comment 2 EWS 2021-09-28 05:55:17 PDT
Committed r283165 (242213@main): <https://commits.webkit.org/242213@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 439456 [details].
Comment 3 Radar WebKit Bug Importer 2021-09-28 05:56:17 PDT
<rdar://problem/83619263>
Comment 4 ayumi_kojima 2021-09-28 08:44:53 PDT
*** Bug 230892 has been marked as a duplicate of this bug. ***