<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:michael.stahl@cib.de" title="Michael Stahl (CIB) <michael.stahl@cib.de>"> <span class="fn">Michael Stahl (CIB)</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash in sw::UpdateFramesForRemoveDeleteRedline(SwDoc &,SwPaM const &)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124721">bug 124721</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>bibisected, bisected, regression, wantBacktrace
           </td>
           <td>
                
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">See Also</td>
           <td>
                
           </td>
           <td>https://bugs.documentfoundation.org/show_bug.cgi?id=107975
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash in sw::UpdateFramesForRemoveDeleteRedline(SwDoc &,SwPaM const &)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124721#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash in sw::UpdateFramesForRemoveDeleteRedline(SwDoc &,SwPaM const &)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124721">bug 124721</a>
              from <span class="vcard"><a class="email" href="mailto:michael.stahl@cib.de" title="Michael Stahl (CIB) <michael.stahl@cib.de>"> <span class="fn">Michael Stahl (CIB)</span></a>
</span></b>
        <pre>doesn't look like a regression from sw_redlinehide; 6.1 and 6.0 have the same
assert as master:

soffice.bin: libreoffice-6-1/sw/source/core/txtnode/thints.cxx:1265: bool
SwTextNode::InsertHint(SwTextAttr*, SetAttrMode): Assertion `pAttr &&
pAttr->GetStart() <= Len()' failed.

the problem is that this frame (anchored at-char in the last node of the
document) is duplicated on Undo:

[ 162]  0x8008160           StartNode , 
[ 163]   0x8013e20           TextNode "Ek wil net graag hiermee  baie dankie se
aan die CPF -  Gerna, Robert en Eksteen.  Ek waardeer jul onbaatsugtige hulp. 
Julle entoesiasme en ondersteuning  sal my bybly. Dit is nogal gerusstellend om
te weet sulke mense is net 'n telefoon- of radio-oproep ver!  Ek kan julle
verseker dat my man julle ook ewig dankbaar is!  Dit mag volgende keer dalk nie
'n onskadelike slang wees nie!", 
[ 164]   0x8015f70           TextNode "", 
[ 165]   0x80161a0           TextNode "Mercia Engelbrecht", 
[ 166]  0x80109e0             EndNode , 

subsequently the node indexes are offset and crash is inevitable; the assert is
because the hint from Undo is inserted on the wrong node.

this reminds me of <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - CRASH: Crash after undo operation (BigPtrArray::Index2Block(unsigned long)"
   href="show_bug.cgi?id=107975">bug 107975</a> and 2903d85d6197829633d7f96c95cd55821c2c20ff</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>