Heh, I can understand your puzzle, but it looks like it just happens. I am using LibreOffice and I am just calling a method on its API. This is the part of the code:
...
1. $oReturn = $oDesktop.loadComponentFromURL($sURL, "_default", 0, $aoProperties)
2. If Not IsObj($oReturn) Then
3. _ErrorNotify("Error", $sFuncName, "", "$_GeneralError")
4. Return SetError($_OOoCalcStatus_GeneralError, 0, 0)
5. Else
6. Return SetSuccess($_OOoCalcStatus_Success)
7. EndIf
The code never reaches line 2 when a process of LibreOffice is left running. In the other case, it just runs fine. Weird, I know.