https://bugs.freedesktop.org/show_bug.cgi?id=83013
--- Comment #8 from Lionel Elie Mamane <[email protected]> --- (In reply to Alex Thurgood from comment #6) > 0x00007fffc3bc18f1 in operator[] (this=<optimized out>, __n=<optimized out>) > at /usr/include/c++/4.9/bits/stl_vector.h:780 > 780 { return *(this->_M_impl._M_start + __n); } > > so something not quite right in stl_vector ? This looks like an out-of-bound access in a std::vector, like e.g. accessing the 5th element when there are only 3 elements. -- 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
