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

--- Comment #5 from Terrence Enger <[email protected]> ---
Created attachment 121520
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121520&action=edit
`make debugrun` with backtrace

LibreOffice in the attached `make debugrun` is commit 30b8dbc, fetched
2015-12-22 00:55 UTC, configured ...

    CC=ccache /usr/bin/gcc
    CXX=ccache /usr/bin/g++
    --enable-option-checking=fatal
    --enable-dbgutil
    --enable-debug
    --enable-crashdump
    --without-system-postgresql
    --without-myspell-dicts
    --with-extra-buildid
    --without-doxygen
    --with-external-tar=/home/terry/lo_hacking/git/src
    # --disable-remote

..., build and running on debian-stretch.


My STR are ...

(1) Run Writer from the command line.  Program presents Writer window
    "Untitled 1".

(2) Take menu option Table > "Insert Table...".  Program presents
    dialog "Insert Table".

(3) In dialog "Insert Table" type "<Enter>">.  Program closes the
    dialog and returns focus to "Untitled 1", which now shows a table,
    2-by-2; the caret is in the upper left cell.

(4) Move mouse cursor into the left margin beside the second row of
    the table.  The mouse cursor changes to a bold righ-pointing
    arrow.

(5) Right-click and from the popup menu select Insert > "Rows Above".
    The table is now three rows by two columns, and the caret is in
    the first cell of row three.

(5) Type "<Ctrl>+Z".  SIGSEGV.

..., but note that in the same test on daily dbgutil bibisect repo
version 2015-12-23, running chroot-sid, the program failed with
SIGABRT ...

    /usr/include/c++/4.8/debug/vector:353:error: attempt to subscript container 
    with out-of-bounds index 2, but container only holds 2 elements.

    Objects involved in the operation:
    sequence "this" @ 0x0x2644820 {
      type = NSt7__debug6vectorIP11SwTableLineSaIS2_EEE;
    }
    Application Error

    Fatal exception: Signal 6

( I am going off now to see what I have to do to get the STL debug
classes in my local build. )

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to