<?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>221557</bug_id>
          
          <creation_ts>2021-02-08 09:09:26 -0800</creation_ts>
          <short_desc>JSC stress test stress/copy-data-properties-fast-path.js.default fails on s390x and ppc64le</short_desc>
          <delta_ts>2021-02-14 11:06:15 -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>WebKit Nightly Build</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=221454</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="Michael Catanzaro">mcatanzaro</reporter>
          <assigned_to name="Michael Catanzaro">mcatanzaro</assigned_to>
          <cc>mcatanzaro</cc>
    
    <cc>saam</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>ysuzuki</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1726660</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2021-02-08 09:09:26 -0800</bug_when>
    <thetext>This new test from bug #221454 is broken on s390x and ppc64le, but works on x86_64 and aarch64. This is a little odd since these architectures have little in common. All architectures have JIT disabled and cloop enabled. The test is:

//@ runDefault(&quot;--slowPathAllocsBetweenGCs=4&quot;, &quot;--watchdog=100&quot;, &quot;--watchdog-exception-ok&quot;)

function foo() {
  let { ...r } = { xx:0 };
  foo();
}
foo();

How is that recursion supposed to end? Anyway, on these architectures it doesn&apos;t, the error is:

stress/copy-data-properties-fast-path.js.default: Exception: RangeError: Maximum call stack size exceeded.
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo@copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: ERROR: Unexpected exit code: 3
FAIL: stress/copy-data-properties-fast-path.js.default</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1728082</commentid>
    <comment_count>1</comment_count>
      <attachid>419987</attachid>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2021-02-11 07:36:29 -0800</bug_when>
    <thetext>Created attachment 419987
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1728220</commentid>
    <comment_count>2</comment_count>
      <attachid>419987</attachid>
    <who name="Saam Barati">saam</who>
    <bug_when>2021-02-11 12:08:56 -0800</bug_when>
    <thetext>Comment on attachment 419987
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=419987&amp;action=review

&gt; JSTests/ChangeLog:8
&gt; +        Skip the test on these architectures. I don&apos;t know what else to do with it.

how are they failing? Maybe worth a bug to figure it out on your end?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1728343</commentid>
    <comment_count>3</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2021-02-11 16:15:55 -0800</bug_when>
    <thetext>(In reply to Saam Barati from comment #2)
&gt; Comment on attachment 419987 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=419987&amp;action=review
&gt; 
&gt; &gt; JSTests/ChangeLog:8
&gt; &gt; +        Skip the test on these architectures. I don&apos;t know what else to do with it.
&gt; 
&gt; how are they failing?

The failure is in comment #0: the test just keeps recursing forever.

&gt; Maybe worth a bug to figure it out on your end?

Well, I think this is that bug? :P I don&apos;t think we&apos;ll figure it out without guidance from JSC developers. The best I can do is usually a bisect, but in this case it&apos;s a new test so there&apos;s nothing to bisect. I&apos;m happy to try checking code changes on the affected machines if that would be helpful, but I wouldn&apos;t know where to start.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1728929</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2021-02-13 10:19:06 -0800</bug_when>
    <thetext>Committed r272833: &lt;https://commits.webkit.org/r272833&gt;

All reviewed patches have been landed. Closing bug and clearing flags on attachment 419987.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1728930</commentid>
    <comment_count>5</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-02-13 10:20:18 -0800</bug_when>
    <thetext>&lt;rdar://problem/74311603&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1728942</commentid>
    <comment_count>6</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2021-02-13 13:15:25 -0800</bug_when>
    <thetext>...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1728944</commentid>
    <comment_count>7</comment_count>
    <who name="Yusuke Suzuki">ysuzuki</who>
    <bug_when>2021-02-13 13:24:38 -0800</bug_when>
    <thetext>Ah! I landed the fix in https://bugs.webkit.org/show_bug.cgi?id=221668#c8 when working on https://bugs.webkit.org/show_bug.cgi?id=221668 :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1728955</commentid>
    <comment_count>8</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2021-02-13 15:39:40 -0800</bug_when>
    <thetext>Ah... so I should unskip the test, then?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1728993</commentid>
    <comment_count>9</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2021-02-14 10:18:18 -0800</bug_when>
    <thetext>Let&apos;s try that.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1728994</commentid>
    <comment_count>10</comment_count>
      <attachid>420241</attachid>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2021-02-14 10:20:32 -0800</bug_when>
    <thetext>Created attachment 420241
Patch for landing</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1728996</commentid>
    <comment_count>11</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2021-02-14 11:06:13 -0800</bug_when>
    <thetext>Committed r272840: &lt;https://commits.webkit.org/r272840&gt;

All reviewed patches have been landed. Closing bug and clearing flags on attachment 420241.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>419987</attachid>
            <date>2021-02-11 07:36:29 -0800</date>
            <delta_ts>2021-02-14 10:20:30 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-221557-20210211093628.patch</filename>
            <type>text/plain</type>
            <size>1236</size>
            <attacher name="Michael Catanzaro">mcatanzaro</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjcyNjMxCmRpZmYgLS1naXQgYS9KU1Rlc3RzL0NoYW5nZUxv
ZyBiL0pTVGVzdHMvQ2hhbmdlTG9nCmluZGV4IDhjMWQ3NDljNjEyMjkxYjY4MzFhZWJkZGU4ZGFm
NGQwNmE1N2M1YWEuLjFhZTZhYTZkMjNlMDhhNTUzMjY5YzhhMDRiY2IwYzY2YWM2NTg2YmEgMTAw
NjQ0Ci0tLSBhL0pTVGVzdHMvQ2hhbmdlTG9nCisrKyBiL0pTVGVzdHMvQ2hhbmdlTG9nCkBAIC0x
LDMgKzEsMTQgQEAKKzIwMjEtMDItMTEgIE1pY2hhZWwgQ2F0YW56YXJvICA8bWNhdGFuemFyb0Bn
bm9tZS5vcmc+CisKKyAgICAgICAgSlNDIHN0cmVzcyB0ZXN0IHN0cmVzcy9jb3B5LWRhdGEtcHJv
cGVydGllcy1mYXN0LXBhdGguanMuZGVmYXVsdCBmYWlscyBvbiBzMzkweCBhbmQgcHBjNjRsZQor
ICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MjIxNTU3CisK
KyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgU2tpcCB0aGUg
dGVzdCBvbiB0aGVzZSBhcmNoaXRlY3R1cmVzLiBJIGRvbid0IGtub3cgd2hhdCBlbHNlIHRvIGRv
IHdpdGggaXQuCisKKyAgICAgICAgKiBzdHJlc3MvY29weS1kYXRhLXByb3BlcnRpZXMtZmFzdC1w
YXRoLmpzOgorCiAyMDIxLTAyLTA5ICBDYWlvIExpbWEgIDx0aWNhaW9saW1hQGdtYWlsLmNvbT4K
IAogICAgICAgICBGaXggd2FybmluZyBpbnRyb2R1Y2VkIGJ5IHIyNzI1ODAKZGlmZiAtLWdpdCBh
L0pTVGVzdHMvc3RyZXNzL2NvcHktZGF0YS1wcm9wZXJ0aWVzLWZhc3QtcGF0aC5qcyBiL0pTVGVz
dHMvc3RyZXNzL2NvcHktZGF0YS1wcm9wZXJ0aWVzLWZhc3QtcGF0aC5qcwppbmRleCAxZGFhMGEz
YzBjMzJhYmEyZGI3ZjI4NzM4ZTAxZmFkY2Y4YjU1OTBmLi5kYTE0MjdjYjQ4MWZhYzI2OWNhMzZl
NDJlYjZiOTZlZTJjMjQwMDY0IDEwMDY0NAotLS0gYS9KU1Rlc3RzL3N0cmVzcy9jb3B5LWRhdGEt
cHJvcGVydGllcy1mYXN0LXBhdGguanMKKysrIGIvSlNUZXN0cy9zdHJlc3MvY29weS1kYXRhLXBy
b3BlcnRpZXMtZmFzdC1wYXRoLmpzCkBAIC0xLDMgKzEsNCBAQAorLy9AIHNraXAgaWYgWyJwb3dl
cnBjNjQiLCAiczM5MCJdLmluY2x1ZGU/KCRhcmNoaXRlY3R1cmUpCiAvL0AgcnVuRGVmYXVsdCgi
LS1zbG93UGF0aEFsbG9jc0JldHdlZW5HQ3M9NCIsICItLXdhdGNoZG9nPTEwMCIsICItLXdhdGNo
ZG9nLWV4Y2VwdGlvbi1vayIpCiAKIGZ1bmN0aW9uIGZvbygpIHsK
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>420241</attachid>
            <date>2021-02-14 10:20:32 -0800</date>
            <delta_ts>2021-02-14 11:06:14 -0800</delta_ts>
            <desc>Patch for landing</desc>
            <filename>bug-221557-20210214122031.patch</filename>
            <type>text/plain</type>
            <size>1285</size>
            <attacher name="Michael Catanzaro">mcatanzaro</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjcyODM5CmRpZmYgLS1naXQgYS9KU1Rlc3RzL0NoYW5nZUxv
ZyBiL0pTVGVzdHMvQ2hhbmdlTG9nCmluZGV4IGVjMjk5ODg2NmJjMzk2ODk2NWE4OWQ3M2I3NzBh
ODc0YTAxZjY0Y2QuLjc4MWIyM2NiMWE3MzRlOTBmNjJmZThiZjU3NmYzZWZiODcwOGVhMjYgMTAw
NjQ0Ci0tLSBhL0pTVGVzdHMvQ2hhbmdlTG9nCisrKyBiL0pTVGVzdHMvQ2hhbmdlTG9nCkBAIC0x
LDMgKzEsMTMgQEAKKzIwMjEtMDItMTQgIE1pY2hhZWwgQ2F0YW56YXJvICA8bWNhdGFuemFyb0Bn
bm9tZS5vcmc+CisKKyAgICAgICAgSlNDIHN0cmVzcyB0ZXN0IHN0cmVzcy9jb3B5LWRhdGEtcHJv
cGVydGllcy1mYXN0LXBhdGguanMuZGVmYXVsdCBmYWlscyBvbiBzMzkweCBhbmQgcHBjNjRsZQor
ICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MjIxNTU3Cisg
ICAgICAgIDxyZGFyOi8vcHJvYmxlbS83NDMxMTYwMz4KKworICAgICAgICBVbnJldmlld2VkLCB1
bnNraXAgdGhpcyB0ZXN0IHNpbmNlIGl0IHNlZW1zIFl1c3VrZSBoYXMgYWxyZWFkeSBmaXhlZCBp
dC4KKworICAgICAgICAqIHN0cmVzcy9jb3B5LWRhdGEtcHJvcGVydGllcy1mYXN0LXBhdGguanM6
CisKIDIwMjEtMDItMTMgIEFsZXhleSBTaHZheWthICA8c2h2YWlrYWxlc2hAZ21haWwuY29tPgog
CiAgICAgICAgIFByb3h5J3MgW1tHZXRPd25Qcm9wZXJ0eV1dIHNob3VsZCBjb21wbGV0ZSB0cmFw
IHJlc3VsdCBkZXNjcmlwdG9yIGJlZm9yZSB2YWxpZGF0aW9uCmRpZmYgLS1naXQgYS9KU1Rlc3Rz
L3N0cmVzcy9jb3B5LWRhdGEtcHJvcGVydGllcy1mYXN0LXBhdGguanMgYi9KU1Rlc3RzL3N0cmVz
cy9jb3B5LWRhdGEtcHJvcGVydGllcy1mYXN0LXBhdGguanMKaW5kZXggMjkxMGIwODU4ZWI4ZGFh
OTUwMTM4NzFlODg4OWQ0NzUzYTc4MTRjMC4uNTFkZGU3YTMzMjU4YTNkN2MzNGNlOTI4YTJiZjM4
OGY4MDdiMDYwOCAxMDA2NDQKLS0tIGEvSlNUZXN0cy9zdHJlc3MvY29weS1kYXRhLXByb3BlcnRp
ZXMtZmFzdC1wYXRoLmpzCisrKyBiL0pTVGVzdHMvc3RyZXNzL2NvcHktZGF0YS1wcm9wZXJ0aWVz
LWZhc3QtcGF0aC5qcwpAQCAtMSw0ICsxLDMgQEAKLS8vQCBza2lwIGlmIFsicG93ZXJwYzY0Iiwg
InMzOTAiXS5pbmNsdWRlPygkYXJjaGl0ZWN0dXJlKQogLy9AIHJ1bkRlZmF1bHQoIi0tc2xvd1Bh
dGhBbGxvY3NCZXR3ZWVuR0NzPTQiLCAiLS13YXRjaGRvZz0xMDAiLCAiLS13YXRjaGRvZy1leGNl
cHRpb24tb2siKQogCiBmdW5jdGlvbiBmb28oKSB7Cg==
</data>

          </attachment>
      

    </bug>

</bugzilla>