<?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>204154</bug_id>
          
          <creation_ts>2019-11-13 06:39:01 -0800</creation_ts>
          <short_desc>test262-runner: use NUMBER_OF_PROCESSORS and stop multiplying the number of cores.</short_desc>
          <delta_ts>2019-11-13 17:01:48 -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>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=204063</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="Carlos Alberto Lopez Perez">clopez</reporter>
          <assigned_to name="Carlos Alberto Lopez Perez">clopez</assigned_to>
          <cc>bugs-noreply</cc>
    
    <cc>keith_miller</cc>
    
    <cc>leo</cc>
    
    <cc>msaboff</cc>
    
    <cc>ross.kirsling</cc>
    
    <cc>valerie</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>xan.lopez</cc>
    
    <cc>ysuzuki</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1589841</commentid>
    <comment_count>0</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2019-11-13 06:39:01 -0800</bug_when>
    <thetext>We have enabled running test262 on GTK and WPE bots on r252362
But it seems this test is not respecting the environment variable NUMBER_OF_PROCESSORS that is set on the bot environment to tell each worker how much parallelism it should use.
Instead it is getting the system number of cores (which on some cases is 256) and that causes issues on other containers running on the same system.

This script should use the environment variable NUMBER_OF_PROCESSORS if is set, like all the other scripts for running webkit-related tests do</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1589845</commentid>
    <comment_count>1</comment_count>
      <attachid>383453</attachid>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2019-11-13 06:47:29 -0800</bug_when>
    <thetext>Created attachment 383453
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1589911</commentid>
    <comment_count>2</comment_count>
      <attachid>383453</attachid>
    <who name="Ross Kirsling">ross.kirsling</who>
    <bug_when>2019-11-13 09:58:39 -0800</bug_when>
    <thetext>Comment on attachment 383453
Patch

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

This basically seems good, but are we concerned about preserving the fact that the number of *processes* returned here is a multiple of the number of *processors*? (Honest question, since I was surprised to see that this is how it current works.)

&gt; Tools/Scripts/test262/Runner.pm:556
&gt; +

style nit: this initial newline could be removed</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1589916</commentid>
    <comment_count>3</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2019-11-13 10:13:49 -0800</bug_when>
    <thetext>(In reply to Ross Kirsling from comment #2)
&gt; Comment on attachment 383453 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=383453&amp;action=review
&gt; 
&gt; This basically seems good, but are we concerned about preserving the fact
&gt; that the number of *processes* returned here is a multiple of the number of
&gt; *processors*? (Honest question, since I was surprised to see that this is
&gt; how it current works.)
&gt; 

I also got surprised by that, and I have no idea why is it.

This multiplier was originally set to 8 when the script was added in r230680 and then modified depending on the number of cores in r231525 but none of the commits or bugs associated provide any info about why is that.

In any case I think that the environment variable NUMBER_OF_PROCESSORS=n should have the same effect that passing the parameter --child-processes=n or -p=n

And that is what this patch does.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1590012</commentid>
    <comment_count>4</comment_count>
    <who name="Ross Kirsling">ross.kirsling</who>
    <bug_when>2019-11-13 13:24:04 -0800</bug_when>
    <thetext>Hmm, I just tried doing a full release run with different child process counts on an 8-core iMac and saw the following:

8 processes:
&gt; Done in 485.89 seconds!
&gt; Tools/Scripts/test262-runner --release  1024.56s user 1517.22s system 522% cpu 8:06.06 total

16 processes:
&gt; Done in 476.87 seconds!
&gt; Tools/Scripts/test262-runner --release  1023.00s user 1525.18s system 534% cpu 7:57.10 total

32 processes:
&gt; Done in 468.89 seconds!
&gt; Tools/Scripts/test262-runner --release  1024.17s user 1536.59s system 545% cpu 7:49.11 total

So the total time is hardly affected, but my ability to interact with other applications on the same system is hugely affected (i.e. it&apos;s very hard just to browse webpages while the 32-process run is active).

Given this and a lack of written motivation for the existing behavior, perhaps we should remove the multiples even from the normal path here.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1590073</commentid>
    <comment_count>5</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2019-11-13 15:49:26 -0800</bug_when>
    <thetext>(In reply to Ross Kirsling from comment #4)
&gt; Hmm, I just tried doing a full release run with different child process
&gt; counts on an 8-core iMac and saw the following:
&gt; 
&gt; 8 processes:
&gt; &gt; Done in 485.89 seconds!
&gt; &gt; Tools/Scripts/test262-runner --release  1024.56s user 1517.22s system 522% cpu 8:06.06 total
&gt; 
&gt; 16 processes:
&gt; &gt; Done in 476.87 seconds!
&gt; &gt; Tools/Scripts/test262-runner --release  1023.00s user 1525.18s system 534% cpu 7:57.10 total
&gt; 
&gt; 32 processes:
&gt; &gt; Done in 468.89 seconds!
&gt; &gt; Tools/Scripts/test262-runner --release  1024.17s user 1536.59s system 545% cpu 7:49.11 total
&gt; 
&gt; So the total time is hardly affected, but my ability to interact with other
&gt; applications on the same system is hugely affected (i.e. it&apos;s very hard just
&gt; to browse webpages while the 32-process run is active).
&gt; 
&gt; Given this and a lack of written motivation for the existing behavior,
&gt; perhaps we should remove the multiples even from the normal path here.

It looks reasonable. I will upload a new patch removing that multiplication.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1590081</commentid>
    <comment_count>6</comment_count>
      <attachid>383506</attachid>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2019-11-13 15:56:42 -0800</bug_when>
    <thetext>Created attachment 383506
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1590091</commentid>
    <comment_count>7</comment_count>
      <attachid>383506</attachid>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2019-11-13 16:17:47 -0800</bug_when>
    <thetext>Comment on attachment 383506
Patch

Clearing flags on attachment: 383506

Committed r252437: &lt;https://trac.webkit.org/changeset/252437&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1590092</commentid>
    <comment_count>8</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2019-11-13 16:17:52 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1590093</commentid>
    <comment_count>9</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2019-11-13 16:18:18 -0800</bug_when>
    <thetext>&lt;rdar://problem/57172650&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1590116</commentid>
    <comment_count>10</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2019-11-13 16:59:55 -0800</bug_when>
    <thetext>Another confirmation that the previous behaviour of multiplying cores didn&apos;t improved performance:


Before r252437, the Mac Test262 bots where taking to complete the step the following:

Release - 19:12 mins - Child Processes: 48 -  https://build.webkit.org/builders/Apple%20High%20Sierra%20Release%20Test262%20%28Tests%29/builds/7127
Debug - 20:11 mins - Child Processes: 32 - https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20Test262%20%28Tests%29/builds/6218

And after r252437 they take even less time to complete

Release - 18:28 mins - Child Processes: 24 - https://build.webkit.org/builders/Apple%20High%20Sierra%20Release%20Test262%20%28Tests%29/builds/7128
Debug - 19:40 mins - Child Processes: 16 - https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20Test262%20%28Tests%29/builds/6219</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1590117</commentid>
    <comment_count>11</comment_count>
    <who name="Ross Kirsling">ross.kirsling</who>
    <bug_when>2019-11-13 17:01:48 -0800</bug_when>
    <thetext>Excellent!</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>383453</attachid>
            <date>2019-11-13 06:47:29 -0800</date>
            <delta_ts>2019-11-13 15:56:30 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-204154-20191113154728.patch</filename>
            <type>text/plain</type>
            <size>1812</size>
            <attacher name="Carlos Alberto Lopez Perez">clopez</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjUyNDA2CmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggMDE0YjMxNzM4OGIzNjM2M2EyNDI2OTYxOWYxZTczNTBl
NDZjMzcyNC4uNjQwNmZlZWI4ZTdkNjI2ODQ5N2FkOWZiMTBmY2VhYTA1MTYwZjdkMyAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDI1
IEBACisyMDE5LTExLTEzICBDYXJsb3MgQWxiZXJ0byBMb3BleiBQZXJleiAgPGNsb3BlekBpZ2Fs
aWEuY29tPgorCisgICAgICAgIHRlc3QyNjItcnVubmVyOiB1c2UgZW52aXJvbm1lbnQgdmFyaWFi
bGUgTlVNQkVSX09GX1BST0NFU1NPUlMgaWYgaXMgc2V0CisgICAgICAgIGh0dHBzOi8vYnVncy53
ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0yMDQxNTQKKworICAgICAgICBSZXZpZXdlZCBieSBO
T0JPRFkgKE9PUFMhKS4KKworICAgICAgICBXZSBoYXZlIGVuYWJsZWQgcnVubmluZyB0ZXN0MjYy
IG9uIEdUSyBhbmQgV1BFIHRlc3QgYm90cyBvbiByMjUyMzYyCisgICAgICAgIEJ1dCBpdCBzZWVt
cyB0aGlzIHRlc3QyNjIgcnVubmVyIGlzIG5vdCByZXNwZWN0aW5nIHRoZSBlbnZpcm9ubWVudAor
ICAgICAgICB2YXJpYWJsZSBOVU1CRVJfT0ZfUFJPQ0VTU09SUy4gV2Ugc2V0IHRoYXQgb24gdGhl
IGJvdCBlbnZpcm9ubWVudHMKKyAgICAgICAgdG8gdGVsbCBlYWNoIHdvcmtlciBob3cgbXVjaCBw
YXJhbGxlbGlzbSBpdCBzaG91bGQgdXNlLgorCisgICAgICAgIEluc3RlYWQgdGhpcyBydW5uZXIg
d2FzIHVzaW5nIGFsbCB0aGUgc3lzdGVtIGNvcmVzICh3aGljaCBvbiBzb21lCisgICAgICAgIGNh
c2VzIGlzIDI1NikgYW5kIHRoYXQgd2FzIGNhdXNpbmcgaXNzdWVzIG9uIG90aGVyIGNvbnRhaW5l
cnMvd29ya2xvYWRzCisgICAgICAgIHJ1bm5pbmcgb24gdGhlIHNhbWUgc3lzdGVtIGF0IHRoZSBz
YW1lIHRpbWUuCisKKyAgICAgICAgVGhpcyBlbnZpcm9ubWVudCB2YXJpYWJsZSBpcyB1bmRlcnN0
b29kIGJ5IGFsbCB3ZWJraXQtcmVsYXRlZCB0ZXN0IHNjcmlwdHMuCisgICAgICAgIEl0IHNob3Vs
ZCBiZSBhY2NlcHRlZCBhbHNvIGJ5IHRoaXMgdGVzdDI2MiBydW5uZXIgc2NyaXB0LgorCisgICAg
ICAgICogU2NyaXB0cy90ZXN0MjYyL1J1bm5lci5wbToKKyAgICAgICAgKGdldFByb2Nlc3Nlcyk6
CisKIDIwMTktMTEtMTMgIEFha2FzaCBKYWluICA8YWFrYXNoX2phaW5AYXBwbGUuY29tPgogCiAg
ICAgICAgIEZsYWt5IEFQSSBUZXN0IFRlc3RXZWJLaXRBUEkuU2VydmljZVdvcmtlcnMuVGhyb3R0
bGVDcmFzaApkaWZmIC0tZ2l0IGEvVG9vbHMvU2NyaXB0cy90ZXN0MjYyL1J1bm5lci5wbSBiL1Rv
b2xzL1NjcmlwdHMvdGVzdDI2Mi9SdW5uZXIucG0KaW5kZXggNWNmNDczZjExMWNlYzU1YmUxNTY4
MDRlMzJmNWRhNzY3ZDU4MDc3OS4uMjM3NzJhNzgwYTU1NDUyYjRjOTQ0OTQ5ODkzZWJhOWNmYzY2
NDUyOSAxMDA3NTUKLS0tIGEvVG9vbHMvU2NyaXB0cy90ZXN0MjYyL1J1bm5lci5wbQorKysgYi9U
b29scy9TY3JpcHRzL3Rlc3QyNjIvUnVubmVyLnBtCkBAIC01NTMsNiArNTUzLDkgQEAgc3ViIGxv
YWRJbXBvcnRGaWxlIHsKIH0KIAogc3ViIGdldFByb2Nlc3NlcyB7CisKKyAgICByZXR1cm4gJEVO
VntOVU1CRVJfT0ZfUFJPQ0VTU09SU30gaWYgKGRlZmluZWQoJEVOVntOVU1CRVJfT0ZfUFJPQ0VT
U09SU30pKTsKKwogICAgIG15ICRjb3JlczsKICAgICBteSAkdW5hbWUgPSBxeCh3aGljaCB1bmFt
ZSA+PiAvZGV2L251bGwgJiYgdW5hbWUpOwogICAgIGNob21wICR1bmFtZTsK
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>383506</attachid>
            <date>2019-11-13 15:56:42 -0800</date>
            <delta_ts>2019-11-13 16:17:47 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-204154-20191114005640.patch</filename>
            <type>text/plain</type>
            <size>2418</size>
            <attacher name="Carlos Alberto Lopez Perez">clopez</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjUyNDA2CmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggMDE0YjMxNzM4OGIzNjM2M2EyNDI2OTYxOWYxZTczNTBl
NDZjMzcyNC4uY2Q3ZmY5MmIzZDE1MGUyOGUyOGQ3MTAxOWU0YjlhMWRhZTYyZTc2YyAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDMx
IEBACisyMDE5LTExLTEzICBDYXJsb3MgQWxiZXJ0byBMb3BleiBQZXJleiAgPGNsb3BlekBpZ2Fs
aWEuY29tPgorCisgICAgICAgIHRlc3QyNjItcnVubmVyOiB1c2UgTlVNQkVSX09GX1BST0NFU1NP
UlMgYW5kIHN0b3AgbXVsdGlwbHlpbmcgdGhlIG51bWJlciBvZiBjb3Jlcy4KKyAgICAgICAgaHR0
cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTIwNDE1NAorCisgICAgICAgIFJl
dmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgIFdlIGhhdmUgZW5hYmxlZCBydW5u
aW5nIHRlc3QyNjIgb24gR1RLIGFuZCBXUEUgdGVzdCBib3RzIG9uIHIyNTIzNjIKKyAgICAgICAg
QnV0IGl0IHNlZW1zIHRoaXMgdGVzdDI2MiBydW5uZXIgaXMgbm90IHJlc3BlY3RpbmcgdGhlIGVu
dmlyb25tZW50CisgICAgICAgIHZhcmlhYmxlIE5VTUJFUl9PRl9QUk9DRVNTT1JTLiBXZSBzZXQg
dGhhdCBvbiB0aGUgYm90IGVudmlyb25tZW50cworICAgICAgICB0byB0ZWxsIGVhY2ggd29ya2Vy
IGhvdyBtdWNoIHBhcmFsbGVsaXNtIGl0IHNob3VsZCB1c2UuCisKKyAgICAgICAgSW5zdGVhZCB0
aGlzIHJ1bm5lciB3YXMgdXNpbmcgYWxsIHRoZSBzeXN0ZW0gY29yZXMgKHdoaWNoIG9uIHNvbWUK
KyAgICAgICAgY2FzZXMgaXMgMjU2KSBhbmQgdGhhdCB3YXMgY2F1c2luZyBpc3N1ZXMgb24gb3Ro
ZXIgY29udGFpbmVycy93b3JrbG9hZHMKKyAgICAgICAgcnVubmluZyBvbiB0aGUgc2FtZSBzeXN0
ZW0gYXQgdGhlIHNhbWUgdGltZS4KKworICAgICAgICBUaGlzIGVudmlyb25tZW50IHZhcmlhYmxl
IGlzIHVuZGVyc3Rvb2QgYnkgYWxsIHdlYmtpdC1yZWxhdGVkIHRlc3Qgc2NyaXB0cy4KKyAgICAg
ICAgSXQgc2hvdWxkIGJlIGFjY2VwdGVkIGFsc28gYnkgdGhpcyB0ZXN0MjYyIHJ1bm5lciBzY3Jp
cHQuCisKKyAgICAgICAgT24gdG9wIG9mIHRoYXQsIHRoaXMgcGF0Y2ggcmVtb3ZlcyB0aGUgbXVs
dGlwbGljYXRpb24gdGhhdCBpcyBkb25lCisgICAgICAgIHdoZW4gdGhlIG51bWJlciBvZiBwYXJh
bGxlbCBqb2JzIGlzIG5vdCBzcGVjaWZpZWQgYW5kIGl0cyBjYWxjdWxhdGVkCisgICAgICAgIGZy
b20gdGhlIGF2YWlsYWJsZSBjb3JlcyBvZiB0aGUgc3lzdGVtLiBPbiBvbmUgaGFuZCB0aGVyZSBp
cyBubworICAgICAgICB3cml0dGVuIG1vdGl2YXRpb24gZm9yIHRoaXMgbXVsdGlwbGljYXRpb24g
YmVoYXZpb3VyLCBhbmQgb24gdGhlIG90aGVyCisgICAgICAgIGhhbmQgdGhlcmUgaXMgZXZpZGVu
Y2UgdGhhdCBpdCBkb2Vzbid0IGltcHJvdmUgcGVyZm9ybWFuY2UuCisKKyAgICAgICAgKiBTY3Jp
cHRzL3Rlc3QyNjIvUnVubmVyLnBtOgorICAgICAgICAoZ2V0UHJvY2Vzc2VzKToKKwogMjAxOS0x
MS0xMyAgQWFrYXNoIEphaW4gIDxhYWthc2hfamFpbkBhcHBsZS5jb20+CiAKICAgICAgICAgRmxh
a3kgQVBJIFRlc3QgVGVzdFdlYktpdEFQSS5TZXJ2aWNlV29ya2Vycy5UaHJvdHRsZUNyYXNoCmRp
ZmYgLS1naXQgYS9Ub29scy9TY3JpcHRzL3Rlc3QyNjIvUnVubmVyLnBtIGIvVG9vbHMvU2NyaXB0
cy90ZXN0MjYyL1J1bm5lci5wbQppbmRleCA1Y2Y0NzNmMTExY2VjNTViZTE1NjgwNGUzMmY1ZGE3
NjdkNTgwNzc5Li44MWFkYjE1YWJkNGQ5ZDI5Zjg0MjBmNjEwNDAzZjE5M2Y1YjJlMmFmIDEwMDc1
NQotLS0gYS9Ub29scy9TY3JpcHRzL3Rlc3QyNjIvUnVubmVyLnBtCisrKyBiL1Rvb2xzL1Njcmlw
dHMvdGVzdDI2Mi9SdW5uZXIucG0KQEAgLTU1Myw2ICs1NTMsOCBAQCBzdWIgbG9hZEltcG9ydEZp
bGUgewogfQogCiBzdWIgZ2V0UHJvY2Vzc2VzIHsKKyAgICByZXR1cm4gJEVOVntOVU1CRVJfT0Zf
UFJPQ0VTU09SU30gaWYgKGRlZmluZWQoJEVOVntOVU1CRVJfT0ZfUFJPQ0VTU09SU30pKTsKKwog
ICAgIG15ICRjb3JlczsKICAgICBteSAkdW5hbWUgPSBxeCh3aGljaCB1bmFtZSA+PiAvZGV2L251
bGwgJiYgdW5hbWUpOwogICAgIGNob21wICR1bmFtZTsKQEAgLTU3MywxMiArNTc1LDcgQEAgc3Vi
IGdldFByb2Nlc3NlcyB7CiAgICAgICAgICRjb3JlcyA9IDE7CiAgICAgfQogCi0gICAgaWYgKCRj
b3JlcyA8PSA4KSB7Ci0gICAgICAgIHJldHVybiAkY29yZXMgKiA0OwotICAgIH0KLSAgICBlbHNl
IHsKLSAgICAgICAgcmV0dXJuICRjb3JlcyAqIDI7Ci0gICAgfQorICAgIHJldHVybiAkY29yZXM7
CiB9CiAKIHN1YiBwYXJzZUVycm9yIHsK
</data>

          </attachment>
      

    </bug>

</bugzilla>