<?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>153482</bug_id>
          
          <creation_ts>2016-01-26 05:54:02 -0800</creation_ts>
          <short_desc>REGRESSION(r195575): It made all JSC tests crash on ARMv7 Linux</short_desc>
          <delta_ts>2016-01-27 03:30:25 -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>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P1</priority>
          <bug_severity>Blocker</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>108645</blocked>
    
    <blocked>153448</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ggaren</cc>
    
    <cc>kling</cc>
    
    <cc>ossy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1158794</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-01-26 05:54:02 -0800</bug_when>
    <thetext>https://trac.webkit.org/changeset/195575 made all JSC tests crash on ARMv7 Linux.

EFL ARMv7 (with ARM instruction set):
======================================
before: https://build.webkit.org/builders/EFL%20Linux%20ARMv7%20Traditional%20Release/builds/16758
after: https://build.webkit.org/builders/EFL%20Linux%20ARMv7%20Traditional%20Release/builds/16752

EFL ARMv7 (with Thumb2 instruction set):
=========================================
before: https://build.webkit.org/builders/EFL%20Linux%20ARMv7%20Thumb2%20Release/builds/16899
after: https://build.webkit.org/builders/EFL%20Linux%20ARMv7%20Thumb2%20Release/builds/16906</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1158857</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-01-26 10:23:28 -0800</bug_when>
    <thetext>This asserts hit in debug build:
Source/JavaScriptCore/assembler/ARMv7Assembler.h(2206) : static void JSC::ARMv7Assembler::relinkJump(void*, void*)
ASSERTION FAILED: !(reinterpret_cast&lt;intptr_t&gt;(to) &amp; 1)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1158867</commentid>
    <comment_count>2</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-01-26 10:47:45 -0800</bug_when>
    <thetext>full crash log:

ASSERTION FAILED: !(reinterpret_cast&lt;intptr_t&gt;(to) &amp; 1)
../../Source/JavaScriptCore/assembler/ARMv7Assembler.h(2206) : static void JSC::ARMv7Assembler::relinkJump(void*, void*)
1   0xb64c3868 WTFCrash
2   0xb5fe3fe4 JSC::ARMv7Assembler::relinkJump(void*, void*)
3   0xb61f4694 JSC::AbstractMacroAssembler&lt;JSC::ARMv7Assembler, JSC::MacroAssemblerARMv7&gt;::repatchNearCall(JSC::CodeLocationNearCall, JSC::CodeLocationLabel)
4   0xb61f1790 JSC::linkFor(JSC::ExecState*, JSC::CallLinkInfo&amp;, JSC::CodeBlock*, JSC::JSFunction*, JSC::MacroAssemblerCodePtr)
5   0xb61d45ae
Segmentation fault


Unfortunately it isn&apos;t easy to debug this regression, because GDB crashes :(</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1159262</commentid>
    <comment_count>3</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-01-27 03:30:25 -0800</bug_when>
    <thetext>I don&apos;t know what happened, but after a clean build release crashes went away.

It seems the debug assert is unrelated to this bug, but still valid.
I&apos;m going to file a new bug report for it and start to investigate.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>