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

            Bug ID: 95903
           Summary: PyUNO connection makes LibreOffice x64 crash
           Product: LibreOffice
           Version: 5.1.0.0.alpha1
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 120619
  --> https://bugs.documentfoundation.org/attachment.cgi?id=120619&action=edit
Python script to connect to LibreOffice

On x64 LO only, the connection through PyUNO makes LO crash.

Crash on:
 - Official LibreOffice 5.0.3 x64
 - LibreOffice 5.1.0.0.aplha1 x64
 - LibreOffice 5.0.0.1 x64

Works fine on:
 - Official LibreOffice 5.0.3 x86

Here is the backtrace when it crashes:
Traceback (most recent call last):
  File "python\Danny.py", line 98, in <module>
    getDesktop()
  File "python\Danny.py", line 95, in getDesktop
    StarDesktop = createUnoService( "com.sun.star.frame.Desktop" )
  File "python\Danny.py", line 83, in createUnoService
    oObj = oServiceManager.createInstance( cClass )
__main__.RuntimeException: Binary URP bridge disposed during call

The debugguer says that it crashes in cppu3.dll

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