<?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>216686</bug_id>
          
          <creation_ts>2020-09-17 21:18:07 -0700</creation_ts>
          <short_desc>Unchecked exception detected at JSC::JSModuleNamespaceObject::defineOwnProperty</short_desc>
          <delta_ts>2020-09-20 02:14:13 -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=216640</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>
    
    <cc>ysuzuki</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1689714</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2020-09-17 21:18:07 -0700</bug_when>
    <thetext>** The following JSC stress test failures have been introduced:
	modules.yaml/modules/module-namespace-object-define-own-property.js.default-ftl-modules
	modules.yaml/modules/module-namespace-object-define-own-property.js.default-modules
	modules.yaml/modules/module-namespace-object-define-own-property.js.dfg-eager-modules
	modules.yaml/modules/module-namespace-object-define-own-property.js.dfg-eager-no-cjit-validate-modules
	modules.yaml/modules/module-namespace-object-define-own-property.js.ftl-eager-modules
	modules.yaml/modules/module-namespace-object-define-own-property.js.ftl-eager-no-cjit-modules
	modules.yaml/modules/module-namespace-object-define-own-property.js.ftl-no-cjit-no-inline-validate-modules
	modules.yaml/modules/module-namespace-object-define-own-property.js.ftl-no-cjit-small-pool-modules
	modules.yaml/modules/module-namespace-object-define-own-property.js.ftl-no-cjit-validate-modules
	modules.yaml/modules/module-namespace-object-define-own-property.js.no-cjit-validate-phases-modules
	modules.yaml/modules/module-namespace-object-define-own-property.js.no-llint-modules


ERROR: Unchecked JS exception:
    This scope can throw a JS exception: defineOwnNonIndexProperty @ ./runtime/JSObject.cpp:3708
        (ExceptionScope::m_recursionDepth was 8)
    But the exception was unchecked as of this scope: defineOwnProperty @ ./runtime/JSModuleNamespaceObject.cpp:242
        (ExceptionScope::m_recursionDepth was 7)

Unchecked exception detected at:
    1   0x115bacd8e JSC::VM::verifyExceptionCheckNeedIsSatisfied(unsigned int, JSC::ExceptionEventLocation&amp;)
    2   0x115b875bf JSC::ThrowScope::~ThrowScope()
    3   0x115b82755 JSC::ThrowScope::~ThrowScope()
    4   0x1159d7d83 JSC::JSModuleNamespaceObject::defineOwnProperty(JSC::JSObject*, JSC::JSGlobalObject*, JSC::PropertyName, JSC::PropertyDescriptor const&amp;, bool)
    5   0x115aa462b JSC::objectConstructorDefineProperty(JSC::JSGlobalObject*, JSC::CallFrame*)
    6   0x20919b401178
    7   0x114595a29 llint_entry
    8   0x114595a29 llint_entry
    9   0x114595a29 llint_entry
    10  0x114575343 vmEntryToJavaScript
    11  0x115421d9b JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*)
    12  0x1154240b5 JSC::Interpreter::executeModuleProgram(JSC::ModuleProgramExecutable*, JSC::JSGlobalObject*, JSC::JSModuleEnvironment*)
    13  0x1159ea409 JSC::JSModuleRecord::evaluate(JSC::JSGlobalObject*)
    14  0x1156ff48e JSC::AbstractModuleRecord::evaluate(JSC::JSGlobalObject*)
    15  0x1159d6da5 JSC::JSModuleLoader::evaluateNonVirtual(JSC::JSGlobalObject*, JSC::JSValue, JSC::JSValue, JSC::JSValue)
    16  0x1159d6cfa JSC::JSModuleLoader::evaluate(JSC::JSGlobalObject*, JSC::JSValue, JSC::JSValue, JSC::JSValue)
    17  0x1159db89d JSC::moduleLoaderEvaluate(JSC::JSGlobalObject*, JSC::CallFrame*)
    18  0x20919b401178
    19  0x114595986 llint_entry
    20  0x114595a29 llint_entry
    21  0x114595a29 llint_entry
    22  0x114595986 llint_entry
    23  0x114595a29 llint_entry
    24  0x114595986 llint_entry
    25  0x114575343 vmEntryToJavaScript
    26  0x115421d9b JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*)
    27  0x115422557 JSC::Interpreter::executeCall(JSC::JSGlobalObject*, JSC::JSObject*, JSC::CallData const&amp;, JSC::JSValue, JSC::ArgList const&amp;)
    28  0x11577380d JSC::call(JSC::JSGlobalObject*, JSC::JSValue, JSC::CallData const&amp;, JSC::JSValue, JSC::ArgList const&amp;)
    29  0x115773ae3 JSC::profiledCall(JSC::JSGlobalObject*, JSC::ProfilingReason, JSC::JSValue, JSC::CallData const&amp;, JSC::JSValue, JSC::ArgList const&amp;)
    30  0x1159d3381 JSC::JSMicrotask::run(JSC::JSGlobalObject*)
    31  0x115bac9c3 JSC::QueuedTask::run()
    32  0x115bac851 JSC::VM::drainMicrotasks()
    33  0x10fc55a03 runWithOptions(GlobalObject*, CommandLine&amp;, bool&amp;)
    34  0x10fc1464a jscmain(int, char**)::$_8::operator()(JSC::VM&amp;, GlobalObject*, bool&amp;) const
    35  0x10fbea2be int runJSC&lt;jscmain(int, char**)::$_8&gt;(CommandLine const&amp;, bool, jscmain(int, char**)::$_8 const&amp;)
    36  0x10fbe7ee5 jscmain(int, char**)
    37  0x10fbe7c2e main
    38  0x7fff6d8eacc9 start</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1689715</commentid>
    <comment_count>1</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2020-09-17 21:18:36 -0700</bug_when>
    <thetext>Seeing this on the Debug JSC bot:
https://build.webkit.org/builders/Apple-Catalina-Debug-JSC-Tests/builds/1560/steps/jscore-test/logs/stdio</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1689825</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-09-18 09:57:08 -0700</bug_when>
    <thetext>&lt;rdar://problem/69157632&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1690153</commentid>
    <comment_count>3</comment_count>
    <who name="Yusuke Suzuki">ysuzuki</who>
    <bug_when>2020-09-20 02:14:13 -0700</bug_when>
    <thetext>Committed r267324: &lt;https://trac.webkit.org/changeset/267324&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>