<?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>72396</bug_id>
          
          <creation_ts>2011-11-15 10:28:29 -0800</creation_ts>
          <short_desc>[ASSERT] in JSC::CodeBlock::reoptimizationRetryCounter</short_desc>
          <delta_ts>2011-11-16 04:03:45 -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>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>72292</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Xan Lopez">xan.lopez</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>fpizlo</cc>
    
    <cc>mrobinson</cc>
    
    <cc>wingo</cc>
    
    <cc>xan.lopez</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>503029</commentid>
    <comment_count>0</comment_count>
    <who name="Xan Lopez">xan.lopez</who>
    <bug_when>2011-11-15 10:28:29 -0800</bug_when>
    <thetext>r100279, GNU/Linux x86/64. Fairly easy to reproduce clicking on the &quot;N more tweets&quot; thingie on twitter:


Program received signal SIGSEGV, Segmentation fault.
0x00007ffff3d4445c in JSC::CodeBlock::reoptimizationRetryCounter (this=0x0) at ../../Source/JavaScriptCore/bytecode/CodeBlock.h:866
866	            ASSERT(m_reoptimizationRetryCounter &lt;= Heuristics::reoptimizationRetryCounterMax);
(gdb) bt
#0  0x00007ffff3d4445c in JSC::CodeBlock::reoptimizationRetryCounter (this=0x0) at ../../Source/JavaScriptCore/bytecode/CodeBlock.h:866
#1  0x00007ffff3dd554c in JSC::CodeBlock::largeFailCountThreshold (this=0xb438ed0) at ../../Source/JavaScriptCore/bytecode/CodeBlock.h:987
#2  0x00007ffff3dd3c45 in JSC::DFG::OSRExitCompiler::compileExit (this=0x7fffffffc2a0, exit=..., recovery=0x0)
    at ../../Source/JavaScriptCore/dfg/DFGOSRExitCompiler64.cpp:475
#3  0x00007ffff3dd646c in JSC::DFG::compileOSRExit (exec=0x7fff99ae6830) at ../../Source/JavaScriptCore/dfg/DFGOSRExitCompiler.cpp:59
#4  0x00007fff9b81b696 in ?? ()
#5  0x00007fffffffc330 in ?? ()
#6  0x00007fff88e684c0 in ?? ()
#7  0x0000000000000000 in ?? ()</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>503047</commentid>
    <comment_count>1</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-11-15 10:46:51 -0800</bug_when>
    <thetext>Certainly related to the recent activation of the DFG JIT for GTK+.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>503050</commentid>
    <comment_count>2</comment_count>
    <who name="Xan Lopez">xan.lopez</who>
    <bug_when>2011-11-15 10:50:01 -0800</bug_when>
    <thetext>(In reply to comment #1)
&gt; Certainly related to the recent activation of the DFG JIT for GTK+.

More recent than that, I&apos;ve been using the DFG JIT for some time already without issues. I believe this regression is a few days old only.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>503717</commentid>
    <comment_count>3</comment_count>
    <who name="Andy Wingo">wingo</who>
    <bug_when>2011-11-16 01:59:00 -0800</bug_when>
    <thetext>Related to bug 72292, perhaps.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>503738</commentid>
    <comment_count>4</comment_count>
    <who name="Andy Wingo">wingo</who>
    <bug_when>2011-11-16 02:51:10 -0800</bug_when>
    <thetext>I cannot reproduce this bug with current webkit, though I didn&apos;t reproduce it before either.  Xan, please give it another go with current webkit.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>503753</commentid>
    <comment_count>5</comment_count>
    <who name="Filip Pizlo">fpizlo</who>
    <bug_when>2011-11-16 04:03:45 -0800</bug_when>
    <thetext>(In reply to comment #4)
&gt; I cannot reproduce this bug with current webkit, though I didn&apos;t reproduce it before either.  Xan, please give it another go with current webkit.

I&apos;m almost certain that it&apos;s a dup of https://bugs.webkit.org/show_bug.cgi?id=72292.  Crashes in exactly this code path were the main symptom of that bug.

Please reopen if you can still repro.

*** This bug has been marked as a duplicate of bug 72292 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>