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

            Bug ID: 94046
           Summary: UNO API LibreOffice Writer Process hang / freeze C#
           Product: LibreOffice
           Version: 5.0.0.5 release
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: critical
          Priority: medium
         Component: Writer
          Assignee: [email protected]
          Reporter: [email protected]

I have an appication in which I fill the OpenOffice text document using
bookmarks and then save them as PDF (C#, .NET 4.0, VS 2010). The problem is
that when the document filled first time then everything works fine but after
closing the document using API and open new document and try to fill (
Automatically using Uno API) then Uno API process won't get response from
LibreOffice.

Mean second time LibreOffice process won't response on writng bookmarks and my
application process wait for the response of LibreOffice. This results in hang
in my application, as my process wait indefinitely response from Uno API (and
may be Uno API wait for response from running LibreOffice process).

The file is loaded from a template and bookmarks are filled. Program is started
using 

soffice -accept=pipe,name=myPipeName;urp;StarOffice.ServiceManager -nodefault
-nologo -nofirststartwizard -norestore

using UnoUrlResolver I have connected to running office instance. It is may be
some bug in Uno API thread or what can be the reason?

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