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

--- Comment #8 from Stephan Bergmann <[email protected]> ---
(In reply to comment #6)
> With master sources updated yesterday, I had this message when I tried to
> install the extension:
> no constructor symbol
> "com.sun.star.comp.sfx2.
> ApplicationScriptLibraryContainer_get_implementation" in component library
> <file:///home/julien/compile-libreoffice/libo/instdir/program/../program/
> libsfxlo.so>

I cannot reproduce that with today's master, it looks like a temporary problem
caused by Matus' work on constructor functions.

(In reply to comment #7)
> The website of the extension indicated a compatibility with 3.3 and 3.4 so
> since LO master sources doesn't open it could be considered somehow as ok.
> However I don't know if the message is ok + 4.2 shouldn't crash anyway.

It looks like the extension is only a catalyst to get into the crash, but not
the reason for it.  (And from a quick look at the extension, it does not look
like it should not work with current LO 4.)

> Looking at the bt of 4.2, I noticed that some destructors were called twice
> so I wonder if it could a problem of order in the stack of calls of
> destructors.

Two consecutive frames of seemingly the same C++ destructor is normal and
expected, it is an artefact of how the compiler generates code for C++
destructors.

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