[Libreoffice-bugs] [Bug 112928] LibreOffice 5.4.2.2 installs but will not run on Windows XP SP3 (32-bit)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Oct 23 08:02:55 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=112928

--- Comment #31 from Mike Kaganski <mikekaganski at hotmail.com> ---
Well, the CreateFileW seems to be innocent. It fails as before, and further,
the fileaccess::throw_handler is called from fileaccess::TaskManager::endTask.
That's expected, and worked before, reaching exception handler down the call
stack.

The problem is that now it fails to initialize required data *before* the
exception is thrown. An access violation system (not c++) exception (=SIGSEGV)
in s_stub_computeObjectIdentifier *after* cppu_cppenv_getStaticOIdPart() -
which seems to return uninitialized string (aRet.makeStringAndClear seems to be
optimized away???). No idea what made this change of behaviour.

Stephan, could you please take a look at this?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171023/720bb58b/attachment.html>


More information about the Libreoffice-bugs mailing list