package: unoconv
version: 0.3-3

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

-- 
Arie

Reply via email to