<?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>215217</bug_id>
          
          <creation_ts>2020-08-06 08:10:29 -0700</creation_ts>
          <short_desc>[GTK][WPE] Mathml asserts with invisible operators</short_desc>
          <delta_ts>2021-12-06 17:58:20 -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>MathML</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=216871</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="Lauro Moura">lmoura</reporter>
          <assigned_to name="Arcady Goldmints-Orlov">crzwdjk</assigned_to>
          <cc>bugs-noreply</cc>
    
    <cc>crzwdjk</cc>
    
    <cc>dpino</cc>
    
    <cc>fred.wang</cc>
    
    <cc>rbuis</cc>
    
    <cc>rwlbuis</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1678250</commentid>
    <comment_count>0</comment_count>
    <who name="Lauro Moura">lmoura</who>
    <bug_when>2020-08-06 08:10:29 -0700</bug_when>
    <thetext>Tests:

mathml/presentation/mo-invisible.html
mathml/opentype/munderover-layout-resize.html

Both tests asserts in the same place (although from different bases), with m_maxPrefferedLogicalWidth==0 and glyphWidth &gt; 0. Tests passing and rendering correctly in Release, though.

Unfortunately, wktesthunter shows it to start crashing somewhere in a big gab between r238072 and r257066.

Would it be the case of just removing the assert?

Common stack trace part:

Thread 1 (Thread 0x7feb401db2c0 (LWP 41135)):
#0  0x00007feb49057a2a in WTFCrash() () at ../../Source/WTF/wtf/Assertions.cpp:295
#1  0x00007feb574b0332 in CRASH_WITH_INFO(...) () at DerivedSources/ForwardingHeaders/wtf/Assertions.h:713
#2  0x00007feb5b77cfb1 in WebCore::RenderMathMLOperator::computePreferredLogicalWidths() (this=0x7feae7f30010) at ../../Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp:202
#3  0x00007feb5b4f1a04 in WebCore::RenderBox::maxPreferredLogicalWidth() const (this=0x7feae7f30010) at ../../Source/WebCore/rendering/RenderBox.cpp:1082
#4  0x00007feb5b7801a0 in WebCore::RenderMathMLRow::computePreferredLogicalWidths() (this=0x7feae7bca200) at ../../Source/WebCore/rendering/mathml/RenderMathMLRow.cpp:136
#5  0x00007feb5b4f1a04 in WebCore::RenderBox::maxPreferredLogicalWidth() const (this=0x7feae7bca200) at ../../Source/WebCore/rendering/RenderBox.cpp:1082
#6  0x00007feb5b7801a0 in WebCore::RenderMathMLRow::computePreferredLogicalWidths() (this=0x7feafd52cc80) at ../../Source/WebCore/rendering/mathml/RenderMathMLRow.cpp:136
#7  0x00007feb5b4f1a04 in WebCore::RenderBox::maxPreferredLogicalWidth() const (this=0x7feafd52cc80) at ../../Source/WebCore/rendering/RenderBox.cpp:1082
#8  0x00007feb5b4f9430 in WebCore::RenderBox::computeLogicalWidthInFragmentUsing(WebCore::SizeType, WebCore::Length, WebCore::LayoutUnit, WebCore::RenderBlock const&amp;, WebCore::RenderFragmentContainer*) const (this=0x7feafd52cc80, widthType=WebCore::MainOrPreferredSize, logicalWidth=..., availableLogicalWidth=..., cb=..., fragment=0x0) at ../../Source/WebCore/rendering/RenderBox.cpp:2573
#9  0x00007feb5b4f8bbe in WebCore::RenderBox::computeLogicalWidthInFragment(WebCore::RenderBox::LogicalExtentComputedValues&amp;, WebCore::RenderFragmentContainer*) const (this=0x7feafd52cc80, computedValues=..., fragment=0x0) at ../../Source/WebCore/rendering/RenderBox.cpp:2476
#10 0x00007feb5b4f860f in WebCore::RenderBox::updateLogicalWidth() (this=0x7feafd52cc80) at ../../Source/WebCore/rendering/RenderBox.cpp:2408
#11 0x00007feb5b4c9917 in WebCore::RenderBlock::recomputeLogicalWidth() (this=0x7feafd52cc80) at ../../Source/WebCore/rendering/RenderBlock.cpp:638
#12 0x00007feb5b780523 in WebCore::RenderMathMLRow::layoutBlock(bool, WebCore::LayoutUnit) (this=0x7feafd52cc80, relayoutChildren=false) at ../../Source/WebCore/rendering/mathml/RenderMathMLRow.cpp:167
#13 0x00007feb5b7755f0 in WebCore::RenderMathMLMath::layoutBlock(bool, WebCore::LayoutUnit) (this=0x7feafd52cc80, relayoutChildren=false, pageLogicalHeight=...) at ../../Source/WebCore/rendering/mathml/RenderMathMLMath.cpp:62
#14 0x00007feb5b4c9675 in WebCore::RenderBlock::layout() (this=0x7feafd52cc80) at ../../Source/WebCore/rendering/RenderBlock.cpp:598
#15 0x00007feb5b42ac81 in WebCore::RenderElement::layoutIfNeeded() (this=0x7feafd52cc80) at ../../Source/WebCore/rendering/RenderElement.h:123
#16 0x00007feb5b426ae2 in WebCore::ComplexLineLayout::layoutLineBoxes(bool, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;) (this=0x7fead1632cf0, relayoutChildren=true, repaintLogicalTop=..., repaintLogicalBottom=...) at ../../Source/WebCore/rendering/ComplexLineLayout.cpp:1785
#17 0x00007feb5b4db9fb in WebCore::RenderBlockFlow::layoutInlineChildren(bool, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;) (this=0x7feae7f096f8, relayoutChildren=true, repaintLogicalTop=..., repaintLogicalBottom=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:701
#18 0x00007feb5b4dac91 in WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit) (this=0x7feae7f096f8, relayoutChildren=true, pageLogicalHeight=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:511
#19 0x00007feb5b4c9675 in WebCore::RenderBlock::layout() (this=0x7feae7f096f8) at ../../Source/WebCore/rendering/RenderBlock.cpp:598
#20 0x00007feb5b4dbdb4 in WebCore::RenderBlockFlow::layoutBlockChild(WebCore::RenderBox&amp;, WebCore::RenderBlockFlow::MarginInfo&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;) (this=0x7feae7f095e0, child=..., marginInfo=..., previousFloatLogicalBottom=..., maxFloatLogicalBottom=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:759
#21 0x00007feb5b4db7fc in WebCore::RenderBlockFlow::layoutBlockChildren(bool, WebCore::LayoutUnit&amp;) (this=0x7feae7f095e0, relayoutChildren=true, maxFloatLogicalBottom=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:661
#22 0x00007feb5b4dacb5 in WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit) (this=0x7feae7f095e0, relayoutChildren=true, pageLogicalHeight=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:513
#23 0x00007feb5b4c9675 in WebCore::RenderBlock::layout() (this=0x7feae7f095e0) at ../../Source/WebCore/rendering/RenderBlock.cpp:598
#24 0x00007feb5b4dbdb4 in WebCore::RenderBlockFlow::layoutBlockChild(WebCore::RenderBox&amp;, WebCore::RenderBlockFlow::MarginInfo&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;) (this=0x7feafd541200, child=..., marginInfo=..., previousFloatLogicalBottom=..., maxFloatLogicalBottom=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:759
#25 0x00007feb5b4db7fc in WebCore::RenderBlockFlow::layoutBlockChildren(bool, WebCore::LayoutUnit&amp;) (this=0x7feafd541200, relayoutChildren=true, maxFloatLogicalBottom=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:661
#26 0x00007feb5b4dacb5 in WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit) (this=0x7feafd541200, relayoutChildren=true, pageLogicalHeight=...) at ../../Source/WebCore/rendering/RenderBlockFlow.cpp:513
#27 0x00007feb5b4c9675 in WebCore::RenderBlock::layout() (this=0x7feafd541200) at ../../Source/WebCore/rendering/RenderBlock.cpp:598
#28 0x00007feb5b71503b in WebCore::RenderView::layout() (this=0x7feafd541200) at ../../Source/WebCore/rendering/RenderView.cpp:186
#29 0x00007feb5aef77eb in WebCore::FrameViewLayoutContext::layout() (this=0x7feafd540148) at ../../Source/WebCore/page/FrameViewLayoutContext.cpp:252</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1691764</commentid>
    <comment_count>1</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2020-09-24 21:54:02 -0700</bug_when>
    <thetext>There other tests were also crashing in GTK Tests Debug:

imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-003.html
imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-004.html
imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-005.html
imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-largeop-006.html
imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-003.html
imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-004.html
imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-005.html
imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-006.html
imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-003.html
imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-004.html
imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-005.html
imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-spacing-006.html
imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-003.html
imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-004.html
imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-005.html
imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-006.html

See: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug%20(Tests)/r267553%20(7313)/results.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1691766</commentid>
    <comment_count>2</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2020-09-24 21:57:17 -0700</bug_when>
    <thetext>Stderr from Debug:

STDERR: ASSERTION FAILED: glyphWidth &lt;= preferredWidth
STDERR: ../../Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp(202) : virtual void WebCore::RenderMathMLOperator::computePreferredLogicalWidths()
STDERR: 1   0x7ff1139461a9 WTFCrash
STDERR: 2   0x7ff11fdfb10b /app/webkit/WebKitBuild/Debug/lib/libwebkit2gtk-4.0.so.37(+0xae4510b) [0x7ff11fdfb10b]
STDERR: 3   0x7ff12482ac0d WebCore::RenderMathMLOperator::computePreferredLogicalWidths()
STDERR: 4   0x7ff124563791 WebCore::RenderBox::maxPreferredLogicalWidth() const
STDERR: 5   0x7ff1248284ff WebCore::RenderMathMLRow::computePreferredLogicalWidths()
STDERR: 6   0x7ff124563711 WebCore::RenderBox::minPreferredLogicalWidth() const
STDERR: 7   0x7ff1245617b3 WebCore::RenderBox::computeLogicalWidthInFragmentUsing(WebCore::SizeType, WebCore::Length, WebCore::LayoutUnit, WebCore::RenderBlock const&amp;, WebCore::RenderFragmentContainer*) const
STDERR: 8   0x7ff124537888 WebCore::RenderBox::computeLogicalWidthInFragment(WebCore::RenderBox::LogicalExtentComputedValues&amp;, WebCore::RenderFragmentContainer*) const
STDERR: 9   0x7ff12457094e WebCore::RenderBox::updateLogicalWidth()
STDERR: 10  0x7ff1245350e6 WebCore::RenderBlock::recomputeLogicalWidth()
STDERR: 11  0x7ff1248271e1 WebCore::RenderMathMLRow::layoutBlock(bool, WebCore::LayoutUnit)
STDERR: 12  0x7ff124826e57 WebCore::RenderMathMLMath::layoutBlock(bool, WebCore::LayoutUnit)
STDERR: 13  0x7ff124534fa9 WebCore::RenderBlock::layout()
STDERR: 14  0x7ff124484f2c WebCore::RenderElement::layoutIfNeeded()
STDERR: 15  0x7ff12447baa2 WebCore::ComplexLineLayout::layoutLineBoxes(bool, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
STDERR: 16  0x7ff12454edfe WebCore::RenderBlockFlow::layoutInlineChildren(bool, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
STDERR: 17  0x7ff12454df39 WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit)
STDERR: 18  0x7ff124534fa9 WebCore::RenderBlock::layout()
STDERR: 19  0x7ff1245506f2 WebCore::RenderBlockFlow::layoutBlockChild(WebCore::RenderBox&amp;, WebCore::RenderBlockFlow::MarginInfo&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
STDERR: 20  0x7ff12454f074 WebCore::RenderBlockFlow::layoutBlockChildren(bool, WebCore::LayoutUnit&amp;)
STDERR: 21  0x7ff12454df56 WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit)
STDERR: 22  0x7ff124534fa9 WebCore::RenderBlock::layout()
STDERR: 23  0x7ff1245506f2 WebCore::RenderBlockFlow::layoutBlockChild(WebCore::RenderBox&amp;, WebCore::RenderBlockFlow::MarginInfo&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
STDERR: 24  0x7ff12454f074 WebCore::RenderBlockFlow::layoutBlockChildren(bool, WebCore::LayoutUnit&amp;)
STDERR: 25  0x7ff12454df56 WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit)
STDERR: 26  0x7ff124534fa9 WebCore::RenderBlock::layout()
STDERR: 27  0x7ff1245506f2 WebCore::RenderBlockFlow::layoutBlockChild(WebCore::RenderBox&amp;, WebCore::RenderBlockFlow::MarginInfo&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
STDERR: 28  0x7ff12454f074 WebCore::RenderBlockFlow::layoutBlockChildren(bool, WebCore::LayoutUnit&amp;)
STDERR: 29  0x7ff12454df56 WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit)
STDERR: 30  0x7ff124534fa9 WebCore::RenderBlock::layout()
STDERR: 31  0x7ff1247b9013 WebCore::RenderView::layout()
STDERR: LEAK: 1 WebPageProxy</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1696612</commentid>
    <comment_count>3</comment_count>
    <who name="Rob Buis">rbuis</who>
    <bug_when>2020-10-11 03:24:35 -0700</bug_when>
    <thetext>I can&apos;t repro this locally. Is this happening locally for others or only on the bot?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1696626</commentid>
    <comment_count>4</comment_count>
    <who name="Frédéric Wang Nélar">fred.wang</who>
    <bug_when>2020-10-11 05:33:56 -0700</bug_when>
    <thetext>(In reply to Rob Buis from comment #3)
&gt; I can&apos;t repro this locally. Is this happening locally for others or only on
&gt; the bot?

I guess this depends on installed/used fonts.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1820781</commentid>
    <comment_count>5</comment_count>
    <who name="Arcady Goldmints-Orlov">crzwdjk</who>
    <bug_when>2021-12-06 14:47:50 -0800</bug_when>
    <thetext>In the end, the assert in question got removed, so the tests now pass.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1820782</commentid>
    <comment_count>6</comment_count>
      <attachid>446087</attachid>
    <who name="Arcady Goldmints-Orlov">crzwdjk</who>
    <bug_when>2021-12-06 14:51:00 -0800</bug_when>
    <thetext>Created attachment 446087
[fast-cq] Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1820844</commentid>
    <comment_count>7</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2021-12-06 17:57:52 -0800</bug_when>
    <thetext>Committed r286584 (?): &lt;https://commits.webkit.org/r286584&gt;

All reviewed patches have been landed. Closing bug and clearing flags on attachment 446087.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1820845</commentid>
    <comment_count>8</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-12-06 17:58:20 -0800</bug_when>
    <thetext>&lt;rdar://problem/86133399&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>446087</attachid>
            <date>2021-12-06 14:51:00 -0800</date>
            <delta_ts>2021-12-06 17:57:54 -0800</delta_ts>
            <desc>[fast-cq] Patch</desc>
            <filename>bug-215217-20211206175059.patch</filename>
            <type>text/plain</type>
            <size>4065</size>
            <attacher name="Arcady Goldmints-Orlov">crzwdjk</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjg2NTQzCmRpZmYgLS1naXQgYS9MYXlvdXRUZXN0cy9DaGFu
Z2VMb2cgYi9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cKaW5kZXggODU5ZWRjODZjYjY4MjE4OWU5MjMx
MjMwZDA0NjM5MTJhODViNGZiNS4uNDA3NGI3ZGVkODFlZjE3NTQ0ODdhMmU1ZDJkYzk0OTA3MmI2
MDgzNSAxMDA2NDQKLS0tIGEvTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCisrKyBiL0xheW91dFRlc3Rz
L0NoYW5nZUxvZwpAQCAtMSwzICsxLDE0IEBACisyMDIxLTEyLTA2ICBBcmNhZHkgR29sZG1pbnRz
LU9ybG92ICA8YWdvbGRtaW50c0BpZ2FsaWEuY29tPgorCisgICAgICAgIFtHVEtdW1dQRV0gTWF0
aG1sIGFzc2VydHMgd2l0aCBpbnZpc2libGUgb3BlcmF0b3JzCisgICAgICAgIGh0dHBzOi8vYnVn
cy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0yMTUyMTcKKworICAgICAgICBVbnJldmlld2Vk
IHRlc3QgZ2FyZGVuaW5nLgorCisgICAgICAgIFJlbW92ZSB0ZXN0IGZhaWx1cmVzIGZyb20gZXhw
ZWN0YXRpb25zIGFzIHRoZSBhc3NlcnQgd2FzIHJlbW92ZWQuCisKKyAgICAgICAgKiBwbGF0Zm9y
bS9nbGliL1Rlc3RFeHBlY3RhdGlvbnM6CisKIDIwMjEtMTItMDQgIEFudG9pbmUgUXVpbnQgIDxn
cmFvdXRzQHdlYmtpdC5vcmc+CiAKICAgICAgICAgQ1NTIGFuaW1hdGlvbiBzb3J0aW5nIG1heSBj
cmFzaCBkdWUgdG8gQW5pbWF0aW9uTGlzdCBjb3B5IHVwb24gQ1NTIEFuaW1hdGlvbiByZW1vdmFs
CmRpZmYgLS1naXQgYS9MYXlvdXRUZXN0cy9wbGF0Zm9ybS9nbGliL1Rlc3RFeHBlY3RhdGlvbnMg
Yi9MYXlvdXRUZXN0cy9wbGF0Zm9ybS9nbGliL1Rlc3RFeHBlY3RhdGlvbnMKaW5kZXggNmE4MDJh
OWMzOTZjNDQ3MDNmZTFlNTdkZDNiYWNjZDFlNjFmNzY3MC4uNzlkZjYyM2E0ODRhYzI2OWNkMzUw
ZWIxZmI2NzA0MzYxYzQwNGNiZSAxMDA2NDQKLS0tIGEvTGF5b3V0VGVzdHMvcGxhdGZvcm0vZ2xp
Yi9UZXN0RXhwZWN0YXRpb25zCisrKyBiL0xheW91dFRlc3RzL3BsYXRmb3JtL2dsaWIvVGVzdEV4
cGVjdGF0aW9ucwpAQCAtODQ2LDI1ICs4NDYsNiBAQCB3ZWJraXQub3JnL2IvMTg0NTY5IHN0b3Jh
Z2UvaW5kZXhlZGRiL21vZGVybi90cmFuc2FjdGlvbnMtc3RvcC1vbi1uYXZpZ2F0aW9uLmh0bQog
IyBNYXRoTUwtcmVsYXRlZCBidWdzCiAjLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8v
Ly8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLwog
Ci13ZWJraXQub3JnL2IvMjE1MjE3IFsgRGVidWcgXSBtYXRobWwvb3BlbnR5cGUvbXVuZGVyb3Zl
ci1sYXlvdXQtcmVzaXplLmh0bWwgWyBDcmFzaCBdCi13ZWJraXQub3JnL2IvMjE1MjE3IFsgRGVi
dWcgXSBtYXRobWwvcHJlc2VudGF0aW9uL21vLWludmlzaWJsZS5odG1sIFsgQ3Jhc2ggXQotd2Vi
a2l0Lm9yZy9iLzIxNTIxNyBbIERlYnVnIF0gaW1wb3J0ZWQvdzNjL3dlYi1wbGF0Zm9ybS10ZXN0
cy9tYXRobWwvcHJlc2VudGF0aW9uLW1hcmt1cC9vcGVyYXRvcnMvb3BlcmF0b3ItZGljdGlvbmFy
eS1sYXJnZW9wLTAwMy5odG1sIFsgQ3Jhc2ggXQotd2Via2l0Lm9yZy9iLzIxNTIxNyBbIERlYnVn
IF0gaW1wb3J0ZWQvdzNjL3dlYi1wbGF0Zm9ybS10ZXN0cy9tYXRobWwvcHJlc2VudGF0aW9uLW1h
cmt1cC9vcGVyYXRvcnMvb3BlcmF0b3ItZGljdGlvbmFyeS1sYXJnZW9wLTAwNC5odG1sIFsgQ3Jh
c2ggXQotd2Via2l0Lm9yZy9iLzIxNTIxNyBbIERlYnVnIF0gaW1wb3J0ZWQvdzNjL3dlYi1wbGF0
Zm9ybS10ZXN0cy9tYXRobWwvcHJlc2VudGF0aW9uLW1hcmt1cC9vcGVyYXRvcnMvb3BlcmF0b3It
ZGljdGlvbmFyeS1sYXJnZW9wLTAwNS5odG1sIFsgQ3Jhc2ggXQotd2Via2l0Lm9yZy9iLzIxNTIx
NyBbIERlYnVnIF0gaW1wb3J0ZWQvdzNjL3dlYi1wbGF0Zm9ybS10ZXN0cy9tYXRobWwvcHJlc2Vu
dGF0aW9uLW1hcmt1cC9vcGVyYXRvcnMvb3BlcmF0b3ItZGljdGlvbmFyeS1sYXJnZW9wLTAwNi5o
dG1sIFsgQ3Jhc2ggXQotd2Via2l0Lm9yZy9iLzIxNTIxNyBbIERlYnVnIF0gaW1wb3J0ZWQvdzNj
L3dlYi1wbGF0Zm9ybS10ZXN0cy9tYXRobWwvcHJlc2VudGF0aW9uLW1hcmt1cC9vcGVyYXRvcnMv
b3BlcmF0b3ItZGljdGlvbmFyeS1tb3ZhYmxlbGltaXRzLTAwMy5odG1sIFsgQ3Jhc2ggXQotd2Vi
a2l0Lm9yZy9iLzIxNTIxNyBbIERlYnVnIF0gaW1wb3J0ZWQvdzNjL3dlYi1wbGF0Zm9ybS10ZXN0
cy9tYXRobWwvcHJlc2VudGF0aW9uLW1hcmt1cC9vcGVyYXRvcnMvb3BlcmF0b3ItZGljdGlvbmFy
eS1tb3ZhYmxlbGltaXRzLTAwNC5odG1sIFsgQ3Jhc2ggXQotd2Via2l0Lm9yZy9iLzIxNTIxNyBb
IERlYnVnIF0gaW1wb3J0ZWQvdzNjL3dlYi1wbGF0Zm9ybS10ZXN0cy9tYXRobWwvcHJlc2VudGF0
aW9uLW1hcmt1cC9vcGVyYXRvcnMvb3BlcmF0b3ItZGljdGlvbmFyeS1tb3ZhYmxlbGltaXRzLTAw
NS5odG1sIFsgQ3Jhc2ggXQotd2Via2l0Lm9yZy9iLzIxNTIxNyBbIERlYnVnIF0gaW1wb3J0ZWQv
dzNjL3dlYi1wbGF0Zm9ybS10ZXN0cy9tYXRobWwvcHJlc2VudGF0aW9uLW1hcmt1cC9vcGVyYXRv
cnMvb3BlcmF0b3ItZGljdGlvbmFyeS1tb3ZhYmxlbGltaXRzLTAwNi5odG1sIFsgQ3Jhc2ggXQot
d2Via2l0Lm9yZy9iLzIxNTIxNyBbIERlYnVnIF0gaW1wb3J0ZWQvdzNjL3dlYi1wbGF0Zm9ybS10
ZXN0cy9tYXRobWwvcHJlc2VudGF0aW9uLW1hcmt1cC9vcGVyYXRvcnMvb3BlcmF0b3ItZGljdGlv
bmFyeS1zcGFjaW5nLTAwMy5odG1sIFsgQ3Jhc2ggXQotd2Via2l0Lm9yZy9iLzIxNTIxNyBbIERl
YnVnIF0gaW1wb3J0ZWQvdzNjL3dlYi1wbGF0Zm9ybS10ZXN0cy9tYXRobWwvcHJlc2VudGF0aW9u
LW1hcmt1cC9vcGVyYXRvcnMvb3BlcmF0b3ItZGljdGlvbmFyeS1zcGFjaW5nLTAwNC5odG1sIFsg
Q3Jhc2ggXQotd2Via2l0Lm9yZy9iLzIxNTIxNyBbIERlYnVnIF0gaW1wb3J0ZWQvdzNjL3dlYi1w
bGF0Zm9ybS10ZXN0cy9tYXRobWwvcHJlc2VudGF0aW9uLW1hcmt1cC9vcGVyYXRvcnMvb3BlcmF0
b3ItZGljdGlvbmFyeS1zcGFjaW5nLTAwNS5odG1sIFsgQ3Jhc2ggXQotd2Via2l0Lm9yZy9iLzIx
NTIxNyBbIERlYnVnIF0gaW1wb3J0ZWQvdzNjL3dlYi1wbGF0Zm9ybS10ZXN0cy9tYXRobWwvcHJl
c2VudGF0aW9uLW1hcmt1cC9vcGVyYXRvcnMvb3BlcmF0b3ItZGljdGlvbmFyeS1zcGFjaW5nLTAw
Ni5odG1sIFsgQ3Jhc2ggXQotd2Via2l0Lm9yZy9iLzIxNTIxNyBbIERlYnVnIF0gaW1wb3J0ZWQv
dzNjL3dlYi1wbGF0Zm9ybS10ZXN0cy9tYXRobWwvcHJlc2VudGF0aW9uLW1hcmt1cC9vcGVyYXRv
cnMvb3BlcmF0b3ItZGljdGlvbmFyeS1zdHJldGNoeS0wMDMuaHRtbCBbIENyYXNoIF0KLXdlYmtp
dC5vcmcvYi8yMTUyMTcgWyBEZWJ1ZyBdIGltcG9ydGVkL3czYy93ZWItcGxhdGZvcm0tdGVzdHMv
bWF0aG1sL3ByZXNlbnRhdGlvbi1tYXJrdXAvb3BlcmF0b3JzL29wZXJhdG9yLWRpY3Rpb25hcnkt
c3RyZXRjaHktMDA0Lmh0bWwgWyBDcmFzaCBdCi13ZWJraXQub3JnL2IvMjE1MjE3IFsgRGVidWcg
XSBpbXBvcnRlZC93M2Mvd2ViLXBsYXRmb3JtLXRlc3RzL21hdGhtbC9wcmVzZW50YXRpb24tbWFy
a3VwL29wZXJhdG9ycy9vcGVyYXRvci1kaWN0aW9uYXJ5LXN0cmV0Y2h5LTAwNS5odG1sIFsgQ3Jh
c2ggXQotd2Via2l0Lm9yZy9iLzIxNTIxNyBbIERlYnVnIF0gaW1wb3J0ZWQvdzNjL3dlYi1wbGF0
Zm9ybS10ZXN0cy9tYXRobWwvcHJlc2VudGF0aW9uLW1hcmt1cC9vcGVyYXRvcnMvb3BlcmF0b3It
ZGljdGlvbmFyeS1zdHJldGNoeS0wMDYuaHRtbCBbIENyYXNoIF0KLQogd2Via2l0Lm9yZy9iLzIx
Njg3MSBpbXBvcnRlZC93M2Mvd2ViLXBsYXRmb3JtLXRlc3RzL21hdGhtbC9yZWxhdGlvbnMvY3Nz
LXN0eWxpbmcvY29sb3ItMDA0LnRlbnRhdGl2ZS5odG1sIFsgSW1hZ2VPbmx5RmFpbHVyZSBdCiB3
ZWJraXQub3JnL2IvMjI3MTIyIGltcG9ydGVkL3czYy93ZWItcGxhdGZvcm0tdGVzdHMvbWF0aG1s
L3JlbGF0aW9ucy9jc3Mtc3R5bGluZy9wYWRkaW5nLWJvcmRlci1tYXJnaW4vbWFyZ2luLTAwMy5o
dG1sIFsgRmFpbHVyZSBdCiAK
</data>

          </attachment>
      

    </bug>

</bugzilla>