[Libreoffice-bugs] [Bug 137772] New: assertion, DocumentRedlineManager.cxx:246

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Oct 26 15:04:44 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=137772

            Bug ID: 137772
           Summary: assertion, DocumentRedlineManager.cxx:246
           Product: LibreOffice
           Version: 7.1.0.0.alpha0+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: lo_bugs at iseries-guru.com

This report arises from my poking at bug 137684, but I shall copy here or
link anything interesting.


STR

Once:

    (0) Tools > Options > "LibreOfficeDev Writer" > View > "Tracked
        deletions in margin" : checked

Per test

    (1) Run LO with command line options --norestore --nologo --writer

    (2) Type "the quick brown".  Document has "The quick brown"; left
        margin is empty.

    (3) Take menu options Edit > "Track Changes" > Record.  No visible
        result.

    (4) Type "<bs><bs><bs><bs><bs>".  Document has "The quick "; left
        margin is still empty.

        This is not what I expect; bug 137771 reports this.

    (5) Type "<ctrl>+Z".  Document has "The quick n"; the "n" is selected;
        left margin has in blue struckthrough "b".

    (6) Type "<ctrl>+Z".  Document has "The quick n"; nothing is selected;
        left margin still blue struckthrough "b".

    (7) Type "<ctrl>+Z".  Crash.


The terminal message, rewrapped:

    soffice.bin:
    /home/terry/lo_hacking/git/libo6/sw/source/core/doc
        /DocumentRedlineManager.cxx:246:
    void sw::UpdateFramesForRemoveDeleteRedline(SwDoc&, const SwPaM&):
    Assertion `pTableOrSectionNode' failed.


The backtrace
<http://bugs.documentfoundation.org/attachment.cgi?id=166711> is from
a local build of commit 5219c6bd (2020-10-24), configured
    --with-vendor=Terrence Enger
    --with-jdk-home=/usr/lib/jvm/default-java
    --enable-split-debug
    --enable-gdb-index
    --enable-ld=gold
    --enable-option-checking=fatal
    #--enable-dbgutil
    --enable-debug
    --without-system-postgresql
    --without-myspell-dicts
    --with-extra-buildid
    --without-doxygen
    --with-external-tar=/home/terry/lo_hacking/git/src
    --without-package-format
built and running on debian-buster.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201026/e4ecad11/attachment.htm>


More information about the Libreoffice-bugs mailing list