<?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>46049</bug_id>
          
          <creation_ts>2010-09-18 20:07:16 -0700</creation_ts>
          <short_desc>REGRESSION: Hang at CNN.com</short_desc>
          <delta_ts>2010-09-22 09:50:33 -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>528+ (Nightly build)</version>
          <rep_platform>Mac (Intel)</rep_platform>
          <op_sys>OS X 10.6</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://cnn.com</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>NeedsReduction</keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Jon">jon</reporter>
          <assigned_to name="Michael Saboff">msaboff</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>c.petersen87</cc>
    
    <cc>eric</cc>
    
    <cc>ggaren</cc>
    
    <cc>msaboff</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>281251</commentid>
    <comment_count>0</comment_count>
    <who name="Jon">jon</who>
    <bug_when>2010-09-18 20:07:16 -0700</bug_when>
    <thetext>Hang here according to spindump: JSC::RegExp::match(JSC::UString const&amp;, int, WTF::Vector&lt;int, 32ul&gt;*) + 522 (RegexJIT.h:74 in JavaScriptCore). Have to force quit. Only extension is ClickToPlugin.

Perhaps due to http://trac.webkit.org/changeset/67790?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>281674</commentid>
    <comment_count>1</comment_count>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2010-09-20 11:12:14 -0700</bug_when>
    <thetext>Can you reproduce this hang?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>281692</commentid>
    <comment_count>2</comment_count>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2010-09-20 11:29:56 -0700</bug_when>
    <thetext>This problem may have been addressed by https://bugs.webkit.org/show_bug.cgi?id=46077 and/or https://bugs.webkit.org/show_bug.cgi?id=46083.  Verifying at this time.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>281788</commentid>
    <comment_count>3</comment_count>
    <who name="">kvam.jay</who>
    <bug_when>2010-09-20 13:50:57 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; This problem may have been addressed by https://bugs.webkit.org/show_bug.cgi?id=46077 and/or https://bugs.webkit.org/show_bug.cgi?id=46083.  Verifying at this time.

I can confirm that i&apos;m experiencing the same issue (build: 67838).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>281794</commentid>
    <comment_count>4</comment_count>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2010-09-20 13:54:40 -0700</bug_when>
    <thetext>Working on a patch for this issue.  Seems to be a problem with expressions like:
  ^longer|short
Where the ^ anchored element has a fixed length greater than the second alternative.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>281845</commentid>
    <comment_count>5</comment_count>
      <attachid>68143</attachid>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2010-09-20 15:12:46 -0700</bug_when>
    <thetext>Created attachment 68143
Patch to change handling of alternative lengths and looping

The prior code would set the flag hasShorterAlternatives when comparing any alternative to the first alternative.  This patch fixes that to check the first looping alternative to subsequent alternatives.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>281921</commentid>
    <comment_count>6</comment_count>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2010-09-20 17:04:33 -0700</bug_when>
    <thetext>Committed revision 67894.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>281924</commentid>
    <comment_count>7</comment_count>
      <attachid>68143</attachid>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2010-09-20 17:04:51 -0700</bug_when>
    <thetext>Comment on attachment 68143
Patch to change handling of alternative lengths and looping

Mark cq- to remove from commit queue, since I landed this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>281926</commentid>
    <comment_count>8</comment_count>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2010-09-20 17:06:05 -0700</bug_when>
    <thetext>Let&apos;s keep this bug open since we still need a reduction to add as a layout test, even though we wanted to land the fix as soon as possible.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>281931</commentid>
    <comment_count>9</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-09-20 17:08:40 -0700</bug_when>
    <thetext>I guess ya&apos;ll are in a hurry to ship, eh?  Layout tests are yummy.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>282390</commentid>
    <comment_count>10</comment_count>
      <attachid>68256</attachid>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2010-09-21 10:14:10 -0700</bug_when>
    <thetext>Created attachment 68256
New Tests

Added tests include some that cover this issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>282582</commentid>
    <comment_count>11</comment_count>
    <who name="Chris Petersen">c.petersen87</who>
    <bug_when>2010-09-21 15:11:34 -0700</bug_when>
    <thetext>I&apos;m encountering a hang with Webkit NB r67838 while I&apos;m still loading http://www.npr.org.


Analysis of sampling Safari (pid 4060) every 1 millisecond
Call graph:
    7299 Thread_132284   DispatchQueue_1: com.apple.main-thread  (serial)
      7299 JSC::RegExp::match(JSC::UString const&amp;, int, WTF::Vector&lt;int, 32ul&gt;*)
        3637 0x24863d31aaee
        1415 0x24863d31aaea
        1367 0x24863d31ab3d
        298 0x24863d31aafa
        293 0x24863d31aaf4
        289 0x24863d31ab4b
    7299 Thread_132295   DispatchQueue_2: com.apple.libdispatch-manager  (serial)
      7299 start_wqthread
        7299 _pthread_wqthread
          7299 _dispatch_worker_thread2
            7299 _dispatch_queue_invoke
              7299 _dispatch_mgr_invoke
                7297 kevent
                1 _dispatch_mgr_invoke
                1 _dispatch_run_timers
                  1 _dispatch_timer_list_update
    7299 Thread_132299: WebCore: IconDatabase
      7299 thread_start
        7299 _pthread_start
          7299 WebCore::IconDatabase::iconDatabaseSyncThread()
            7299 WebCore::IconDatabase::syncThreadMainLoop()
              7299 _pthread_cond_wait
                7299 __semwait_signal
    7299 Thread_132303: Safari: SafeBrowsingManager
      7299 thread_start
        7299 _pthread_start
          7299 0x10002f9d1
            7299 0x10002fa41
              7299 CFRunLoopRunSpecific
                7299 __CFRunLoopRun
                  7299 mach_msg
                    7299 mach_msg_trap
    7299 Thread_132304
      7299 thread_start
        7299 _pthread_start
          7299 __NSThread__main__
            7299 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:]
              7299 CFRunLoopRunSpecific
                7299 __CFRunLoopRun
                  7299 mach_msg
                    7299 mach_msg_trap
    7299 Thread_132307
      7299 thread_start
        7299 _pthread_start
          7299 __CFSocketManager
            7299 select$DARWIN_EXTSN
    7299 Thread_132308: Safari: SnapshotStore
      7299 thread_start
        7299 _pthread_start
          7299 0x10004738d
            7299 0x10004750f
              7299 0x1001be851
                7299 WTF::ThreadCondition::timedWait(WTF::Mutex&amp;, double)
                  7299 _pthread_cond_wait
                    7299 __semwait_signal
    7299 Thread_132577
      7299 thread_start
        7299 _pthread_start
          7299 thread_fun
            7299 CA::Render::Server::server_thread(void*)
              7299 mach_msg
                7299 mach_msg_trap
    7299 Thread_132940: Safari: SpinningProgressIndicator
      7299 thread_start
        7299 _pthread_start
          7299 __NSThread__main__
            7299 0x1000903f7
              7299 -[NSRunLoop(NSRunLoop) run]
                7299 -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
                  7299 CFRunLoopRunSpecific
                    7299 __CFRunLoopRun
                      7132 mach_msg
                        7132 mach_msg_trap
                      167 __NSFireTimer
                        121 0x100090a5a
                          118 0x100090dac
                            118 0x10008f88c
                              118 -[NSImage compositeToPoint:operation:]
                                118 -[NSImage _composite:delta:fromRect:toPoint:]
                                  97 -[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]
                                    97 -[NSImage _usingBestRepresentationForRect:context:hints:body:]
                                      97 __-[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_1
                                        97 -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]
                                          97 __-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_1
                                            97 CGContextDrawImage
                                              97 ripc_DrawImage
                                                91 ripc_RenderImage
                                                  91 ripl_BltImage
                                                    91 ripd_Lock
                                                      91 CGSDeviceLock
                                                        91 _CGSLockWindow
                                                          91 _CGSSynchronizeWindowBackingStore
                                                            91 mach_msg
                                                              91 mach_msg_trap
                                                4 ripc_AcquireImage
                                                  4 CGSImageDataLock
                                                    4 img_data_lock
                                                      4 CGColorTransformConvertNeedsCMS
                                                2 ripc_DrawImage
                                  20 -[NSImage _usingBestRepresentationForRect:context:hints:body:]
                                    19 -[NSImage bestRepresentationForRect:context:hints:]
                                      19 -[NSImage _usingCacheRepPerformBlock:]
                                        19 __-[NSImage bestRepresentationForRect:context:hints:]_block_invoke_1
                                          19 -[NSSnapshotContextSignature isApplicableForRect:context:hints:]
                                            19 NSImageInterpolationForReferenceContext_hints_
                                    1 -[NSAutoreleasePool drain]
                                      1 _CFAutoreleasePoolPop
                                        1 -[NSObject(NSObject) release]
                                          1 __spin_lock
                                  1 __NSHasDisplayScaleFactor
                          1 0x100090d12
                            1 -[NSView convertRect:toView:]
                              1 -[NSView _convertRect:toAncestor:]
                          1 0x100090d86
                            1 objc_msgSend
                          1 0x100090db4
                            1 CGContextRestoreGState
                              1 CGGStackRestore
                                1 CGGStateRelease
                                  1 szone_free_definite_size
                        34 0x1000909ed
                          34 objc_msgSend
                        4 0x1000908e5
                          4 __compare_and_swap64
                        4 0x100090a9f
                          4 ripc_Operation
                            4 CGSDeviceSynchronize
                              4 _CGSFlushRegionInline
                                2 _CGSFlushRegionInline
                                2 mach_msg
                                  2 mach_msg_trap
                        2 -[NSObject(NSObject) release]
                          2 __CFDoExternRefOperation
                            2 CFBasicHashRemoveValue
                              2 ___CFBasicHashFindBucket1
                        1 0x10009096b
                          1 -[NSCFDictionary keyEnumerator]
                            1 +[NSObject(NSObject) allocWithZone:]
                              1 _internal_class_createInstanceFromZone
                                1 calloc
                                  1 malloc_zone_calloc
                                    1 szone_calloc
                        1 _CFAutoreleasePoolPush
                          1 pthread_setspecific
    7299 Thread_133630: QTKit: listenOnDelegatePort
      7299 thread_start
        7299 _pthread_start
          7299 listenOnDelegatePort
            7299 CFRunLoopRun
              7299 CFRunLoopRunSpecific
                7299 __CFRunLoopRun
                  7299 mach_msg
                    7299 mach_msg_trap
    7299 Thread_133631: QTKit: listenOnNotificationPort
      7299 thread_start
        7299 _pthread_start
          7299 listenOnNotificationPort
            7299 CFRunLoopRun
              7299 CFRunLoopRunSpecific
                7299 __CFRunLoopRun
                  7299 mach_msg
                    7299 mach_msg_trap
    4017 Thread_137608
      4017 start_wqthread
        4003 _pthread_wqthread
          4003 __workq_kernreturn
        14 start_wqthread
    3295 Thread_135755
      3295 start_wqthread
        3295 _pthread_wqthread
          3295 __workq_kernreturn

Total number in stack (recursive counted multiple, when &gt;=5):
        9       _pthread_start
        9       thread_start
        8       mach_msg
        8       mach_msg_trap
        5       CFRunLoopRunSpecific
        5       __CFRunLoopRun

Sort by top of stack, same collapsed (when &gt;= 5):
        mach_msg_trap        43720
        __semwait_signal        14598
        select$DARWIN_EXTSN        7299
        __workq_kernreturn        7298
        kevent        7297
        0x24863d31aaee        3637
        0x24863d31aaea        1415
        0x24863d31ab3d        1367
        0x24863d31aafa        298
        0x24863d31aaf4        293
        0x24863d31ab4b        289
        objc_msgSend        35
        NSImageInterpolationForReferenceContext_hints_        19
        start_wqthread        14</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>282617</commentid>
    <comment_count>12</comment_count>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2010-09-21 16:26:33 -0700</bug_when>
    <thetext>The patch with the fix (https://bug-46049-attachments.webkit.org/attachment.cgi?id=68143) was actually landed in changeset 67849.  Accessing www.npr.org works for me now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>282689</commentid>
    <comment_count>13</comment_count>
      <attachid>68256</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2010-09-21 17:32:17 -0700</bug_when>
    <thetext>Comment on attachment 68256
New Tests

These tests look good.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>282815</commentid>
    <comment_count>14</comment_count>
      <attachid>68256</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2010-09-22 00:40:55 -0700</bug_when>
    <thetext>Comment on attachment 68256
New Tests

Clearing flags on attachment: 68256

Committed r68021: &lt;http://trac.webkit.org/changeset/68021&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>282955</commentid>
    <comment_count>15</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-09-22 08:41:45 -0700</bug_when>
    <thetext>Can this be closed now?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>282988</commentid>
    <comment_count>16</comment_count>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2010-09-22 09:50:33 -0700</bug_when>
    <thetext>With the additions of the tests, this defect is now closed.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>68143</attachid>
            <date>2010-09-20 15:12:46 -0700</date>
            <delta_ts>2010-09-20 17:04:51 -0700</delta_ts>
            <desc>Patch to change handling of alternative lengths and looping</desc>
            <filename>46049.patch</filename>
            <type>text/plain</type>
            <size>1762</size>
            <attacher name="Michael Saboff">msaboff</attacher>
            
              <data encoding="base64">SW5kZXg6IEphdmFTY3JpcHRDb3JlL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBKYXZhU2NyaXB0
Q29yZS9DaGFuZ2VMb2cJKHJldmlzaW9uIDY3ODg0KQorKysgSmF2YVNjcmlwdENvcmUvQ2hhbmdl
TG9nCSh3b3JraW5nIGNvcHkpCkBAIC0xLDMgKzEsMTQgQEAKKzIwMTAtMDktMjAgIE1pY2hhZWwg
U2Fib2ZmICA8bXNhYm9mZkBhcHBsZS5jb20+CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZ
IChPT1BTISkuCisKKyAgICAgICAgRml4ZWQgZGV0ZWN0aW9uIG9mIGFsdGVybmF0aXZlIHNtYWxs
ZXIgdGhhbiB0aGUgZmlyc3QgYWx0ZXJuYXRpdmUKKyAgICAgICAgdG8gb25seSBjaGVjayBsb29w
aW5nIGFsdGVybmF0aXZlcy4KKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19i
dWcuY2dpP2lkPTQ2MDQ5CisKKyAgICAgICAgKiB5YXJyL1JlZ2V4SklULmNwcDoKKyAgICAgICAg
KEpTQzo6WWFycjo6UmVnZXhHZW5lcmF0b3I6OmdlbmVyYXRlRGlzanVuY3Rpb24pOgorCiAyMDEw
LTA5LTIwICBQZXRlciBWYXJnYSAgPHB2YXJnYUBpbmYudS1zemVnZWQuaHU+CiAKICAgICAgICAg
UmV2aWV3ZWQgYnkgR2VvZmZyZXkgR2FyZW4uCkluZGV4OiBKYXZhU2NyaXB0Q29yZS95YXJyL1Jl
Z2V4SklULmNwcAo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09Ci0tLSBKYXZhU2NyaXB0Q29yZS95YXJyL1JlZ2V4SklULmNw
cAkocmV2aXNpb24gNjc4ODQpCisrKyBKYXZhU2NyaXB0Q29yZS95YXJyL1JlZ2V4SklULmNwcAko
d29ya2luZyBjb3B5KQpAQCAtMTIzOCwxMiArMTIzOCwxMyBAQCBjbGFzcyBSZWdleEdlbmVyYXRv
ciA6IHByaXZhdGUgTWFjcm9Bc3NlCiAgICAgICAgICAgICBmaXJzdEFsdGVybmF0aXZlSW5wdXRD
aGVja2VkID0gTGFiZWwodGhpcyk7CiAKICAgICAgICAgd2hpbGUgKHN0YXRlLmFsdGVybmF0aXZl
VmFsaWQoKSkgewotICAgICAgICAgICAgLy8gVHJhY2sgd2hldGhlciBhbnkgYWx0ZXJuYXRpdmVz
IGFyZSBzaG9ydGVyIHRoYW4gdGhlIGZpcnN0IG9uZS4KLSAgICAgICAgICAgIGhhc1Nob3J0ZXJB
bHRlcm5hdGl2ZXMgPSBoYXNTaG9ydGVyQWx0ZXJuYXRpdmVzIHx8IChjb3VudENoZWNrZWRGb3JD
dXJyZW50QWx0ZXJuYXRpdmUgPCBjb3VudFRvQ2hlY2tGb3JGaXJzdEFsdGVybmF0aXZlKTsKLQog
ICAgICAgICAgICAgUGF0dGVybkFsdGVybmF0aXZlKiBhbHRlcm5hdGl2ZSA9IHN0YXRlLmFsdGVy
bmF0aXZlKCk7CiAgICAgICAgICAgICBvcHRpbWl6ZUFsdGVybmF0aXZlKGFsdGVybmF0aXZlKTsK
IAorICAgICAgICAgICAgLy8gVHJhY2sgd2hldGhlciBhbnkgYWx0ZXJuYXRpdmVzIGFyZSBzaG9y
dGVyIHRoYW4gdGhlIGZpcnN0IG9uZS4KKyAgICAgICAgICAgIGlmICghYWx0ZXJuYXRpdmUtPm9u
Y2VUaHJvdWdoKCkpCisgICAgICAgICAgICAgICAgaGFzU2hvcnRlckFsdGVybmF0aXZlcyA9IGhh
c1Nob3J0ZXJBbHRlcm5hdGl2ZXMgfHwgKGNvdW50Q2hlY2tlZEZvckN1cnJlbnRBbHRlcm5hdGl2
ZSA8IGNvdW50VG9DaGVja0ZvckZpcnN0QWx0ZXJuYXRpdmUpOworICAgICAgICAgICAgCiAgICAg
ICAgICAgICBmb3IgKHN0YXRlLnJlc2V0VGVybSgpOyBzdGF0ZS50ZXJtVmFsaWQoKTsgc3RhdGUu
bmV4dFRlcm0oKSkKICAgICAgICAgICAgICAgICBnZW5lcmF0ZVRlcm0oc3RhdGUpOwogCg==
</data>
<flag name="review"
          id="57612"
          type_id="1"
          status="+"
          setter="barraclough"
    />
    <flag name="commit-queue"
          id="57613"
          type_id="3"
          status="-"
          setter="ggaren"
    />
          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>68256</attachid>
            <date>2010-09-21 10:14:10 -0700</date>
            <delta_ts>2010-09-22 00:40:55 -0700</delta_ts>
            <desc>New Tests</desc>
            <filename>46049-test.patch</filename>
            <type>text/plain</type>
            <size>2902</size>
            <attacher name="Michael Saboff">msaboff</attacher>
            
              <data encoding="base64">SW5kZXg6IExheW91dFRlc3RzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBMYXlvdXRUZXN0cy9D
aGFuZ2VMb2cJKHJldmlzaW9uIDY3OTYyKQorKysgTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCSh3b3Jr
aW5nIGNvcHkpCkBAIC0xLDMgKzEsMTQgQEAKKzIwMTAtMDktMjEgIE1pY2hhZWwgU2Fib2ZmICA8
bXNhYm9mZkBhcHBsZS5jb20+CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISku
CisKKyAgICAgICAgTmV3IHRlc3QgZm9yIF4gKEJPTCkgYW5jaG9yZWQgcmVndWxhciBleHByZXNz
aW9ucy4gIFNvbWUgb2YgdGhlIAorICAgICAgICB0ZXN0cyBpbnNwaXJlZCBieSBodHRwczovL2J1
Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9NDYwNDkuCisKKyAgICAgICAgKiBmYXN0L2pz
L3JlZ2V4cC1ib2wtZXhwZWN0ZWQudHh0OiBBZGRlZC4KKyAgICAgICAgKiBmYXN0L2pzL3JlZ2V4
cC1ib2wuaHRtbDogQWRkZWQuCisgICAgICAgICogZmFzdC9qcy9zY3JpcHQtdGVzdHMvcmVnZXhw
LWJvbC5qczogQWRkZWQuCisKIDIwMTAtMDktMjEgIEFkYW0gQmFydGggIDxhYmFydGhAd2Via2l0
Lm9yZz4KIAogICAgICAgICBSZXZpZXdlZCBieSBEYXJpbiBBZGxlci4KSW5kZXg6IExheW91dFRl
c3RzL2Zhc3QvanMvcmVnZXhwLWJvbC1leHBlY3RlZC50eHQKPT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gTGF5b3V0
VGVzdHMvZmFzdC9qcy9yZWdleHAtYm9sLWV4cGVjdGVkLnR4dAkocmV2aXNpb24gMCkKKysrIExh
eW91dFRlc3RzL2Zhc3QvanMvcmVnZXhwLWJvbC1leHBlY3RlZC50eHQJKHJldmlzaW9uIDApCkBA
IC0wLDAgKzEsMTcgQEAKK1Rlc3QgZm9yIGJlZ2lubmluZyBvZiBsaW5lIChCT0wgb3IgXikgbWF0
Y2hpbmcKKworT24gc3VjY2VzcywgeW91IHdpbGwgc2VlIGEgc2VyaWVzIG9mICJQQVNTIiBtZXNz
YWdlcywgZm9sbG93ZWQgYnkgIlRFU1QgQ09NUExFVEUiLgorCisKK1BBU1Mgcy5tYXRjaCgvXm5v
dEhlcmUvKSBpcyBudWxsCitQQVNTIHMubWF0Y2goL15hYmMvKSBpcyBbImFiYyJdCitQQVNTIHMu
bWF0Y2goLyhefFgpYWJjLykgaXMgWyJhYmMiLCIiXQorUEFTUyBzLm1hdGNoKC9ebG9uZ2VyfDEy
My8pIGlzIFsiMTIzIl0KK1BBU1Mgcy5tYXRjaCgvKF5hYmN8YykxMjMvKSBpcyBbImFiYzEyMyIs
ImFiYyJdCitQQVNTIHMubWF0Y2goLyhjfF5hYmMpMTIzLykgaXMgWyJhYmMxMjMiLCJhYmMiXQor
UEFTUyBzLm1hdGNoKC8oXmFifGFiYykxMjMvKSBpcyBbImFiYzEyMyIsImFiYyJdCitQQVNTIHMu
bWF0Y2goLyhiY3xeYWJjKShbMC05XSopYS8pIGlzIFsiYmM3ODlhIiwiYmMiLCI3ODkiXQorUEFT
UyBzdWNjZXNzZnVsbHlQYXJzZWQgaXMgdHJ1ZQorCitURVNUIENPTVBMRVRFCisKSW5kZXg6IExh
eW91dFRlc3RzL2Zhc3QvanMvcmVnZXhwLWJvbC5odG1sCj09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIExheW91dFRl
c3RzL2Zhc3QvanMvcmVnZXhwLWJvbC5odG1sCShyZXZpc2lvbiAwKQorKysgTGF5b3V0VGVzdHMv
ZmFzdC9qcy9yZWdleHAtYm9sLmh0bWwJKHJldmlzaW9uIDApCkBAIC0wLDAgKzEsMTMgQEAKKzwh
RE9DVFlQRSBIVE1MIFBVQkxJQyAiLS8vSUVURi8vRFREIEhUTUwvL0VOIj4KKzxodG1sPgorPGhl
YWQ+Cis8bGluayByZWw9InN0eWxlc2hlZXQiIGhyZWY9InJlc291cmNlcy9qcy10ZXN0LXN0eWxl
LmNzcyI+Cis8c2NyaXB0IHNyYz0icmVzb3VyY2VzL2pzLXRlc3QtcHJlLmpzIj48L3NjcmlwdD4K
KzwvaGVhZD4KKzxib2R5PgorPHAgaWQ9ImRlc2NyaXB0aW9uIj48L3A+Cis8ZGl2IGlkPSJjb25z
b2xlIj48L2Rpdj4KKzxzY3JpcHQgc3JjPSJzY3JpcHQtdGVzdHMvcmVnZXhwLWJvbC5qcyI+PC9z
Y3JpcHQ+Cis8c2NyaXB0IHNyYz0icmVzb3VyY2VzL2pzLXRlc3QtcG9zdC5qcyI+PC9zY3JpcHQ+
Cis8L2JvZHk+Cis8L2h0bWw+CkluZGV4OiBMYXlvdXRUZXN0cy9mYXN0L2pzL3NjcmlwdC10ZXN0
cy9yZWdleHAtYm9sLmpzCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIExheW91dFRlc3RzL2Zhc3QvanMvc2NyaXB0
LXRlc3RzL3JlZ2V4cC1ib2wuanMJKHJldmlzaW9uIDApCisrKyBMYXlvdXRUZXN0cy9mYXN0L2pz
L3NjcmlwdC10ZXN0cy9yZWdleHAtYm9sLmpzCShyZXZpc2lvbiAwKQpAQCAtMCwwICsxLDE1IEBA
CitkZXNjcmlwdGlvbigKKydUZXN0IGZvciBiZWdpbm5pbmcgb2YgbGluZSAoQk9MIG9yIF4pIG1h
dGNoaW5nPC9hPicKKyk7CisKK3ZhciBzID0gImFiYzEyM2RlZjQ1Nnh5emFiYzc4OWFiYzk5OSI7
CitzaG91bGRCZU51bGwoJ3MubWF0Y2goL15ub3RIZXJlLyknKTsKK3Nob3VsZEJlKCdzLm1hdGNo
KC9eYWJjLyknLCAnWyJhYmMiXScpOworc2hvdWxkQmUoJ3MubWF0Y2goLyhefFgpYWJjLyknLCAn
WyJhYmMiLCIiXScpOworc2hvdWxkQmUoJ3MubWF0Y2goL15sb25nZXJ8MTIzLyknLCAnWyIxMjMi
XScpOworc2hvdWxkQmUoJ3MubWF0Y2goLyheYWJjfGMpMTIzLyknLCAnWyJhYmMxMjMiLCJhYmMi
XScpOworc2hvdWxkQmUoJ3MubWF0Y2goLyhjfF5hYmMpMTIzLyknLCAnWyJhYmMxMjMiLCJhYmMi
XScpOworc2hvdWxkQmUoJ3MubWF0Y2goLyheYWJ8YWJjKTEyMy8pJywgJ1siYWJjMTIzIiwiYWJj
Il0nKTsKK3Nob3VsZEJlKCdzLm1hdGNoKC8oYmN8XmFiYykoWzAtOV0qKWEvKScsICdbImJjNzg5
YSIsImJjIiwiNzg5Il0nKTsKKwordmFyIHN1Y2Nlc3NmdWxseVBhcnNlZCA9IHRydWU7Cg==
</data>

          </attachment>
      

    </bug>

</bugzilla>