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

--- Comment #31 from Mike Kaganski <mikekagan...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to