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

Tahir Nazir <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from Tahir Nazir <[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?

As in Apache OpenOffice this bug solving procedure is written 
https://bz.apache.org/ooo/show_bug.cgi?id=32051 using
"Negotiate=0,ForceSynchronous=1". I have tested my code with Apache OpenOffice
program and there was no problem. But with LibreOffice I have started the
process by including these two parameters but still it hang.

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