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

--- Comment #28 from Friedrich <[email protected]> ---
I have exactly one file which crashes _every_ time while exporting to PDF.
Unfortunately this document is more or less 1 GB in size (244 JPGs linked in).
Last time when I tried to upload a sample the upload limit was 1 MB.

Last time I tested it at work and attached Microsoft Visual Studio 2010 to
soffice.bin while it had crashed. It revealed that the crash had taken place in
Microsoft mem.dll (in an unlock function ?). I downloaded the source but it had
no effect because it didn't contain any debug files. (Error text see below)

I retried it with WinDebug. It reported an exception in sal3.dll. (Please see
appended file "WinDebugOutput.txt")


Please supply the community with debug files!
See also comment from Andreas Timar underneath the video on
http://www.youtube.com/watch?v=fppBTs215yc



#ifdef _M_IX86
#pragma optimize("y",on)
#endif  /* _M_IX86 */

/***
*_lockerr_exit() - Write error message and die
*
*Purpose:
*       Attempt to write out the unexpected lock error message, then terminate
*       the program by a direct API call.  This function is used in place of
*       amsg_exit(_RT_LOCK) when it is judged unsafe to allow further lock
*       or unlock calls.
*
*Entry:
*
*Exit:
*
*Exceptions:
*
*******************************************************************************/

void __cdecl _lockerr_exit (
        char *msg
        )
{
        FatalAppExit(0, msg);       /* Die with message box */
        __crtExitProcess(255);      /* Just die */
}

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