<?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>139397</bug_id>
          
          <creation_ts>2014-12-08 07:27:31 -0800</creation_ts>
          <short_desc>Should never be reached failure in WebCore::floatValueForLength</short_desc>
          <delta_ts>2016-09-02 17:55:38 -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>CSS</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <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>
          
          <blocked>116980</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Renata Hodovan">rhodovan.u-szeged</reporter>
          <assigned_to name="alan">zalan</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>commit-queue</cc>
    
    <cc>joethomas</cc>
    
    <cc>koivisto</cc>
    
    <cc>sabouhallawa</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>zalan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1053377</commentid>
    <comment_count>0</comment_count>
      <attachid>242810</attachid>
    <who name="Renata Hodovan">rhodovan.u-szeged</who>
    <bug_when>2014-12-08 07:27:31 -0800</bug_when>
    <thetext>Created attachment 242810
Test case

Load this with debug WK:

&lt;!DOCTYPE html&gt;
&lt;svg&gt;
    &lt;rect style=&quot;width: -webkit-fit-content;&quot;&gt;&lt;/rect&gt;
&lt;/svg&gt;


Backtrace:

SHOULD NEVER BE REACHED
../../Source/WebCore/css/LengthFunctions.cpp(142) : float WebCore::floatValueForLength(const WebCore::Length&amp;, float)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff98927700 (LWP 17446)]
0x00007fffedbca36f in WTFCrash () at ../../Source/WTF/wtf/Assertions.cpp:321
321	    *(int *)(uintptr_t)0xbbadbeef = 0;
#0  0x00007fffedbca36f in WTFCrash () at ../../Source/WTF/wtf/Assertions.cpp:321
#1  0x00007ffff2f7b689 in WebCore::floatValueForLength (length=..., maximumValue=300) at ../../Source/WebCore/css/LengthFunctions.cpp:142
#2  0x00007ffff3d01143 in WebCore::SVGLengthContext::valueForLength (this=0x7fffffffbd30, length=..., mode=WebCore::LengthModeWidth) at ../../Source/WebCore/svg/SVGLengthContext.cpp:102
#3  0x00007ffff3bc496b in WebCore::RenderSVGRect::updateShapeFromElement (this=0x7cd890) at ../../Source/WebCore/rendering/svg/RenderSVGRect.cpp:59
#4  0x00007ffff3be5535 in WebCore::RenderSVGShape::layout (this=0x7cd890) at ../../Source/WebCore/rendering/svg/RenderSVGShape.cpp:163
#5  0x00007ffff3bf7030 in WebCore::SVGRenderSupport::layoutChildren (start=..., selfNeedsLayout=true) at ../../Source/WebCore/rendering/svg/SVGRenderSupport.cpp:276
#6  0x00007ffff3be17a8 in WebCore::RenderSVGRoot::layout (this=0x841b70) at ../../Source/WebCore/rendering/svg/RenderSVGRoot.cpp:179
#7  0x00007ffff3900519 in WebCore::RenderElement::layoutIfNeeded (this=0x841b70) at ../../Source/WebCore/rendering/RenderElement.h:119
#8  0x00007ffff397faac in WebCore::RenderBlockFlow::layoutLineBoxes (this=0x6c2890, relayoutChildren=true, repaintLogicalTop=..., repaintLogicalBottom=...) at ../../Source/WebCore/rendering/RenderBlockLineLayout.cpp:1500
#9  0x00007ffff395f687 in WebCore::RenderBlockFlow::layoutInlineChildren (this=0x6c2890, relayoutChildren=true, repaintLogicalTop=..., repaintLogicalBottom=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:640
#10 0x00007ffff395e98a in WebCore::RenderBlockFlow::layoutBlock (this=0x6c2890, relayoutChildren=true, pageLogicalHeight=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:471
#11 0x00007ffff393456f in WebCore::RenderBlock::layout (this=0x6c2890) at ../../Source/WebCore/rendering/RenderBlock.cpp:931
#12 0x00007ffff395fa64 in WebCore::RenderBlockFlow::layoutBlockChild (this=0x6c1310, child=..., marginInfo=..., previousFloatLogicalBottom=..., maxFloatLogicalBottom=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:699
#13 0x00007ffff395f581 in WebCore::RenderBlockFlow::layoutBlockChildren (this=0x6c1310, relayoutChildren=true, maxFloatLogicalBottom=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:620
#14 0x00007ffff395e9ae in WebCore::RenderBlockFlow::layoutBlock (this=0x6c1310, relayoutChildren=true, pageLogicalHeight=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:473
#15 0x00007ffff393456f in WebCore::RenderBlock::layout (this=0x6c1310) at ../../Source/WebCore/rendering/RenderBlock.cpp:931
#16 0x00007ffff395fa64 in WebCore::RenderBlockFlow::layoutBlockChild (this=0x747a00, child=..., marginInfo=..., previousFloatLogicalBottom=..., maxFloatLogicalBottom=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:699
#17 0x00007ffff395f581 in WebCore::RenderBlockFlow::layoutBlockChildren (this=0x747a00, relayoutChildren=true, maxFloatLogicalBottom=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:620
#18 0x00007ffff395e9ae in WebCore::RenderBlockFlow::layoutBlock (this=0x747a00, relayoutChildren=true, pageLogicalHeight=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:473
#19 0x00007ffff393456f in WebCore::RenderBlock::layout (this=0x747a00) at ../../Source/WebCore/rendering/RenderBlock.cpp:931
#20 0x00007ffff3b2e84d in WebCore::RenderView::layoutContent (this=0x747a00, state=...) at ../../Source/WebCore/rendering/RenderView.cpp:232
#21 0x00007ffff3b2ef1d in WebCore::RenderView::layout (this=0x747a00) at ../../Source/WebCore/rendering/RenderView.cpp:357
#22 0x00007ffff369c389 in WebCore::FrameView::layout (this=0x829950, allowSubtree=true) at ../../Source/WebCore/page/FrameView.cpp:1313
#23 0x00007ffff3067dc5 in WebCore::Document::implicitClose (this=0x473860) at ../../Source/WebCore/dom/Document.cpp:2486
#24 0x00007ffff3547a0d in WebCore::FrameLoader::checkCallImplicitClose (this=0x701e88) at ../../Source/WebCore/loader/FrameLoader.cpp:898
#25 0x00007ffff3547779 in WebCore::FrameLoader::checkCompleted (this=0x701e88) at ../../Source/WebCore/loader/FrameLoader.cpp:844
#26 0x00007ffff35474e2 in WebCore::FrameLoader::finishedParsing (this=0x701e88) at ../../Source/WebCore/loader/FrameLoader.cpp:764
#27 0x00007ffff3070c99 in WebCore::Document::finishedParsing (this=0x473860) at ../../Source/WebCore/dom/Document.cpp:4615
#28 0x00007ffff33c6039 in WebCore::HTMLConstructionSite::finishedParsing (this=0x7467f8) at ../../Source/WebCore/html/parser/HTMLConstructionSite.cpp:395
#29 0x00007ffff3403a33 in WebCore::HTMLTreeBuilder::finished (this=0x7467e0) at ../../Source/WebCore/html/parser/HTMLTreeBuilder.cpp:3009
#30 0x00007ffff33ced4e in WebCore::HTMLDocumentParser::end (this=0x616c50) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:439
#31 0x00007ffff33cee39 in WebCore::HTMLDocumentParser::attemptToRunDeferredScriptsAndEnd (this=0x616c50) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:450
#32 0x00007ffff33cd8e7 in WebCore::HTMLDocumentParser::prepareToStopParsing (this=0x616c50) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:165
#33 0x00007ffff33cee7c in WebCore::HTMLDocumentParser::attemptToEnd (this=0x616c50) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:462
#34 0x00007ffff33cef33 in WebCore::HTMLDocumentParser::finish (this=0x616c50) at ../../Source/WebCore/html/parser/HTMLDocumentParser.cpp:490
#35 0x00007ffff3538b7f in WebCore::DocumentWriter::end (this=0x8c1620) at ../../Source/WebCore/loader/DocumentWriter.cpp:246
#36 0x00007ffff35248db in WebCore::DocumentLoader::finishedLoading (this=0x8c1580, finishTime=0) at ../../Source/WebCore/loader/DocumentLoader.cpp:440
#37 0x00007ffff3524644 in WebCore::DocumentLoader::notifyFinished (this=0x8c1580, resource=0x7cfa70) at ../../Source/WebCore/loader/DocumentLoader.cpp:374
#38 0x00007ffff35d5370 in WebCore::CachedResource::checkNotify (this=0x7cfa70) at ../../Source/WebCore/loader/cache/CachedResource.cpp:293
#39 0x00007ffff35d546e in WebCore::CachedResource::finishLoading (this=0x7cfa70) at ../../Source/WebCore/loader/cache/CachedResource.cpp:309
#40 0x00007ffff35d1b63 in WebCore::CachedRawResource::finishLoading (this=0x7cfa70, data=0x8a88d0) at ../../Source/WebCore/loader/cache/CachedRawResource.cpp:104
#41 0x00007ffff358594c in WebCore::SubresourceLoader::didFinishLoading (this=0x7d0130, finishTime=0) at ../../Source/WebCore/loader/SubresourceLoader.cpp:306
#42 0x00007ffff35816e1 in WebCore::ResourceLoader::didFinishLoading (this=0x7d0130, finishTime=0) at ../../Source/WebCore/loader/ResourceLoader.cpp:508
#43 0x00007ffff3f303e1 in WebCore::readCallback (asyncResult=0x6b8a00, data=0x7d2f60) at ../../Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp:1300
#44 0x00007fffeb7ab7d6 in async_ready_callback_wrapper (source_object=0x7ce830, res=0x6b8a00, user_data=user_data@entry=0x7d2f60) at ginputstream.c:523
#45 0x00007fffeb7d10d5 in g_task_return_now (task=0x6b8a00) at gtask.c:1077
#46 0x00007fffeb7d10f9 in complete_in_idle_cb (task=0x6b8a00) at gtask.c:1086
#47 0x00007fffeaa10a1d in g_main_dispatch (context=0x47a580) at gmain.c:3064
#48 g_main_context_dispatch (context=context@entry=0x47a580) at gmain.c:3663
#49 0x00007fffeaa10d88 in g_main_context_iterate (context=0x47a580, block=block@entry=1, dispatch=dispatch@entry=1, self=&lt;optimized out&gt;) at gmain.c:3734
#50 0x00007fffeaa1104a in g_main_loop_run (loop=0x4b8890) at gmain.c:3928
#51 0x00007ffff45df9dc in WTF::RunLoop::run () at ../../Source/WTF/wtf/gtk/RunLoopGtk.cpp:59
#52 0x00007ffff2b44f82 in WebKit::ChildProcessMain&lt;WebKit::WebProcess, WebKit::WebProcessMain&gt; (argc=2, argv=0x7fffffffd978) at ../../Source/WebKit2/Shared/unix/ChildProcessMain.h:61
#53 0x00007ffff2b44de7 in WebKit::WebProcessMainUnix (argc=2, argv=0x7fffffffd978) at ../../Source/WebKit2/WebProcess/gtk/WebProcessMainGtk.cpp:73
#54 0x0000000000400891 in main (argc=2, argv=0x7fffffffd978) at ../../Source/WebKit2/WebProcess/EntryPoint/unix/WebProcessMain.cpp:44</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1217510</commentid>
    <comment_count>1</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2016-08-04 12:00:51 -0700</bug_when>
    <thetext>Reproduces under r204037.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1217511</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2016-08-04 12:01:13 -0700</bug_when>
    <thetext>&lt;rdar://problem/27704376&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1217512</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2016-08-04 12:01:17 -0700</bug_when>
    <thetext>&lt;rdar://problem/27704377&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1217513</commentid>
    <comment_count>4</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2016-08-04 12:02:19 -0700</bug_when>
    <thetext>Asserting because type is &apos;FitContent&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1226014</commentid>
    <comment_count>5</comment_count>
      <attachid>287830</attachid>
    <who name="alan">zalan</who>
    <bug_when>2016-09-02 16:16:47 -0700</bug_when>
    <thetext>Created attachment 287830
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1226057</commentid>
    <comment_count>6</comment_count>
      <attachid>287830</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2016-09-02 17:55:34 -0700</bug_when>
    <thetext>Comment on attachment 287830
Patch

Clearing flags on attachment: 287830

Committed r205392: &lt;http://trac.webkit.org/changeset/205392&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1226058</commentid>
    <comment_count>7</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2016-09-02 17:55:38 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>242810</attachid>
            <date>2014-12-08 07:27:31 -0800</date>
            <delta_ts>2014-12-08 07:27:31 -0800</delta_ts>
            <desc>Test case</desc>
            <filename>crash.html</filename>
            <type>text/html</type>
            <size>82</size>
            <attacher name="Renata Hodovan">rhodovan.u-szeged</attacher>
            
              <data encoding="base64">PCFET0NUWVBFIGh0bWw+Cjxzdmc+CiAgICA8cmVjdCBzdHlsZT0id2lkdGg6IC13ZWJraXQtZml0
LWNvbnRlbnQ7Ij48L3JlY3Q+Cjwvc3ZnPg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>287830</attachid>
            <date>2016-09-02 16:16:47 -0700</date>
            <delta_ts>2016-09-02 17:55:34 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-139397-20160902161431.patch</filename>
            <type>text/plain</type>
            <size>3668</size>
            <attacher name="alan">zalan</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjA1MzA5CmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViQ29yZS9D
aGFuZ2VMb2cgYi9Tb3VyY2UvV2ViQ29yZS9DaGFuZ2VMb2cKaW5kZXggNzliZmYyYTIxNTUzNWI1
OTA4ZDYxZmZhZDU4YzFjNGEzYTY4ODYyMi4uZDQxNDY5N2RmN2Y1NzdhZDhmNGQ3Njk3Njc1Y2E4
NjUxMjI5OTI3YSAxMDA2NDQKLS0tIGEvU291cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCisrKyBiL1Nv
dXJjZS9XZWJDb3JlL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE4IEBACisyMDE2LTA5LTAyICBaYWxh
biBCdWp0YXMgIDx6YWxhbkBhcHBsZS5jb20+CisKKyAgICAgICAgU2hvdWxkIG5ldmVyIGJlIHJl
YWNoZWQgZmFpbHVyZSBpbiBXZWJDb3JlOjpmbG9hdFZhbHVlRm9yTGVuZ3RoCisgICAgICAgIGh0
dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0xMzkzOTcKKyAgICAgICAgPHJk
YXI6Ly9wcm9ibGVtLzI3NzA0Mzc2PgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09Q
UyEpLgorCisgICAgICAgIGZsb2F0VmFsdWVGb3JMZW5ndGggY2FuJ3QgcmVzb2x2ZSB1bnNwZWNp
ZmllZCBMZW5ndGggdHlwZXMuIEZpbHRlciB0aGVtIG91dCBhbmQgcmV0dXJuIDAgYXMgaWYgdGhl
eSB3ZXJlIGF1dG8uCisKKyAgICAgICAgVGVzdDogc3ZnL2Nzcy9hc3NlcnQtb24tbm9uLXJlc29s
dmFibGUtZGltZW5zaW9uLmh0bWwKKworICAgICAgICAqIHN2Zy9TVkdMZW5ndGhDb250ZXh0LmNw
cDoKKyAgICAgICAgKFdlYkNvcmU6OlNWR0xlbmd0aENvbnRleHQ6OnZhbHVlRm9yTGVuZ3RoKToK
KwogMjAxNi0wOS0wMSAgQWxleCBDaHJpc3RlbnNlbiAgPGFjaHJpc3RlbnNlbkB3ZWJraXQub3Jn
PgogCiAgICAgICAgIEZpeCBNYWMgQ01ha2UgYnVpbGQuCmRpZmYgLS1naXQgYS9Tb3VyY2UvV2Vi
Q29yZS9zdmcvU1ZHTGVuZ3RoQ29udGV4dC5jcHAgYi9Tb3VyY2UvV2ViQ29yZS9zdmcvU1ZHTGVu
Z3RoQ29udGV4dC5jcHAKaW5kZXggN2UzZTViY2U0MzU0MTg0MTY5ODFkMDRjYjg4NGJlMTQ4NGYw
ZTZlYi4uYzY1NDUwMzkxNzJhOWQ1YjRlODExMzYzMjJlMmZlZDI4MzhiMjU0MSAxMDA2NDQKLS0t
IGEvU291cmNlL1dlYkNvcmUvc3ZnL1NWR0xlbmd0aENvbnRleHQuY3BwCisrKyBiL1NvdXJjZS9X
ZWJDb3JlL3N2Zy9TVkdMZW5ndGhDb250ZXh0LmNwcApAQCAtOTEsNyArOTEsNyBAQCBmbG9hdCBT
VkdMZW5ndGhDb250ZXh0Ojp2YWx1ZUZvckxlbmd0aChjb25zdCBMZW5ndGgmIGxlbmd0aCwgU1ZH
TGVuZ3RoTW9kZSBtb2RlKQogewogICAgIGlmIChsZW5ndGguaXNQZXJjZW50KCkpCiAgICAgICAg
IHJldHVybiBjb252ZXJ0VmFsdWVGcm9tUGVyY2VudGFnZVRvVXNlclVuaXRzKGxlbmd0aC52YWx1
ZSgpIC8gMTAwLCBtb2RlLCBJR05PUkVfRVhDRVBUSU9OKTsKLSAgICBpZiAobGVuZ3RoLmlzQXV0
bygpKQorICAgIGlmIChsZW5ndGguaXNBdXRvKCkgfHwgIWxlbmd0aC5pc1NwZWNpZmllZCgpKQog
ICAgICAgICByZXR1cm4gMDsKIAogICAgIEZsb2F0U2l6ZSB2aWV3cG9ydFNpemU7CmRpZmYgLS1n
aXQgYS9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cgYi9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cKaW5kZXgg
ZTdlMzgwYWU4NDJhODNjZjc5MDhlNjNjMDFiYjlmM2IxMGI1OTA5NC4uNzFjNWM4YTE0MzVlYjhj
YjRjMzk4ODBjYjI3M2VkMzcwNTUxZWM5MSAxMDA2NDQKLS0tIGEvTGF5b3V0VGVzdHMvQ2hhbmdl
TG9nCisrKyBiL0xheW91dFRlc3RzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE0IEBACisyMDE2LTA5
LTAyICBaYWxhbiBCdWp0YXMgIDx6YWxhbkBhcHBsZS5jb20+CisKKyAgICAgICAgU2hvdWxkIG5l
dmVyIGJlIHJlYWNoZWQgZmFpbHVyZSBpbiBXZWJDb3JlOjpmbG9hdFZhbHVlRm9yTGVuZ3RoCisg
ICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0xMzkzOTcKKyAg
ICAgICAgPHJkYXI6Ly9wcm9ibGVtLzI3NzA0Mzc2PgorCisgICAgICAgIFJldmlld2VkIGJ5IE5P
Qk9EWSAoT09QUyEpLgorCisgICAgICAgICogc3ZnL2Nzcy9hc3NlcnQtb24tbm9uLXJlc29sdmFi
bGUtZGltZW5zaW9uLWV4cGVjdGVkLnR4dDogQWRkZWQuCisgICAgICAgICogc3ZnL2Nzcy9hc3Nl
cnQtb24tbm9uLXJlc29sdmFibGUtZGltZW5zaW9uLmh0bWw6IEFkZGVkLgorCiAyMDE2LTA5LTAx
ICBDaHJpcyBEdW1leiAgPGNkdW1lekBhcHBsZS5jb20+CiAKICAgICAgICAgVW5yZXZpZXdlZCwg
cm9sbGluZyBvdXQgcjIwNTI5Ny4KZGlmZiAtLWdpdCBhL0xheW91dFRlc3RzL3N2Zy9jc3MvYXNz
ZXJ0LW9uLW5vbi1yZXNvbHZhYmxlLWRpbWVuc2lvbi1leHBlY3RlZC50eHQgYi9MYXlvdXRUZXN0
cy9zdmcvY3NzL2Fzc2VydC1vbi1ub24tcmVzb2x2YWJsZS1kaW1lbnNpb24tZXhwZWN0ZWQudHh0
Cm5ldyBmaWxlIG1vZGUgMTAwNjQ0CmluZGV4IDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw
MDAwMDAwMDAwMDAuLjM0YTNmNGVkZTJkYThmZWI3ODQ2MmI1YjJlYTA3ODE4OWNhY2EzMWQKLS0t
IC9kZXYvbnVsbAorKysgYi9MYXlvdXRUZXN0cy9zdmcvY3NzL2Fzc2VydC1vbi1ub24tcmVzb2x2
YWJsZS1kaW1lbnNpb24tZXhwZWN0ZWQudHh0CkBAIC0wLDAgKzEgQEAKK1BBU1MgaWYgbm8gYXNz
ZXJ0IGluIGRlYnVnLiAKZGlmZiAtLWdpdCBhL0xheW91dFRlc3RzL3N2Zy9jc3MvYXNzZXJ0LW9u
LW5vbi1yZXNvbHZhYmxlLWRpbWVuc2lvbi5odG1sIGIvTGF5b3V0VGVzdHMvc3ZnL2Nzcy9hc3Nl
cnQtb24tbm9uLXJlc29sdmFibGUtZGltZW5zaW9uLmh0bWwKbmV3IGZpbGUgbW9kZSAxMDA2NDQK
aW5kZXggMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMC4uNjg4OGJlZDgx
MjNkMjdkZDBkMjc0NWU3ZGJjYWI5NzBmY2NhYjc5MgotLS0gL2Rldi9udWxsCisrKyBiL0xheW91
dFRlc3RzL3N2Zy9jc3MvYXNzZXJ0LW9uLW5vbi1yZXNvbHZhYmxlLWRpbWVuc2lvbi5odG1sCkBA
IC0wLDAgKzEsMjMgQEAKKzwhRE9DVFlQRSBodG1sPgorPGh0bWw+Cis8aGVhZD4KKzx0aXRsZT5U
aGlzIHRlc3RzIHRoYXQgd2UgZG9uJ3QgYXNzZXJ0IG9uIG5vbi1yZXNvbHZhYmxlIHZhbHVlcy48
L3RpdGxlPgorPHNjcmlwdD4KK2lmICh3aW5kb3cudGVzdFJ1bm5lcikKKyAgICB0ZXN0UnVubmVy
LmR1bXBBc1RleHQoKTsKKzwvc2NyaXB0PgorPC9oZWFkPgorPGJvZHk+CitQQVNTIGlmIG5vIGFz
c2VydCBpbiBkZWJ1Zy4KKzxzdmc+CisgICAgPHJlY3Qgc3R5bGU9IndpZHRoOiAtd2Via2l0LWZp
dC1jb250ZW50OyI+PC9yZWN0PgorICAgIDxyZWN0IHNzdHlsZT0id2lkdGg6IG1heC1jb250ZW50
OyI+Zm9vYmFyPC9yZWN0PgorICAgIDxyZWN0IHNzdHlsZT0id2lkdGg6IG1pbi1jb250ZW50OyI+
Zm9vYmFyPC9yZWN0PgorICAgIDxyZWN0IHNzdHlsZT0id2lkdGg6IGZpdC1jb250ZW50OyI+Zm9v
YmFyPC9yZWN0PgorICAgIDxyZWN0IHNzdHlsZT0id2lkdGg6IGludHJpbnNpYzsiPmZvb2Jhcjwv
cmVjdD4KKyAgICA8cmVjdCBzc3R5bGU9IndpZHRoOiBtaW4taW50cmluc2ljOyI+Zm9vYmFyPC9y
ZWN0PgorICAgIDxyZWN0IHNzdHlsZT0id2lkdGg6IHJlbGF0aXZlOyI+Zm9vYmFyPC9yZWN0Pgor
ICAgIDxyZWN0IHNzdHlsZT0id2lkdGg6IHVuZGVmaW5lZDsiPmZvb2JhcjwvcmVjdD4KKzwvc3Zn
PgorPC9ib2R5PgorPC9odG1sPgo=
</data>

          </attachment>
      

    </bug>

</bugzilla>