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

--- Comment #16 from Julien Nabet <serval2...@yahoo.fr> ---
I reproduced the crash with 3.6 sources with same bt and console logs:
/usr/include/c++/4.7/debug/safe_iterator.h:263:error: attempt to 
    dereference a past-the-end iterator.

Objects involved in the operation:
iterator "this" @ 0x0x7fffcf7ae420 {
type =
N11__gnu_debug14_Safe_iteratorISt23_Rb_tree_const_iteratorIsENSt7__debug3setIsSt4lessIsESaIsEEEEE
(mutable iterator);
  state = past-the-end;
  references sequence with type `NSt7__debug3setIsSt4lessIsESaIsEEE' @
0x0x7fffcf7ae420
}
#0  0x00007f13f9915475 in *__GI_raise (sig=<optimized out>) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0x00007f13f99186f0 in *__GI_abort () at abort.c:92
#2  0x00007f13fa1ba31d in __gnu_debug::_Error_formatter::_M_error() const ()
from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3  0x00007f13dd919a4c in
__gnu_debug::_Safe_iterator<std::_Rb_tree_const_iterator<short>,
std::__debug::set<short, std::less<short>, std::allocator<short> > >::operator*
(
    this=0x7fffcf7ae420) at /usr/include/c++/4.7/debug/safe_iterator.h:261
#4  0x00007f13ddf17619 in ScDocFunc::AutoFormat (this=0x195cff0, rRange=...,
pTabMark=0x1a34b60, nFormatNo=1, bRecord=true, bApi=false)
    at
/home/julien/compile-libreoffice/libo_3_6/sc/source/ui/docshell/docfunc.cxx:3738
#5  0x00007f13de32121a in ScViewFunc::AutoFormat (this=0x1a33210, nFormatNo=1,
bRecord=1 '\001')
    at
/home/julien/compile-libreoffice/libo_3_6/sc/source/ui/view/viewfun2.cxx:1571
#6  0x00007f13de206eba in ScCellShell::Execute (this=0x1a529a0, rReq=...) at
/home/julien/compile-libreoffice/libo_3_6/sc/source/ui/view/cellsh3.cxx:848

The patch of comment14 works too.

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

Reply via email to