https://bz.apache.org/ooo/show_bug.cgi?id=97227
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #36 from [email protected] --- The OP's sample code in the "Source code" attachment, patched a bit, by uncommenting: sOutputDir = args[0]; and commenting the previous fixed path. Also comment out this non-existent dependency: //import ooo.connector.BootstrapSocketConnector; and comment this related line: // mxRemoteContext = BootstrapSocketConnector.bootstrap(oooExeFolder); and uncomment this line near it: mxRemoteContext = com.sun.star.comp.helper.Bootstrap.bootstrap(); This DOES NOT reproduce the issue for me, on Linux 32, Linux 64, and FreeBSD 64, using the latest SVN trunk (I didn't test earlier versions). The file is written, and the CPU remains idle. I did it many times in a row. Still good. Maybe that PDF converter still does. Let's see. -- You are receiving this mail because: You are the assignee for the issue. You are on the CC list for the issue.
