You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2015/09/08 14:48:48 UTC

[Issue 126510] New: UNO API LibreOffice Writer Process hang / freeze C#

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: issues@openoffice.apache.org
          Reporter: tahirvepro@gmail.com

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.

[Issue 126510] UNO API LibreOffice Writer Process hang / freeze C#

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=126510

mroe <mr...@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOT_AN_ISSUE
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from mroe <mr...@gmx.net> ---
This is the issue tracking system for Apache OpenOffice.
Report LibreOffice bugs to https://bugs.documentfoundation.org/

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 126510] UNO API LibreOffice Writer Process hang / freeze C#

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=126510

orcmid <or...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |orcmid@apache.org

--- Comment #2 from orcmid <or...@apache.org> ---
(In reply to Tahir Nazir from comment #0)
> 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).
[ ... ]

As already indicated, this is not the bugzilla for LibreOffice support.

Please install Apache OpenOffice 4.1.1 for your platform and see if the problem
is in common code that is also part of Apache OpenOffice.  You can install it
side-by-side with LibreOffice.  You need to use the correct soffice executable
though.

If you are using Apache OpenOffice 4.1.1 and simply misnaming it in your
report, please advise and we can re-open the issue.

-- 
You are receiving this mail because:
You are the assignee for the issue.