<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:xiscofauli@libreoffice.org" title="Xisco Faulí <xiscofauli@libreoffice.org>"> <span class="fn">Xisco Faulí</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Image style editing crashes LO"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=112574">bug 112574</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
                
           </td>
           <td>bibisected, bisected, regression
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>mstahl@redhat.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Version</td>
           <td>5.3.0.0.alpha1+
           </td>
           <td>5.0 all versions
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Image style editing crashes LO"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=112574#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Image style editing crashes LO"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=112574">bug 112574</a>
              from <span class="vcard"><a class="email" href="mailto:xiscofauli@libreoffice.org" title="Xisco Faulí <xiscofauli@libreoffice.org>"> <span class="fn">Xisco Faulí</span></a>
</span></b>
        <pre>Regression introduced by:

author  Michael Stahl <<a href="mailto:mstahl@redhat.com">mstahl@redhat.com</a>>       2015-05-08 21:27:49 (GMT)
committer       Michael Stahl <<a href="mailto:mstahl@redhat.com">mstahl@redhat.com</a>>       2015-05-09 09:02:26
(GMT)
commit  e07feb9457f2ffb373ae69b73dda290140e4005f (patch)
tree    0d0bccf291f44c36d3cb174a02bc1a0000ae3b34
parent  fb73274fcce1edd3d898b7f79700fea96d0040f9 (diff)
sw: fix assert with frames anchored in redlines on rhbz490395-1.odt
SwRangeRedline::Show() will move nodes around in the nodes-array, which
means that using SwNodeIndex as a key in a map that has a lifetime
not limited by the stack is a bad idea, as the map will become unsorted.

Remove SwFrmFmtAnchorMap from SwDoc and replace it with new
SwNode::m_pAnchoredFlys to do the same mapping.

(regression from 738fb2ad77e5a1a4d6e2dc540886a17f4527e4db)

Bisected with bibisect-50max

Adding Cc: to Michael Stahl</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>