https://bugs.freedesktop.org/show_bug.cgi?id=72293

--- Comment #2 from Terrence Enger <[email protected]> ---
Created attachment 90383
  --> https://bugs.freedesktop.org/attachment.cgi?id=90383&action=edit
typescript with backtrace from core file

The crash is signal 6, Aborted.

The interesting part of the terminal output is:

    /usr/include/c++/4.7/debug/safe_iterator.h:292:error: attempt to increment 
        a past-the-end iterator.

    Objects involved in the operation:
    iterator "this" @ 0x0x7fffc3f5f820 {
    type =
N11__gnu_debug14_Safe_iteratorIN9__gnu_cxx17__normal_iteratorIPKP13ScFormulaCellNSt9__cxx19986vectorIS4_SaIS4_EEEEENSt7__debug6vectorIS4_S9_EEEE
(constant iterator);
      state = past-the-end;
      references sequence with type
`NSt7__debug6vectorIP13ScFormulaCellSaIS2_EEE' @ 0x0x7fffc3f5f820
    }
    Application Error

Backtrace starts at line 132 of the typescript.


This observation comes from master commit 3d7d622, fetched 2013-11-19,
configured as:

    --enable-option-checking=fatal
    --enable-dbgutil
    --enable-crashdump
    --without-system-postgresql
    --without-myspell-dicts
    --with-extra-buildid
    --without-doxygen
    --with-external-tar=/home/terry/lo_hacking/git/src

built and running on debian-wheezy.


Note well that this is a debug build.  That can change the kind of
failure, hopefully in an informative way.

-- 
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