<?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>147232</bug_id>
          
          <creation_ts>2015-07-23 12:42:18 -0700</creation_ts>
          <short_desc>REGRESSION(r187012): stress/const-tdz.js.no-llint fails on ARM32 iOS</short_desc>
          <delta_ts>2015-07-23 12:42:49 -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>312.x</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>ASSIGNED</bug_status>
          <resolution></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="Michael Saboff">msaboff</reporter>
          <assigned_to name="Saam Barati">saam</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1111695</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2015-07-23 12:42:18 -0700</bug_when>
    <thetext>It appears that stress/const-tdz.js.no-llint has been failing on ARM32 since it was introduced.  Below is the output as found from the log from a test run.

[2015-07-23 04:38:53] INFO: Running stress/const-tdz.js.no-llint
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: Ran out of executable memory while allocating 616 bytes.
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 1   0x497f1f JSC::LinkBuffer::allocate(unsigned long, void*, JSC::JITCompilationEffort)
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 2   0x497fad void JSC::LinkBuffer::copyCompactAndLinkCode&lt;unsigned short&gt;(JSC::MacroAssembler&amp;, void*, JSC::JITCompilationEffort)
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 3   0x3c8305 JSC::JIT::privateCompile(JSC::JITCompilationEffort)
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 4   0x369351 JSC::ScriptExecutable::prepareForExecutionImpl(JSC::ExecState*, JSC::JSFunction*, JSC::JSScope*, JSC::CodeSpecializationKind)
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 5   0x3c03c5 JSC::Interpreter::execute(JSC::EvalExecutable*, JSC::ExecState*, JSC::JSValue, JSC::JSScope*)
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 6   0x3c024f JSC::eval(JSC::ExecState*)
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 7   0x3e69bb operationCallEval
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 8   0x6eb78e9f
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 9   0x4acdc1 vmEntryToJavaScript
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 10  0x3d5387 JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*)
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 11  0x3c0601 JSC::Interpreter::execute(JSC::EvalExecutable*, JSC::ExecState*, JSC::JSValue, JSC::JSScope*)
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 12  0x3c024f JSC::eval(JSC::ExecState*)
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 13  0x3e69bb operationCallEval
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 14  0x6e736b6d
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 15  0x6db8c5e5
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 16  0x6e735ee7
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 17  0x6db83c27
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 18  0x4acdc1 vmEntryToJavaScript
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 19  0x3d5387 JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*)
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 20  0x3c2f8b JSC::Interpreter::execute(JSC::ProgramExecutable*, JSC::ExecState*, JSC::JSObject*)
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 21  0x2710bf JSC::evaluate(JSC::ExecState*, JSC::SourceCode const&amp;, JSC::JSValue, WTF::NakedPtr&lt;JSC::Exception&gt;&amp;)
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 22  0xf15f9 jscmain(int, char**)
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 23  0xf1113 main
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: 24  0x3657f873 &lt;redacted&gt;
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: ./test_script_9390: line 2: 33993 Segmentation fault: 11  &quot;$@&quot; /System/Library/Frameworks/JavaScriptCore.framework/Resources/jsc --useFTLJIT\=false --enableFunctionDotArguments\=true --useLLInt\=false const-tdz.js
[2015-07-23 04:39:00] INFO: stress/const-tdz.js.no-llint: ERROR: Unexpected exit code: 139
[2015-07-23 04:39:00] ERROR: FAIL: stress/const-tdz.js.no-llint</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1111696</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2015-07-23 12:42:49 -0700</bug_when>
    <thetext>&lt;rdar://problem/21967197&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>