<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>222929</bug_id>
          
          <creation_ts>2021-03-08 12:05:57 -0800</creation_ts>
          <short_desc>REGRESSION (r274069): ASSERTION FAILED: m_isConstructed under WebCore::CSSFontSelector::CSSFontSelector</short_desc>
          <delta_ts>2021-03-08 13:17:32 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=222735</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1737207</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-03-08 12:05:57 -0800</bug_when>
    <thetext>Seeing the following API test consistently assert on iOS and macOS debug bots:

    TestWebKitAPI.DocumentOrder.Positions
        ASSERTION FAILED: m_isConstructed
        /Volumes/Data/worker/bigsur-debug/build/WebKitBuild/Debug/usr/local/include/wtf/NeverDestroyed.h(154) : WTF::LazyNeverDestroyed::PointerType WTF::LazyNeverDestroyed&lt;WTF::Vector&lt;WTF::AtomStringImpl *, 8, WTF::CrashOnOverflow, 16, WTF::FastMalloc&gt;, WTF::MainThreadAccessTraits&gt;::storagePointerWithoutAccessCheck() const [T = WTF::Vector&lt;WTF::AtomStringImpl *, 8, WTF::CrashOnOverflow, 16, WTF::FastMalloc&gt;, AccessTraits = WTF::MainThreadAccessTraits]
        1   0x10f7d1049 WTFCrash
        2   0x129acc47b WTFCrashWithInfo(int, char const*, char const*, int)
        3   0x12c8240a7 WTF::LazyNeverDestroyed&lt;WTF::Vector&lt;WTF::AtomStringImpl*, 8ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc&gt;, WTF::MainThreadAccessTraits&gt;::storagePointerWithoutAccessCheck() const
        4   0x12c824032 WTF::LazyNeverDestroyed&lt;WTF::Vector&lt;WTF::AtomStringImpl*, 8ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc&gt;, WTF::MainThreadAccessTraits&gt;::storagePointer() const
        5   0x12c7f9ab5 WTF::LazyNeverDestroyed&lt;WTF::Vector&lt;WTF::AtomStringImpl*, 8ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc&gt;, WTF::MainThreadAccessTraits&gt;::operator-&gt;()
        6   0x12c7f958d WebCore::CSSFontSelector::CSSFontSelector(WebCore::ScriptExecutionContext&amp;)
        7   0x12c7f9e7d WebCore::CSSFontSelector::CSSFontSelector(WebCore::ScriptExecutionContext&amp;)
        8   0x12cb2cd3b WebCore::CSSFontSelector::create(WebCore::ScriptExecutionContext&amp;)
        9   0x12cb2b499 WebCore::Document::Document(WebCore::Frame*, WebCore::Settings const&amp;, WTF::URL const&amp;, unsigned char, unsigned int)
        10  0x12cb2e4f0 WebCore::Document::Document(WebCore::Frame*, WebCore::Settings const&amp;, WTF::URL const&amp;, unsigned char, unsigned int)
        11  0x10ce57a34 WebCore::Document::create(WebCore::Settings const&amp;, WTF::URL const&amp;)
        12  0x10ce566e5 TestWebKitAPI::createDocument()
        13  0x10ce51c5e TestWebKitAPI::DocumentOrder_Positions_Test::TestBody()
        14  0x10d7c9b94 void testing::internal::HandleSehExceptionsInMethodIfSupported&lt;testing::Test, void&gt;(testing::Test*, void (testing::Test::*)(), char const*)
        15  0x10d797dfb void testing::internal::HandleExceptionsInMethodIfSupported&lt;testing::Test, void&gt;(testing::Test*, void (testing::Test::*)(), char const*)
        16  0x10d797d36 testing::Test::Run()
        17  0x10d798e8a testing::TestInfo::Run()
        18  0x10d799cd4 testing::TestCase::Run()
        19  0x10d7a5398 testing::internal::UnitTestImpl::RunAllTests()
        20  0x10d7cef24 bool testing::internal::HandleSehExceptionsInMethodIfSupported&lt;testing::internal::UnitTestImpl, bool&gt;(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
        21  0x10d7a4e8b bool testing::internal::HandleExceptionsInMethodIfSupported&lt;testing::internal::UnitTestImpl, bool&gt;(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
        22  0x10d7a4d5d testing::UnitTest::Run()
        23  0x10d527a11 RUN_ALL_TESTS()
        24  0x10d5279a2 TestWebKitAPI::TestsController::run(int, char**)
        25  0x10d7627df main
        26  0x7fff20390621 start

https://results.webkit.org/?suite=api-tests&amp;test=TestWebKitAPI.DocumentOrder.Positions</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1737240</commentid>
    <comment_count>1</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-03-08 12:57:29 -0800</bug_when>
    <thetext>It appears that this was caused by https://trac.webkit.org/changeset/274069/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1737242</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-03-08 12:57:37 -0800</bug_when>
    <thetext>&lt;rdar://problem/75183462&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1737259</commentid>
    <comment_count>3</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-03-08 13:17:32 -0800</bug_when>
    <thetext>Reverted the change in https://commits.webkit.org/235032@main</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>