<?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>49316</bug_id>
          
          <creation_ts>2010-11-10 04:10:36 -0800</creation_ts>
          <short_desc>chrome.dll!WebCore::Node::createRendererIfNeeded ReadAV@NULL (7079875ef32458c5c891a311715b683f)</short_desc>
          <delta_ts>2011-06-13 13:16:36 -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>DOM</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows Vista</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://code.google.com/p/chromium/issues/detail?id=62659</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Berend-Jan Wever">skylined</reporter>
          <assigned_to name="Julien Chaffraix">jchaffraix</assigned_to>
          <cc>ap</cc>
    
    <cc>eric.carlson</cc>
    
    <cc>eric</cc>
    
    <cc>jchaffraix</cc>
    
    <cc>webkit.review.bot</cc>
    
    <cc>zimmermann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>307293</commentid>
    <comment_count>0</comment_count>
      <attachid>73485</attachid>
    <who name="Berend-Jan Wever">skylined</who>
    <bug_when>2010-11-10 04:10:36 -0800</bug_when>
    <thetext>Created attachment 73485
Repro

Repro.html:
&lt;svg&gt;&lt;use&gt;&lt;style&gt;:first-letter{margin-right:auto}&lt;i&gt;&lt;style&gt;

id:             chrome.dll!WebCore::Node::createRendererIfNeeded ReadAV@NULL (7079875ef32458c5c891a311715b683f)
description:    Attempt to read from unallocated NULL pointer+0x20 in chrome.dll!WebCore::Node::createRendererIfNeeded
application:    Chromium 9.0.571.0
stack:          chrome.dll!WebCore::Node::createRendererIfNeeded
                chrome.dll!WebCore::Element::attach
                chrome.dll!WebCore::HTMLMediaElement::attach
                chrome.dll!WebCore::Element::recalcStyle
                chrome.dll!WebCore::SVGUseElement::recalcStyle
                chrome.dll!WebCore::Element::recalcStyle
                chrome.dll!WebCore::Element::recalcStyle
                chrome.dll!WebCore::Element::recalcStyle
                chrome.dll!WebCore::Document::recalcStyle
                chrome.dll!WebCore::Document::styleSelectorChanged
                chrome.dll!WebCore::Document::removePendingSheet
                chrome.dll!WebCore::StyleElement::sheetLoaded
                chrome.dll!WebCore::HTMLStyleElement::sheetLoaded
                chrome.dll!WebCore::CSSStyleSheet::checkLoaded
                chrome.dll!WebCore::StyleElement::createSheet
                chrome.dll!WebCore::StyleElement::process
                chrome.dll!WebCore::StyleElement::finishParsingChildren
                chrome.dll!WebCore::HTMLStyleElement::finishParsingChildren
                chrome.dll!WebCore::HTMLElementStack::popCommon
                chrome.dll!WebCore::HTMLTreeBuilder::processEndOfFile
                chrome.dll!WebCore::HTMLTreeBuilder::constructTreeFromAtomicToken
                chrome.dll!WebCore::HTMLTreeBuilder::constructTreeFromToken
                chrome.dll!WebCore::HTMLDocumentParser::pumpTokenizer
                chrome.dll!WebCore::HTMLDocumentParser::prepareToStopParsing
                chrome.dll!WebCore::DocumentWriter::endIfNotLoadingMainResource
                chrome.dll!WebCore::FrameLoader::finishedLoading
                chrome.dll!WebCore::MainResourceLoader::didFinishLoading
                chrome.dll!WebCore::ResourceLoader::didFinishLoading
                chrome.dll!WebCore::ResourceHandleInternal::didFinishLoading
                ...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>307382</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-11-10 09:27:41 -0800</bug_when>
    <thetext>Guessing from the stack trace, HTMLMediaElement::attach is probably not handling a null pointer like it should.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>307455</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Carlson">eric.carlson</who>
    <bug_when>2010-11-10 11:25:03 -0800</bug_when>
    <thetext>Node::createRendererIfNeeded asserts in a debug build because parentNode() return NULL.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>307456</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Carlson">eric.carlson</who>
    <bug_when>2010-11-10 11:33:05 -0800</bug_when>
    <thetext>And HTMLMediaElement::attach isn&apos;t called:

  WebCore::Node::createRendererIfNeeded at Node.cpp:1327
  WebCore::Element::attach at Element.cpp:882
  WebCore::SVGStyledElement::attach at SVGStyledElement.cpp:266
  WebCore::Element::recalcStyle at Element.cpp:973
  WebCore::RenderSVGShadowTreeRootContainer::updateStyle at RenderSVGShadowTreeRootContainer.cpp:46
  WebCore::SVGUseElement::recalcStyle at SVGUseElement.cpp:346
  WebCore::Element::recalcStyle at Element.cpp:1036
  WebCore::Element::recalcStyle at Element.cpp:1036
  WebCore::Element::recalcStyle at Element.cpp:1036
  WebCore::Document::recalcStyle at Document.cpp:1511
  WebCore::Document::styleSelectorChanged at Document.cpp:2841
  WebCore::Document::removePendingSheet at Document.cpp:2799
  WebCore::StyleElement::sheetLoaded at StyleElement.cpp:168
  WebCore::HTMLStyleElement::sheetLoaded at HTMLStyleElement.h:53
  WebCore::CSSStyleSheet::checkLoaded at CSSStyleSheet.cpp:214
  WebCore::StyleElement::createSheet at StyleElement.cpp:152
  WebCore::StyleElement::process at StyleElement.cpp:121
  WebCore::StyleElement::finishParsingChildren at StyleElement.cpp:90
  WebCore::HTMLStyleElement::finishParsingChildren at HTMLStyleElement.cpp:61
  WebCore::HTMLElementStack::popCommon at HTMLElementStack.cpp:538
  WebCore::HTMLElementStack::pop at HTMLElementStack.cpp:209
  WebCore::HTMLTreeBuilder::processEndOfFile at HTMLTreeBuilder.cpp:2627
  WebCore::HTMLTreeBuilder::processToken at HTMLTreeBuilder.cpp:477
  WebCore::HTMLTreeBuilder::constructTreeFromAtomicToken at HTMLTreeBuilder.cpp:446
  WebCore::HTMLTreeBuilder::constructTreeFromToken at HTMLTreeBuilder.cpp:441
  WebCore::HTMLDocumentParser::pumpTokenizer at HTMLDocumentParser.cpp:223
  WebCore::HTMLDocumentParser::pumpTokenizerIfPossible at HTMLDocumentParser.cpp:169
  WebCore::HTMLDocumentParser::prepareToStopParsing at HTMLDocumentParser.cpp:139
  WebCore::HTMLDocumentParser::attemptToEnd at HTMLDocumentParser.cpp:344
  WebCore::HTMLDocumentParser::finish at HTMLDocumentParser.cpp:372
  WebCore::Document::finishParsing at Document.cpp:2191
  WebCore::DocumentWriter::endIfNotLoadingMainResource at DocumentWriter.cpp:221
  WebCore::DocumentWriter::end at DocumentWriter.cpp:206
  WebCore::DocumentLoader::finishedLoading at DocumentLoader.cpp:276
  WebCore::FrameLoader::finishedLoading at FrameLoader.cpp:2165
  WebCore::MainResourceLoader::didFinishLoading at MainResourceLoader.cpp:456
  WebCore::ResourceLoader::didFinishLoading at ResourceLoader.cpp:421</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>307562</commentid>
    <comment_count>4</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-11-10 14:28:14 -0800</bug_when>
    <thetext>It would be very interesting if HTMLMediaElement::attach() were actually called, given that there are no media elements in the test case. SkyLined, can you double-check in Chrome?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>307580</commentid>
    <comment_count>5</comment_count>
    <who name="Berend-Jan Wever">skylined</who>
    <bug_when>2010-11-10 14:50:14 -0800</bug_when>
    <thetext>(In reply to comment #4)
&gt; It would be very interesting if HTMLMediaElement::attach() were actually called, given that there are no media elements in the test case. SkyLined, can you double-check in Chrome?

I checked and I am now seeing the same stack trace as Eric and a different id with the same repro...? Maybe I screwed up somewhere... very odd. I&apos;ll let it run a zillion times overnight to see if it can happen again.

id:             chrome.dll!WebCore::Node::createRendererIfNeeded ReadAV@NULL (e3c5b4a57108b2b92aca035978f4519f)
description:    Attempt to read from unallocated NULL pointer+0x20 in chrome.dll!WebCore::Node::createRendererIfNeeded
application:    Chromium 9.0.579.0
stack:          chrome.dll!WebCore::Node::createRendererIfNeeded
                chrome.dll!WebCore::Element::attach
                chrome.dll!WebCore::SVGStyledElement::attach
                chrome.dll!WebCore::Element::recalcStyle
                chrome.dll!WebCore::SVGUseElement::recalcStyle
                chrome.dll!WebCore::Element::recalcStyle
                chrome.dll!WebCore::Element::recalcStyle
                chrome.dll!WebCore::Element::recalcStyle
                chrome.dll!WebCore::Document::recalcStyle
                chrome.dll!WebCore::Document::styleSelectorChanged
                chrome.dll!WebCore::Document::removePendingSheet
                chrome.dll!WebCore::StyleElement::sheetLoaded
                chrome.dll!WebCore::SVGStyleElement::sheetLoaded
                chrome.dll!WebCore::CSSStyleSheet::checkLoaded
                chrome.dll!WebCore::StyleElement::createSheet
                chrome.dll!WebCore::StyleElement::process
                chrome.dll!WebCore::StyleElement::finishParsingChildren
                chrome.dll!WebCore::HTMLStyleElement::finishParsingChildren
                chrome.dll!WebCore::HTMLElementStack::popCommon
                chrome.dll!WebCore::HTMLTreeBuilder::processEndOfFile
                chrome.dll!WebCore::HTMLTreeBuilder::constructTreeFromAtomicToken
                chrome.dll!WebCore::HTMLTreeBuilder::constructTreeFromToken
                chrome.dll!WebCore::HTMLDocumentParser::pumpTokenizer
                chrome.dll!WebCore::HTMLDocumentParser::prepareToStopParsing
                chrome.dll!WebCore::DocumentWriter::endIfNotLoadingMainResource
                chrome.dll!WebCore::FrameLoader::finishedLoading
                chrome.dll!WebCore::MainResourceLoader::didFinishLoading
                chrome.dll!WebCore::ResourceLoader::didFinishLoading
                chrome.dll!WebCore::ResourceHandleInternal::didFinishLoading
                chrome.dll!webkit_glue::WebURLLoaderImpl::Context::OnCompletedRequest
                chrome.dll!ResourceDispatcher::OnRequestComplete
                chrome.dll!IPC::MessageWithTuple&lt;...&gt;
                chrome.dll!ResourceDispatcher::DispatchMessageW
                chrome.dll!ResourceDispatcher::OnMessageReceived
                chrome.dll!ChildThread::OnMessageReceived
                chrome.dll!RunnableMethod&lt;...&gt;::Run
                chrome.dll!MessageLoop::RunTask
                chrome.dll!MessageLoop::DoWork
                chrome.dll!base::MessagePumpDefault::Run
                chrome.dll!MessageLoop::RunInternal
                chrome.dll!MessageLoop::Run
                chrome.dll!RendererMain
                chrome.dll!ChromeMain</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>307581</commentid>
    <comment_count>6</comment_count>
    <who name="Berend-Jan Wever">skylined</who>
    <bug_when>2010-11-10 14:52:20 -0800</bug_when>
    <thetext>(In reply to comment #5)
Just noticed I updated my Chrome, so it may be there was a bad build or a bug that was fixed that changed this. Anyway, I will try to see if I can get the &quot;HTMLMediaElement::attach&quot; crash again. Please assume that that was a fluke unless I report back that it can really happen.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>307755</commentid>
    <comment_count>7</comment_count>
    <who name="Berend-Jan Wever">skylined</who>
    <bug_when>2010-11-11 00:12:00 -0800</bug_when>
    <thetext>(In reply to comment #6)
&gt; Anyway, I will try to see if I can get the &quot;HTMLMediaElement::attach&quot; crash again.

I ran it 146 times overnight and got only crashes without &quot;HTMLMediaElement::attach&quot; on the stack.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>309261</commentid>
    <comment_count>8</comment_count>
    <who name="Berend-Jan Wever">skylined</who>
    <bug_when>2010-11-15 06:49:19 -0800</bug_when>
    <thetext>Another repro for the same issue:
&lt;script&gt;
  document.write(&apos;&lt;svg&gt;&lt;use style=&quot;float:right;&quot;&gt;&lt;style&gt;&apos;);
&lt;/script&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>419658</commentid>
    <comment_count>9</comment_count>
      <attachid>96972</attachid>
    <who name="Julien Chaffraix">jchaffraix</who>
    <bug_when>2011-06-13 10:47:41 -0700</bug_when>
    <thetext>Created attachment 96972
Trivial fix: land the test case for the solved bug</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>419794</commentid>
    <comment_count>10</comment_count>
      <attachid>96972</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-06-13 13:16:32 -0700</bug_when>
    <thetext>Comment on attachment 96972
Trivial fix: land the test case for the solved bug

Clearing flags on attachment: 96972

Committed r88678: &lt;http://trac.webkit.org/changeset/88678&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>419795</commentid>
    <comment_count>11</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-06-13 13:16:36 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>73485</attachid>
            <date>2010-11-10 04:10:36 -0800</date>
            <delta_ts>2010-11-10 04:10:36 -0800</delta_ts>
            <desc>Repro</desc>
            <filename>repro.html</filename>
            <type>text/html</type>
            <size>59</size>
            <attacher name="Berend-Jan Wever">skylined</attacher>
            
              <data encoding="base64">PHN2Zz48dXNlPjxzdHlsZT46Zmlyc3QtbGV0dGVye21hcmdpbi1yaWdodDphdXRvfTxpPjxzdHls
ZT4=
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>96972</attachid>
            <date>2011-06-13 10:47:41 -0700</date>
            <delta_ts>2011-06-13 13:16:31 -0700</delta_ts>
            <desc>Trivial fix: land the test case for the solved bug</desc>
            <filename>bug-49316-20110613104739.patch</filename>
            <type>text/plain</type>
            <size>3116</size>
            <attacher name="Julien Chaffraix">jchaffraix</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogODg2NDMKZGlmZiAtLWdpdCBhL0xheW91dFRlc3RzL0NoYW5n
ZUxvZyBiL0xheW91dFRlc3RzL0NoYW5nZUxvZwppbmRleCA0Njk5YTE2M2Y5OTY3MjY1OTkxNGEy
ZTVjYTYxYWNmNmIwZjk0NWE3Li5jNGY4NDdkNGVmYzMwZmIyYjY2YmYyMDU2MjdlMDJiNDYwNTc1
N2U4IDEwMDY0NAotLS0gYS9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cKKysrIGIvTGF5b3V0VGVzdHMv
Q2hhbmdlTG9nCkBAIC0xLDMgKzEsMTkgQEAKKzIwMTEtMDYtMTMgIEp1bGllbiBDaGFmZnJhaXgg
IDxqY2hhZmZyYWl4QHdlYmtpdC5vcmc+CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChP
T1BTISkuCisKKyAgICAgICAgY2hyb21lLmRsbCFXZWJDb3JlOjpOb2RlOjpjcmVhdGVSZW5kZXJl
cklmTmVlZGVkIFJlYWRBVkBOVUxMICg3MDc5ODc1ZWYzMjQ1OGM1Yzg5MWEzMTE3MTViNjgzZikK
KyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTQ5MzE2CisK
KyAgICAgICAgVGhlIGJ1ZyBnb3QgZml4ZWQsIHRodXMganVzdCBsYW5kaW5nIHRoZSB0ZXN0IGNh
c2UuIEluY2x1ZGluZyBhbm90aGVyIHRlc3QgY2FzZSBmcm9tCisgICAgICAgIGh0dHA6Ly9jb2Rl
Lmdvb2dsZS5jb20vcC9jaHJvbWl1bS9pc3N1ZXMvZGV0YWlsP2lkPTYxNTYyCisgICAgICAgIHdo
aWNoIHNob3VsZCBoYXZlIHRoZSBzYW1lIHJvb3QgY2F1c2UuCisKKyAgICAgICAgKiBmYXN0L2h0
bWwvY3Jhc2gtc3R5bGUtZmlyc3QtbGV0dGVyLWV4cGVjdGVkLnR4dDogQWRkZWQuCisgICAgICAg
ICogZmFzdC9odG1sL2NyYXNoLXN0eWxlLWZpcnN0LWxldHRlci5odG1sOiBBZGRlZC4KKyAgICAg
ICAgKiBzdmcvY3VzdG9tL3N2Zy11c2Utc3R5bGUtZmxvYXQtY3Jhc2gtZXhwZWN0ZWQudHh0OiBB
ZGRlZC4KKyAgICAgICAgKiBzdmcvY3VzdG9tL3N2Zy11c2Utc3R5bGUtZmxvYXQtY3Jhc2guc3Zn
OiBBZGRlZC4KKwogMjAxMS0wNi0xMyAgVml0YWx5IFJlcGVzaGtvICA8dml0YWx5ckBjaHJvbWl1
bS5vcmc+CiAKIAlVbnJldmlld2VkLgpkaWZmIC0tZ2l0IGEvTGF5b3V0VGVzdHMvZmFzdC9odG1s
L2NyYXNoLXN0eWxlLWZpcnN0LWxldHRlci1leHBlY3RlZC50eHQgYi9MYXlvdXRUZXN0cy9mYXN0
L2h0bWwvY3Jhc2gtc3R5bGUtZmlyc3QtbGV0dGVyLWV4cGVjdGVkLnR4dApuZXcgZmlsZSBtb2Rl
IDEwMDY0NAppbmRleCAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwLi5i
NTFiYjM2MzJiM2Q3NWQ1ODIyYTNlMmM3NGZlYjdiNTk2NzMxOWE2Ci0tLSAvZGV2L251bGwKKysr
IGIvTGF5b3V0VGVzdHMvZmFzdC9odG1sL2NyYXNoLXN0eWxlLWZpcnN0LWxldHRlci1leHBlY3Rl
ZC50eHQKQEAgLTAsMCArMSwzIEBACitUZXN0IGZvciBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9z
aG93X2J1Zy5jZ2k/aWQ9NDkzMTY6IFRoZSB0ZXN0IFBBU1NFRCBpZiBpdCBkaWQgbm90IGNyYXNo
LgorCisKZGlmZiAtLWdpdCBhL0xheW91dFRlc3RzL2Zhc3QvaHRtbC9jcmFzaC1zdHlsZS1maXJz
dC1sZXR0ZXIuaHRtbCBiL0xheW91dFRlc3RzL2Zhc3QvaHRtbC9jcmFzaC1zdHlsZS1maXJzdC1s
ZXR0ZXIuaHRtbApuZXcgZmlsZSBtb2RlIDEwMDY0NAppbmRleCAwMDAwMDAwMDAwMDAwMDAwMDAw
MDAwMDAwMDAwMDAwMDAwMDAwMDAwLi5mZGU5ODYwNDk3NzNmZmQ1NjRlNTRjZTQxNTIzM2RjYTJj
MTEwMzljCi0tLSAvZGV2L251bGwKKysrIGIvTGF5b3V0VGVzdHMvZmFzdC9odG1sL2NyYXNoLXN0
eWxlLWZpcnN0LWxldHRlci5odG1sCkBAIC0wLDAgKzEgQEAKKzxzdmc+PHA+VGVzdCBmb3IgaHR0
cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTQ5MzE2OiBUaGUgdGVzdCBQQVNT
RUQgaWYgaXQgZGlkIG5vdCBjcmFzaC48L3A+PHNjcmlwdD5pZiAod2luZG93LmxheW91dFRlc3RD
b250cm9sbGVyKSBsYXlvdXRUZXN0Q29udHJvbGxlci5kdW1wQXNUZXh0KCk7PC9zY3JpcHQ+PHVz
ZT48c3R5bGU+OmZpcnN0LWxldHRlcnttYXJnaW4tcmlnaHQ6YXV0b308aT48c3R5bGU+CmRpZmYg
LS1naXQgYS9MYXlvdXRUZXN0cy9zdmcvY3VzdG9tL3N2Zy11c2Utc3R5bGUtZmxvYXQtY3Jhc2gt
ZXhwZWN0ZWQudHh0IGIvTGF5b3V0VGVzdHMvc3ZnL2N1c3RvbS9zdmctdXNlLXN0eWxlLWZsb2F0
LWNyYXNoLWV4cGVjdGVkLnR4dApuZXcgZmlsZSBtb2RlIDEwMDY0NAppbmRleCAwMDAwMDAwMDAw
MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwLi5jYzI2ZDRkNTJiZWJkMTMyMGZjNTZjZmNk
MWEzZDhjYzYxODU5NTI5Ci0tLSAvZGV2L251bGwKKysrIGIvTGF5b3V0VGVzdHMvc3ZnL2N1c3Rv
bS9zdmctdXNlLXN0eWxlLWZsb2F0LWNyYXNoLWV4cGVjdGVkLnR4dApAQCAtMCwwICsxLDIgQEAK
K1Rlc3QgZm9yIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD00OTMxNgor
UEFTU0VEIChkaWQgbm90IGNyYXNoKQpkaWZmIC0tZ2l0IGEvTGF5b3V0VGVzdHMvc3ZnL2N1c3Rv
bS9zdmctdXNlLXN0eWxlLWZsb2F0LWNyYXNoLnN2ZyBiL0xheW91dFRlc3RzL3N2Zy9jdXN0b20v
c3ZnLXVzZS1zdHlsZS1mbG9hdC1jcmFzaC5zdmcKbmV3IGZpbGUgbW9kZSAxMDA2NDQKaW5kZXgg
MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMC4uNjYzZTQxODQ4NGNiOWY5
ODlhYzM2MDkzZjU4NjY5MWQxMTJkMmZlMAotLS0gL2Rldi9udWxsCisrKyBiL0xheW91dFRlc3Rz
L3N2Zy9jdXN0b20vc3ZnLXVzZS1zdHlsZS1mbG9hdC1jcmFzaC5zdmcKQEAgLTAsMCArMSw5IEBA
Cis8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IAorPHVzZSBzdHlsZT0i
ZmxvYXQ6bGVmdCIvPiAgCis8dGV4dCB4PSIxMCIgeT0iMzAiPlRlc3QgZm9yIGh0dHBzOi8vYnVn
cy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD00OTMxNjwvdGV4dD4KKzx0ZXh0IGlkPSJjb25z
b2xlIiB4PSIxMCIgeT0iNjAiPlBBU1NFRCAoZGlkIG5vdCBjcmFzaCk8L3RleHQ+Cis8c2NyaXB0
PgoraWYgKHdpbmRvdy5sYXlvdXRUZXN0Q29udHJvbGxlcikKKyAgICBsYXlvdXRUZXN0Q29udHJv
bGxlci5kdW1wQXNUZXh0KCk7Cis8L3NjcmlwdD4KKzwvc3ZnPgo=
</data>

          </attachment>
      

    </bug>

</bugzilla>