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

--- Comment #15 from Stephan Bergmann <sberg...@redhat.com> ---
(In reply to comment #14)
> (gdb) continue
> Continuing.
> [New Thread 0x7ff32eca6700 (LWP 1679)]
> 
> <typing = in formula bar in empty spread>
> 
> Program received signal SIGABRT, Aborted.
> 0x00007ff34893f1c9 in raise () from /usr/lib/libc.so.6
> (gdb) bt
> #0  0x00007ff34893f1c9 in raise () from /usr/lib/libc.so.6
> #1  0x00007ff3489405c8 in abort () from /usr/lib/libc.so.6
> #2  0x00007ff34922b935 in __gnu_cxx::__verbose_terminate_handler() () from
> /usr/lib/libstdc++.so.6
> #3  0x00007ff349229aa6 in ?? () from /usr/lib/libstdc++.so.6
> #4  0x00007ff349229ad3 in std::terminate() () from /usr/lib/libstdc++.so.6
> #5  0x00007ff349229cfe in __cxa_throw () from /usr/lib/libstdc++.so.6
> #6  0x00007ff32fc9ca49 in ?? () from
> /usr/lib/libreoffice/ure/lib/libgcc3_uno.so
> #7  0x00007ff32fc9ad83 in ?? () from
> /usr/lib/libreoffice/ure/lib/libgcc3_uno.so
> #8  0x00007ff32fc9b1d3 in ?? () from
> /usr/lib/libreoffice/ure/lib/libgcc3_uno.so
> #9  0x00007ff32fca33c6 in privateSnippetExecutor () from
> /usr/lib/libreoffice/ure/lib/libgcc3_uno.so
> #10 0x00007ff347c892dd in ?? () from
> /usr/lib/libreoffice/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
> #11 0x00007ff347c889c2 in ?? () from
> /usr/lib/libreoffice/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
> #12 0x00007ff347c822c4 in ?? () from
> /usr/lib/libreoffice/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
> #13 0x00007ff30f65d142 in
> ScUnoAddInCollection::LoadComponent(ScUnoAddInFuncData const&) () from
> /usr/lib/libreoffice/program/../program/libsclo.so

Your problem is slightly different to the one originally discussed in this bug,
as it throws an uncaught exception in ScUnoAddInCollection::LoadComponent, past
the call to ScUnoAddInCollection::Initialize where an exception was not caught
in the original bug's scenario.

__gnu_cxx::__verbose_terminate_handler indicates that there most certainly was
printed something along the lines of "uncaught exception of type ..." printed
to stderr prior to "Program received signal SIGABRT, Aborted." that you elided.
 Can you provide that?

Also, can you provide the output of "unopkg list", "unopkg list --shared", and
"unopkg list --bundled"?

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