On Mon, 24 Mar 2008, Arie Skliarouk wrote:

Unoconv randomly crashes on conversion of an odt file to html one:

#!/bin/sh
for tt in `seq 1 10`;
{
 unoconv --format=html test.odt 2>/dev/null && Success=YES
 echo -n "."
 rm test.html
}

Crashes 3-7 times out of 10 with one of two messages: "Segmentation fault"
or "Aborted".

This is a problem with OpenOffice really. It works much better when OpenOffice is running already instead of having it start and stop everytime you invoke unoconv.

But there is little we can do really.

--
--   dag wieers,  [EMAIL PROTECTED],  http://dag.wieers.com/   --
[Any errors in spelling, tact or fact are transmission errors]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to