https://bugs.freedesktop.org/show_bug.cgi?id=46100
--- Comment #6 from Michael Meeks <[email protected]> --- Reproduces under linux similar trace, different place: terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Program received signal SIGABRT, Aborted. 0xb7c878c5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. in ../nptl/sysdeps/unix/sysv/linux/raise.c (gdb) bt #0 0xb7c878c5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #1 0xb7c891d5 in __GI_abort () at abort.c:93 #2 0xb7ec681d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/libstdc++.so.6 #3 0xb7ec45b3 in ?? () from /usr/lib/libstdc++.so.6 #4 0xb7ec32fb in ?? () from /usr/lib/libstdc++.so.6 #5 0xb7ec3da6 in __gxx_personality_v0 () from /usr/lib/libstdc++.so.6 #6 0xb7ddd8a3 in ?? () from /lib/libgcc_s.so.1 #7 0xb7dddcb3 in _Unwind_Resume () from /lib/libgcc_s.so.1 #8 0xb7b5c390 in comphelper::EmbeddedObjectContainer::GetGraphicReplacementStream (nViewAspect=1, xObj= uno::Reference to {<com::sun::star::embed::XVisualObject> = {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0xaaac76b8}, <No data fields>}, <com::sun::star::embed::XClassifiedObject> = {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0xaaac778c}, <No data fields>}, <com::sun::star::embed::XComponentSupplier> = {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0xaaac77ac}, <No data fields>}, <com::sun::star::embed::XStateChangeBroadcaster> = {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0xaaac77c4}, <No data fields>}, <com::sun::star::document::XEventBroadcaster> = {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0xaaac77e0}, <No data fields>}, <com::sun::star::util::XCloseable> = {<com::sun::star::util::XCloseBroadcaster> = {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0xaaac77fc}, <No data fields>}, <No data fields>}, <No data fields>}, pMediaType=0x91e4c80) at /data/opt/libreoffice/master/comphelper/source/container/embeddedobjectcontainer.cxx:1561 As Kohei suggests - that exception means we're out of memory - could be we do some massive allocation; or could be we leak at top speed; hard to know - I'll have a poke :-) -- 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
