<?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>191375</bug_id>
          
          <creation_ts>2018-11-07 09:35:39 -0800</creation_ts>
          <short_desc>32-bit JSC test failure: stress/regexp-compile-oom.js</short_desc>
          <delta_ts>2018-11-26 11:59:52 -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>JavaScriptCore</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <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="Michael Saboff">msaboff</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>jlewis3</cc>
    
    <cc>mark.lam</cc>
    
    <cc>msaboff</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1476020</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2018-11-07 09:35:39 -0800</bug_when>
    <thetext>The following failure is seen on the 32-bit JSC test bot:

Running stress/regexp-exec-effect-after-exception.js.default
stress/regexp-compile-oom.js.default: Got the following failures:
stress/regexp-compile-oom.js.default: Running () =&gt; { deepRE.exec(&quot;x&quot;); }, expected OOM exception, but didn&apos;t get one
stress/regexp-compile-oom.js.default: Running () =&gt; { deepRE.test(&quot;x&quot;); }, expected OOM exception, but didn&apos;t get one
stress/regexp-compile-oom.js.default: Running () =&gt; { &quot;x&quot;.match(deepRE); }, expected OOM exception, but didn&apos;t get one
stress/regexp-compile-oom.js.default: Running () =&gt; { &quot;x&quot;.match(deepGlobalRE); }, expected OOM exception, but didn&apos;t get one
stress/regexp-compile-oom.js.default: Running () =&gt; { &quot;x&quot;.replace(deepGlobalRE, &quot;&quot;); }, expected OOM exception, but didn&apos;t get one
stress/regexp-compile-oom.js.default: Running () =&gt; { &quot;x&quot;.replace(deepGlobalRE, &quot;X&quot;); }, expected OOM exception, but didn&apos;t get one
stress/regexp-compile-oom.js.default: Running () =&gt; { &quot;x&quot;.replace(deepGlobalRE, () =&gt; { return &quot;X&quot; }); }, expected: &quot;Error: Out of memory: Invalid regular expression: too many nested disjunctions&quot; but got &quot;RangeError: Maximum call stack size exceeded.&quot;
stress/regexp-compile-oom.js.default: Running () =&gt; { &quot;x&quot;.search(deepRE); }, expected OOM exception, but didn&apos;t get one
stress/regexp-compile-oom.js.default: Exception: Got failures
stress/regexp-compile-oom.js.default: ERROR: Unexpected exit code: 3
FAIL: stress/regexp-compile-oom.js.default

https://build.webkit.org/builders/Apple%20High%20Sierra%2032-bit%20JSC%20%28BuildAndTest%29/builds/2854</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1476642</commentid>
    <comment_count>1</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2018-11-08 13:37:24 -0800</bug_when>
    <thetext>Updating title. It is stress/regexp-compile-oom.js.default that is failing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1477037</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2018-11-09 12:12:22 -0800</bug_when>
    <thetext>&lt;rdar://problem/45952167&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1481595</commentid>
    <comment_count>3</comment_count>
      <attachid>355657</attachid>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2018-11-26 11:09:03 -0800</bug_when>
    <thetext>Created attachment 355657
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1481598</commentid>
    <comment_count>4</comment_count>
      <attachid>355657</attachid>
    <who name="Mark Lam">mark.lam</who>
    <bug_when>2018-11-26 11:10:41 -0800</bug_when>
    <thetext>Comment on attachment 355657
Patch

rs=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1481613</commentid>
    <comment_count>5</comment_count>
      <attachid>355657</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2018-11-26 11:59:50 -0800</bug_when>
    <thetext>Comment on attachment 355657
Patch

Clearing flags on attachment: 355657

Committed r238508: &lt;https://trac.webkit.org/changeset/238508&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1481615</commentid>
    <comment_count>6</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2018-11-26 11:59:52 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>355657</attachid>
            <date>2018-11-26 11:09:03 -0800</date>
            <delta_ts>2018-11-26 11:59:50 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>191375.patch</filename>
            <type>text/plain</type>
            <size>1094</size>
            <attacher name="Michael Saboff">msaboff</attacher>
            
              <data encoding="base64">SW5kZXg6IEpTVGVzdHMvQ2hhbmdlTG9nCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIEpTVGVzdHMvQ2hhbmdlTG9n
CShyZXZpc2lvbiAyMzg1MDEpCisrKyBKU1Rlc3RzL0NoYW5nZUxvZwkod29ya2luZyBjb3B5KQpA
QCAtMSwzICsxLDE0IEBACisyMDE4LTExLTI2ICBNaWNoYWVsIFNhYm9mZiAgPG1zYWJvZmZAYXBw
bGUuY29tPgorCisgICAgICAgIDMyLWJpdCBKU0MgdGVzdCBmYWlsdXJlOiBzdHJlc3MvcmVnZXhw
LWNvbXBpbGUtb29tLmpzCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVn
LmNnaT9pZD0xOTEzNzUKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKwor
ICAgICAgICBEaXNhYmxlZCB0aGUgdGVzdCBmb3IgMzIgYml0IHBsYXRmb3Jtcy4KKworICAgICAg
ICAqIHN0cmVzcy9yZWdleHAtY29tcGlsZS1vb20uanM6CisKIDIwMTgtMTEtMjYgIFRhZGV1IFph
Z2FsbG8gIDx0emFnYWxsb0BhcHBsZS5jb20+CiAKICAgICAgICAgQVNTRVJUSU9OIEZBSUxFRDog
bV9vdXRPZkxpbmVKdW1wVGFyZ2V0cy5jb250YWlucyhieXRlY29kZU9mZnNldCkKSW5kZXg6IEpT
VGVzdHMvc3RyZXNzL3JlZ2V4cC1jb21waWxlLW9vbS5qcwo9PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBKU1Rlc3Rz
L3N0cmVzcy9yZWdleHAtY29tcGlsZS1vb20uanMJKHJldmlzaW9uIDIzODUwMSkKKysrIEpTVGVz
dHMvc3RyZXNzL3JlZ2V4cC1jb21waWxlLW9vbS5qcwkod29ya2luZyBjb3B5KQpAQCAtMSw0ICsx
LDQgQEAKLS8vQCBza2lwIGlmICRob3N0T1MgIT0gImRhcndpbiIKKy8vQCBza2lwIGlmICRob3N0
T1MgIT0gImRhcndpbiIgb3IgJGFyY2hpdGVjdHVyZSA9PSAiYXJtIiBvciAkYXJjaGl0ZWN0dXJl
ID09ICJ4ODYiCiAvLyBUZXN0IHRoYXQgdGhyb3cgYW4gT09NIGV4Y2VwdGlvbiB3aGVuIGNvbXBp
bGluZyBhIHBhdGhvbG9naWNhbCwgYnV0IHZhbGlkIG5lc3RlZCBSZWdFeHAuCiAKIHZhciBmYWls
dXJlcyA9IFtdOwo=
</data>

          </attachment>
      

    </bug>

</bugzilla>