<?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>245880</bug_id>
          
          <creation_ts>2022-09-30 07:25:20 -0700</creation_ts>
          <short_desc>REGRESSION (254987@main): ASSERTION FAILED: referrerURL.isValid()</short_desc>
          <delta_ts>2022-09-30 13:47:10 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=220823</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="Karl Rackler">rackler</reporter>
          <assigned_to name="Yusuke Suzuki">ysuzuki</assigned_to>
          <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>ysuzuki</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1902331</commentid>
    <comment_count>0</comment_count>
    <who name="Karl Rackler">rackler</who>
    <bug_when>2022-09-30 07:25:20 -0700</bug_when>
    <thetext>** The following JSC test binaries failures have been introduced:
	testapi

Build:
https://build.webkit.org/#/builders/431/builds/1884

History:
https://build.webkit.org/#/builders/Apple-BigSur-Debug-JSC-Tests?numbuilds=50

2022-09-29 00:31:44.779 testapi[45446:39014982] testLoaderResolvesAbsoluteScriptURL()...
ASSERTION FAILED: referrerURL.isValid()
API/JSAPIGlobalObject.mm(128) : static JSC::Identifier JSC::JSAPIGlobalObject::moduleLoaderResolve(JSC::JSGlobalObject *, JSC::JSModuleLoader *, JSC::JSValue, JSC::JSValue, JSC::JSValue)
1   0x7ffee00dc990 (null)
2   0x112449cb5 _OBJC_$_INSTANCE_METHODS_JSWrapperMap
3   0x1f0fc7e495 (null)
4   0x7ffee00dc990 (null)
5   0x7ffee00dc948 (null)
6   0x7ffee00dc960 (null)
7   0x10fc7e632 WTFPrintBacktrace
8   0x7ffee00dc960 (null)
9   0x112e677e0 vtable for CrashLogPrintStream
10  0x1fe00dc97c (null)
11  0x7ffee00dc990 (null)
12  0x7ffee00dca90 (null)
13  0x10fc7e5d6 WTFReportBacktrace
14  0x0 (null)
15  0x2100000000 (null)
16  0x10fd637bf WTFGetBacktrace
17  0x10fc7e5b6 WTFReportBacktrace
18  0x10fc7e6b9 WTFCrash
19  0x11189f01b WTFCrashWithInfo(int, char const*, char const*, int)
20  0x11042a719 JSC::JSAPIGlobalObject::moduleLoaderResolve(JSC::JSGlobalObject*, JSC::JSModuleLoader*, JSC::JSValue, JSC::JSValue, JSC::JSValue)
21  0x111c01986 JSC::JSModuleLoader::resolve(JSC::JSGlobalObject*, JSC::JSValue, JSC::JSValue, JSC::JSValue)
22  0x111bfe56b JSC::moduleLoaderResolve(JSC::JSGlobalObject*, JSC::CallFrame*)
23  0x244f4ce08638 (null)
24  0x1103fe276 llint_entry
25  0x1103fe276 llint_entry
26  0x1103fe276 llint_entry
27  0x1103d9d1d vmEntryToJavaScript
28  0x11104d75b JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*)
29  0x1114e1f93 JSC::Interpreter::executeCall(JSC::JSGlobalObject*, JSC::JSObject*, JSC::CallData const&amp;, JSC::JSValue, JSC::ArgList const&amp;)
30  0x111912599 JSC::call(JSC::JSGlobalObject*, JSC::JSValue, JSC::CallData const&amp;, JSC::JSValue, JSC::ArgList const&amp;)
31  0x111c00cd1 JSC::JSModuleLoader::requestImportModule(JSC::JSGlobalObject*, JSC::Identifier const&amp;, JSC::JSValue, JSC::JSValue, JSC::JSValue)
testapi completed with rc=11 (254)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1902332</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-09-30 07:26:16 -0700</bug_when>
    <thetext>&lt;rdar://problem/100617189&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1902393</commentid>
    <comment_count>2</comment_count>
    <who name="Yusuke Suzuki">ysuzuki</who>
    <bug_when>2022-09-30 10:47:24 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/4870</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1902450</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-09-30 13:47:07 -0700</bug_when>
    <thetext>Committed 255046@main (00bfcf917378): &lt;https://commits.webkit.org/255046@main&gt;

Reviewed commits have been landed. Closing PR #4870 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>