[framework-issues] [Issue 107743] Race condition launching application

2010-08-20 Thread laurentgodard
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107743


User laurentgodard changed the following:

What|Old value |New value

  CC|''|'laurentgodard'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107743] Race condition launching application

2009-12-17 Thread mux2005
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107743
 Issue #|107743
 Summary|Race condition launching application
   Component|framework
 Version|OOo 3.2 Beta 1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|mux2005





--- Additional comments from mux2...@openoffice.org Thu Dec 17 10:32:28 
+ 2009 ---
The following does not work reliably

{ swriter macro:d  } ; swriter foo.odt

Sometimes nothing happens (i.e. foo.odt is not opened). If I introduce a sleep
between the 2 calls like this

{ swriter macro:d  } ; sleep 2 ; swriter foo.odt

it works all the time. There seems to be a race condition in OOo's start code
that causes the first command to prevent the execution of the second when the
second is started while the 1st has not yet finished running.

I can reproduce this under Linux and Windows XP (with Cygwin).

Note that while this testcase may seem contrived we found this in a real world
environment. It happens when one or several 3rd party applications launch OOo
processes in rapid succession.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org