https://bz.apache.org/ooo/show_bug.cgi?id=126510
Issue ID: 126510
Issue Type: DEFECT
Summary: UNO API LibreOffice Writer Process hang / freeze C#
Product: App Dev
Version: 4.1.1
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: api
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 issue.