<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>119570</bug_id>
          
          <creation_ts>2006-01-05 15:49:53 +0000</creation_ts>
          <short_desc>inserting new lines between end tags crash</short_desc>
          <delta_ts>2006-05-23 17:16:12 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>kate</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>unspecified</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>89042</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>crash</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jaime Torres">jtamate</reporter>
          <assigned_to name="KWrite Developers">kwrite-bugs-null</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>403783</commentid>
    <comment_count>0</comment_count>
    <who name="Jaime Torres">jtamate</who>
    <bug_when>2006-01-05 15:49:53 +0000</bug_when>
    <thetext>Version:           2.5.0 (using KDE 3.5.0, compiled sources)
Compiler:          Target: i686-pc-linux-gnu
OS:                Linux (i686) release 2.6.15

I edit the following xml file (it is in one line):

&lt;apache:RootElement xmlns:apache=&quot;http://www.apache.org/ns/#app1&quot;&gt;
&lt;apache:foo Id=&quot;objetivo&quot;&gt;&lt;xenc:EncryptedData xmlns:xenc=&quot;http://www.w3.org/2001/04/xmlenc#&quot; Type=&quot;http://www.w3.org/2001/04/xmlenc#Content&quot;&gt;&lt;xenc:EncryptionMethod xmlns:xenc=&quot;http://www.w3.org/2001/04/xmlenc#&quot; Algorithm=&quot;http://www.w3.org/2001/04/xmlenc#aes128-cbc&quot;/&gt;&lt;ds:KeyInfo xmlns:ds=&quot;http://www.w3.org/2000/09/xmldsig#&quot;&gt;
&lt;xenc:EncryptedKey xmlns:xenc=&quot;http://www.w3.org/2001/04/xmlenc#&quot;&gt;&lt;xenc:EncryptionMethod xmlns:xenc=&quot;http://www.w3.org/2001/04/xmlenc#&quot; Algorithm=&quot;http://www.w3.org/2001/04/xmlenc#kw-tripledes&quot;/&gt;&lt;xenc:CipherData xmlns:xenc=&quot;http://www.w3.org/2001/04/xmlenc#&quot;&gt;&lt;xenc:CipherValue xmlns:xenc=&quot;http://www.w3.org/2001/04/xmlenc#&quot;&gt;pviW8o51qF7f4OuIPxHqUnOmzvxpi6s97aY2CBaht9o=&lt;/xenc:CipherValue&gt;&lt;/xenc:CipherData&gt;&lt;/xenc:EncryptedKey&gt;&lt;/ds:KeyInfo&gt;&lt;xenc:CipherData xmlns:xenc=&quot;http://www.w3.org/2001/04/xmlenc#&quot;&gt;&lt;xenc:CipherValue xmlns:xenc=&quot;http://www.w3.org/2001/04/xmlenc#&quot;&gt;9pivy7b6+R+0VnF0H3C7hgdk1VG3iFJ26NT/16ekXioEJqJwwnGRavD9qLnOn+wV&lt;/xenc:CipherValue&gt;&lt;/xenc:CipherData&gt;&lt;/xenc:EncryptedData&gt;&lt;/apache:foo&gt;
&lt;/apache:RootElement&gt;

Then I put new lines and let kate indent it in orden.
The element &lt;xenc:EncryptedKey is manually indented with two tabulators, then continue breaking the xml.
When is the time for the element &lt;/xenc:CipherValue&gt;
kate crash with the following backtrace:

Using host libthread_db library &quot;/lib/libthread_db.so.1&quot;.
[Thread debugging using libthread_db enabled]
[New Thread -1233385808 (LWP 26339)]
[KCrash handler]
#7  0xb7258793 in QGArray::find () from /usr/lib/qt3.1/lib/libqt-mt.so.3
#8  0xb6169577 in KateCodeFoldingTree::removeEnding ()
   from /usr/kde3/lib/kde3/libkatepart.so
#9  0xb616bb87 in KateCodeFoldingTree::cleanupUnneededNodes ()
   from /usr/kde3/lib/kde3/libkatepart.so
#10 0xb616c1b2 in KateCodeFoldingTree::updateLine ()
   from /usr/kde3/lib/kde3/libkatepart.so
#11 0xb60d6521 in KateBuffer::doHighlight ()
   from /usr/kde3/lib/kde3/libkatepart.so
#12 0xb60d8cf4 in KateBuffer::editEnd ()
   from /usr/kde3/lib/kde3/libkatepart.so
#13 0xb61142fe in KateDocument::editEnd ()
   from /usr/kde3/lib/kde3/libkatepart.so
#14 0xb6102b54 in KateDocument::newLine ()
   from /usr/kde3/lib/kde3/libkatepart.so
#15 0xb617c794 in KateViewInternal::doReturn ()
   from /usr/kde3/lib/kde3/libkatepart.so
#16 0xb6153cf3 in KateView::keyReturn ()
   from /usr/kde3/lib/kde3/libkatepart.so
#17 0xb617e344 in KateViewInternal::keyPressEvent ()
   from /usr/kde3/lib/kde3/libkatepart.so
#18 0xb617deb8 in KateViewInternal::eventFilter ()
   from /usr/kde3/lib/kde3/libkatepart.so
#19 0xb6ef42ee in QObject::activate_filters ()
   from /usr/lib/qt3.1/lib/libqt-mt.so.3
#20 0xb6ef438b in QObject::event () from /usr/lib/qt3.1/lib/libqt-mt.so.3
#21 0xb6f3969c in QWidget::event () from /usr/lib/qt3.1/lib/libqt-mt.so.3
#22 0xb6e83bd1 in QApplication::internalNotify ()
   from /usr/lib/qt3.1/lib/libqt-mt.so.3
#23 0xb6e846bf in QApplication::notify ()
   from /usr/lib/qt3.1/lib/libqt-mt.so.3
#24 0xb76c464e in KApplication::notify () from /usr/kde3/lib/libkdecore.so.4
#25 0xb6e05fda in QETWidget::translateKeyEvent ()
   from /usr/lib/qt3.1/lib/libqt-mt.so.3
#26 0xb6e0c8e1 in QApplication::x11ProcessEvent ()
   from /usr/lib/qt3.1/lib/libqt-mt.so.3
#27 0xb6e2306d in QEventLoop::processEvents ()
   from /usr/lib/qt3.1/lib/libqt-mt.so.3
#28 0xb6e9edb1 in QEventLoop::enterLoop ()
   from /usr/lib/qt3.1/lib/libqt-mt.so.3
#29 0xb6e9ecb6 in QEventLoop::exec () from /usr/lib/qt3.1/lib/libqt-mt.so.3
#30 0xb6e835af in QApplication::exec () from /usr/lib/qt3.1/lib/libqt-mt.so.3
#31 0xb75b0cf8 in kdemain () from /usr/kde3/lib/libkdeinit_kate.so
#32 0xb75b4794 in kdeinitmain () from /usr/kde3/lib/kde3/kate.so
#33 0x0804e13a in launch ()
#34 0x0804e8aa in handle_launcher_request ()
#35 0x0804ef6a in handle_requests ()
#36 0x0805009e in main ()</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>404072</commentid>
    <comment_count>1</comment_count>
    <who name="Anders Lund">anderslund</who>
    <bug_when>2006-01-06 17:23:30 +0000</bug_when>
    <thetext>*** Bug 119571 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>404075</commentid>
    <comment_count>2</comment_count>
    <who name="Anders Lund">anderslund</who>
    <bug_when>2006-01-06 17:24:35 +0000</bug_when>
    <thetext>*** Bug 119572 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>415259</commentid>
    <comment_count>3</comment_count>
    <who name="Stefan Nikolaus">stefan.nikolaus</who>
    <bug_when>2006-02-18 21:55:01 +0000</bug_when>
    <thetext>confirmed 
KDE build from sources (SVN 507025) 
Qt 3.3.5 (qt-copy w/ applied patches) 
SuSE Linux 10.0 OSS 
kernel 2.6.15.1 (build from sources) 
gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux) 
 
 
Using host libthread_db library &quot;/lib/tls/libthread_db.so.1&quot;.
`system-supplied DSO at 0xffffe000&apos; has disappeared; keeping its symbols.
[Thread debugging using libthread_db enabled]
[New Thread 1098218272 (LWP 6967)]
[KCrash handler]
#6  0x410b60ab in QGArray::find (this=0x82af254, 
    d=0xbfb55984 &quot;\230\027\023\b&quot;, index=0, sz=4) at qgarray.cpp:599
#7  0x41dd6dd1 in QMemArray&lt;KateCodeFoldingNode*&gt;::find (this=0x82af254, 
    d=@0xbfb55984, i=0) at qmemarray.h:92
#8  0x41dd6e06 in KateCodeFoldingNode::findChild (this=0x82af238, 
    node=0x8131798, start=0) at katecodefoldinghelpers.h:82
#9  0x41dd305e in KateCodeFoldingTree::removeEnding (this=0x8162db0, 
    node=0x8131798)
    at /usr/local/src/kde/3.5/kdelibs/kate/part/katecodefoldinghelpers.cpp:584
#10 0x41dd5dc4 in KateCodeFoldingTree::cleanupUnneededNodes (this=0x8162db0, 
    line=13)
    at /usr/local/src/kde/3.5/kdelibs/kate/part/katecodefoldinghelpers.cpp:1292
#11 0x41dd673a in KateCodeFoldingTree::updateLine (this=0x8162db0, line=13, 
    regionChanges=0xbfb55b00, updated=0xbfb55afe, changed=true, 
    colsChanged=false)
    at /usr/local/src/kde/3.5/kdelibs/kate/part/katecodefoldinghelpers.cpp:519
#12 0x41d4a8cc in KateBuffer::doHighlight (this=0x8162d58, buf=0x8167e00, 
    startLine=12, endLine=15, invalidate=true)
    at /usr/local/src/kde/3.5/kdelibs/kate/part/katebuffer.cpp:1218
#13 0x41d4aba4 in KateBuffer::editEnd (this=0x8162d58)
    at /usr/local/src/kde/3.5/kdelibs/kate/part/katebuffer.cpp:410
#14 0x41d768e4 in KateDocument::editEnd (this=0x8167a30)
    at /usr/local/src/kde/3.5/kdelibs/kate/part/katedocument.cpp:1019
#15 0x41d74c44 in KateDocument::newLine (this=0x8167a30, c=@0xbfb55d88, 
    v=0x82e3c20)
    at /usr/local/src/kde/3.5/kdelibs/kate/part/katedocument.cpp:3010
#16 0x41de51fc in KateViewInternal::doReturn (this=0x82e3c20)
    at /usr/local/src/kde/3.5/kdelibs/kate/part/kateviewinternal.cpp:898
#17 0x41dbd403 in KateView::keyReturn (this=0x8273ae0) at kateview.h:325
#18 0x41de0b69 in KateViewInternal::keyPressEvent (this=0x82e3c20, 
    e=0xbfb56414)
    at /usr/local/src/kde/3.5/kdelibs/kate/part/kateviewinternal.cpp:2430
#19 0x41dde6a5 in KateViewInternal::eventFilter (this=0x82e3c20, 
    obj=0x82e3c20, e=0xbfb56414)
    at /usr/local/src/kde/3.5/kdelibs/kate/part/kateviewinternal.cpp:2362
#20 0x40db34c6 in QObject::activate_filters (this=0x82e3c20, e=0xbfb56414)
    at qobject.cpp:903
#21 0x40db354f in QObject::event (this=0x82e3c20, e=0xbfb56414)
    at qobject.cpp:735
#22 0x40df1fc7 in QWidget::event (this=0x82e3c20, e=0xbfb56414)
    at qwidget.cpp:4659
#23 0x40d4bb10 in QApplication::internalNotify (this=0xbfb56910, 
    receiver=0x82e3c20, e=0xbfb56414) at qapplication.cpp:2635
#24 0x40d4becf in QApplication::notify (this=0xbfb56910, receiver=0x82e3c20, 
    e=0xbfb56414) at qapplication.cpp:2392
#25 0x40828887 in KApplication::notify (this=0xbfb56910, receiver=0x82e3c20, 
    event=0xbfb56414)
    at /usr/local/src/kde/3.5/kdelibs/kdecore/kapplication.cpp:550
#26 0x40cdc2d7 in QApplication::sendSpontaneousEvent (receiver=0x82e3c20, 
    event=0xbfb56414) at qapplication.h:499
#27 0x40cd04c8 in QETWidget::translateKeyEvent (this=0x82e3c20, 
    event=0xbfb56738, grab=false) at qapplication_x11.cpp:5501
#28 0x40cd64d5 in QApplication::x11ProcessEvent (this=0xbfb56910, 
    event=0xbfb56738) at qapplication_x11.cpp:3488
#29 0x40cef864 in QEventLoop::processEvents (this=0x80cbbb8, flags=4)
    at qeventloop_x11.cpp:192
#30 0x40d642b2 in QEventLoop::enterLoop (this=0x80cbbb8) at qeventloop.cpp:198
#31 0x40d641db in QEventLoop::exec (this=0x80cbbb8) at qeventloop.cpp:145
#32 0x40d4a699 in QApplication::exec (this=0xbfb56910)
    at qapplication.cpp:2758
#33 0x418af770 in kdemain (argc=2, argv=0x805e450)
    at /usr/local/src/kde/3.5/kdebase/kate/app/kwritemain.cpp:692
#34 0x40a107c0 in kdeinitmain (argc=2, argv=0x805e450)
    at kdeinit_kwrite.la.cpp:3
#35 0x080501ff in launch (argc=2, _name=0x80b9fa4 &quot;kwrite&quot;, 
    args=0x80b9fce &quot;\001&quot;, cwd=0x0, envc=1, envs=0x80b9fdf &quot;&quot;, 
    reset_env=false, tty=0x0, avoid_loops=false, 
    startup_id_str=0x80b9fe3 &quot;filve;1140295187;59568;6944_TIME4765118&quot;)
    at /usr/local/src/kde/3.5/kdelibs/kinit/kinit.cpp:639
#36 0x08050b5c in handle_launcher_request (sock=8)
    at /usr/local/src/kde/3.5/kdelibs/kinit/kinit.cpp:1205
#37 0x0805129d in handle_requests (waitForPid=0)
    at /usr/local/src/kde/3.5/kdelibs/kinit/kinit.cpp:1406
#38 0x08051c45 in main (argc=2, argv=0xbfb571b4, envp=0xbfb571c0)
    at /usr/local/src/kde/3.5/kdelibs/kinit/kinit.cpp:1850
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>422920</commentid>
    <comment_count>4</comment_count>
      <attachid>15181</attachid>
    <who name="Maxilys">maxilys</who>
    <bug_when>2006-03-18 10:38:59 +0000</bug_when>
    <thetext>Created attachment 15181
(Please ignore.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>422926</commentid>
    <comment_count>5</comment_count>
      <attachid>15181</attachid>
    <who name="Maxilys">maxilys</who>
    <bug_when>2006-03-18 10:58:44 +0000</bug_when>
    <thetext>Comment on attachment 15181
(Please ignore.)

It was never meant to be attached to this bug bug bugs.kde.org decided for me.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>433164</commentid>
    <comment_count>6</comment_count>
    <who name="Dominik Haumann">dhaumann</who>
    <bug_when>2006-04-22 15:50:57 +0000</bug_when>
    <thetext>likely, same as 89042

*** This bug has been marked as a duplicate of 89042 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>441232</commentid>
    <comment_count>7</comment_count>
      <attachid>16239</attachid>
    <who name="Dominik Haumann">dhaumann</who>
    <bug_when>2006-05-23 17:16:12 +0000</bug_when>
    <thetext>Created attachment 16239
file that triggers the crashe

Attach the above text that triggers the crash.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>15181</attachid>
            <date>2006-03-18 10:38:59 +0000</date>
            <delta_ts>2006-03-18 10:58:44 +0000</delta_ts>
            <desc>(Please ignore.)</desc>
            <filename>Kate.sig11</filename>
            <type>text/plain</type>
            <size>1205</size>
            <attacher name="Maxilys">maxilys</attacher>
            
              <data encoding="base64">KG5vIGRlYnVnZ2luZyBzeW1ib2xzIGZvdW5kKQpVc2luZyBob3N0IGxpYnRocmVhZF9kYiBsaWJy
YXJ5ICIvbGliL3Rscy9saWJ0aHJlYWRfZGIuc28uMSIuCihubyBkZWJ1Z2dpbmcgc3ltYm9scyBm
b3VuZCkKYHN5c3RlbS1zdXBwbGllZCBEU08gYXQgMHhmZmZmZTAwMCcgaGFzIGRpc2FwcGVhcmVk
OyBrZWVwaW5nIGl0cyBzeW1ib2xzLgoobm8gZGVidWdnaW5nIHN5bWJvbHMgZm91bmQpCihubyBk
ZWJ1Z2dpbmcgc3ltYm9scyBmb3VuZCkKKG5vIGRlYnVnZ2luZyBzeW1ib2xzIGZvdW5kKQoobm8g
ZGVidWdnaW5nIHN5bWJvbHMgZm91bmQpCihubyBkZWJ1Z2dpbmcgc3ltYm9scyBmb3VuZCkKKG5v
IGRlYnVnZ2luZyBzeW1ib2xzIGZvdW5kKQpbVGhyZWFkIGRlYnVnZ2luZyB1c2luZyBsaWJ0aHJl
YWRfZGIgZW5hYmxlZF0KW05ldyBUaHJlYWQgMTA5NjIyMTE4NCAoTFdQIDEzNzYwKV0KKG5vIGRl
YnVnZ2luZyBzeW1ib2xzIGZvdW5kKQoobm8gZGVidWdnaW5nIHN5bWJvbHMgZm91bmQpCihubyBk
ZWJ1Z2dpbmcgc3ltYm9scyBmb3VuZCkKKG5vIGRlYnVnZ2luZyBzeW1ib2xzIGZvdW5kKQoobm8g
ZGVidWdnaW5nIHN5bWJvbHMgZm91bmQpCihubyBkZWJ1Z2dpbmcgc3ltYm9scyBmb3VuZCkKKG5v
IGRlYnVnZ2luZyBzeW1ib2xzIGZvdW5kKQoobm8gZGVidWdnaW5nIHN5bWJvbHMgZm91bmQpCltL
Q3Jhc2ggaGFuZGxlcl0KIzUgIDB4NDBmNGVmZmQgaW4gbWFsbG9jX2NvbnNvbGlkYXRlICgpIGZy
b20gL2xpYi90bHMvbGliYy5zby42CiM2ICAweDQxMDA4OGFjIGluIG1haW5fYXJlbmEgKCkgZnJv
bSAvbGliL3Rscy9saWJjLnNvLjYKIzcgIDB4NDEwMDg4YzQgaW4gbWFpbl9hcmVuYSAoKSBmcm9t
IC9saWIvdGxzL2xpYmMuc28uNgojOCAgMHgxMTAwMDAxNyBpbiA/PyAoKQojOSAgMHg0MTAwODhk
OCBpbiBtYWluX2FyZW5hICgpIGZyb20gL2xpYi90bHMvbGliYy5zby42CiMxMCAweDhmMDAwMDAw
IGluID8/ICgpCiMxMSAweDAwMDAwMDEwIGluID8/ICgpCiMxMiAweDQxMDA2ZmY0IGluID8/ICgp
IGZyb20gL2xpYi90bHMvbGliYy5zby42CiMxMyAweDQxMDA4OGEwIGluIG1wXyAoKSBmcm9tIC9s
aWIvdGxzL2xpYmMuc28uNgojMTQgMHgwMDAwMDAwMCBpbiA/PyAoKQojMTUgMHhiZmYzZjMxOCBp
biA/PyAoKQojMTYgMHg0MGY0ZmMzNCBpbiBfaW50X21hbGxvYyAoKSBmcm9tIC9saWIvdGxzL2xp
YmMuc28uNgo=
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>16239</attachid>
            <date>2006-05-23 17:16:12 +0000</date>
            <delta_ts>2006-05-23 17:16:12 +0000</delta_ts>
            <desc>file that triggers the crashe</desc>
            <filename>119570.xml</filename>
            <type>text/plain</type>
            <size>1119</size>
            <attacher name="Dominik Haumann">dhaumann</attacher>
            
              <data encoding="base64">PGFwYWNoZTpSb290RWxlbWVudCB4bWxuczphcGFjaGU9Imh0dHA6Ly93d3cuYXBhY2hlLm9yZy9u
cy8jYXBwMSI+IDxhcGFjaGU6Zm9vIElkPSJvYmpldGl2byI+PHhlbmM6RW5jcnlwdGVkRGF0YSB4
bWxuczp4ZW5jPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGVuYyMiIFR5cGU9Imh0dHA6
Ly93d3cudzMub3JnLzIwMDEvMDQveG1sZW5jI0NvbnRlbnQiPjx4ZW5jOkVuY3J5cHRpb25NZXRo
b2QgeG1sbnM6eGVuYz0iaHR0cDovL3d3dy53My5vcmcvMjAwMS8wNC94bWxlbmMjIiBBbGdvcml0
aG09Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvMDQveG1sZW5jI2FlczEyOC1jYmMiLz48ZHM6S2V5
SW5mbyB4bWxuczpkcz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC8wOS94bWxkc2lnIyI+IDx4ZW5j
OkVuY3J5cHRlZEtleSB4bWxuczp4ZW5jPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGVu
YyMiPjx4ZW5jOkVuY3J5cHRpb25NZXRob2QgeG1sbnM6eGVuYz0iaHR0cDovL3d3dy53My5vcmcv
MjAwMS8wNC94bWxlbmMjIiBBbGdvcml0aG09Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvMDQveG1s
ZW5jI2t3LXRyaXBsZWRlcyIvPjx4ZW5jOkNpcGhlckRhdGEgeG1sbnM6eGVuYz0iaHR0cDovL3d3
dy53My5vcmcvMjAwMS8wNC94bWxlbmMjIj48eGVuYzpDaXBoZXJWYWx1ZSB4bWxuczp4ZW5jPSJo
dHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGVuYyMiPnB2aVc4bzUxcUY3ZjRPdUlQeEhxVW5P
bXp2eHBpNnM5N2FZMkNCYWh0OW89PC94ZW5jOkNpcGhlclZhbHVlPjwveGVuYzpDaXBoZXJEYXRh
PjwveGVuYzpFbmNyeXB0ZWRLZXk+PC9kczpLZXlJbmZvPjx4ZW5jOkNpcGhlckRhdGEgeG1sbnM6
eGVuYz0iaHR0cDovL3d3dy53My5vcmcvMjAwMS8wNC94bWxlbmMjIj48eGVuYzpDaXBoZXJWYWx1
ZSB4bWxuczp4ZW5jPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGVuYyMiPjlwaXZ5N2I2
K1IrMFZuRjBIM0M3aGdkazFWRzNpRkoyNk5ULzE2ZWtYaW9FSnFKd3duR1JhdkQ5cUxuT24rd1Y8
L3hlbmM6Q2lwaGVyVmFsdWU+PC94ZW5jOkNpcGhlckRhdGE+PC94ZW5jOkVuY3J5cHRlZERhdGE+
PC9hcGFjaGU6Zm9vPiA8L2FwYWNoZTpSb290RWxlbWVudD4g
</data>

          </attachment>
      

    </bug>

</bugzilla>