[api-dev] DocumentLoader memory leaking on cleanup

2010-10-25 Thread Chris Rider
We are using DocumentLoader to manage the opening of PowerPoint files, and have recently discovered what appears to be a memory leak. As a quick background, these are self-advancing presentations, created using Microsoft by the end-user, who then uses our product (CentOS based) to display

Re: [api-dev] DocumentLoader memory leaking on cleanup

2010-10-26 Thread Chris Rider
Bauer wrote: On 10/25/2010 07:10 PM, Chris Rider wrote: We are using DocumentLoader to manage the opening of PowerPoint files, and have recently discovered what appears to be a memory leak. As a quick background, these are self-advancing presentations, created using Microsoft by the end-user, who

[api-dev] Document Server chaos -- not talking properly, intermittently

2010-10-26 Thread Chris Rider
(I previously posted something about Document Loader - that is now revised and different, hence this post ~~ You'll find this post much more informative, I hope!) Please forgive me for causing any confusion... I was put on this project after another engineer here took another position, so

Re: [api-dev] DocumentLoader memory leaking on cleanup

2010-10-26 Thread Chris Rider
Please disregard / delete / etc this thread... I am merging this to another post On 10/26/2010 11:26 AM, Chris Rider wrote: I'm just creating logs with a function (see below for example) I'm pretty sure it isn't being referenced anywhere else. We are merely using this to initiate opening

[api-dev] Document Server Memory Leak Suspicion

2010-11-02 Thread Chris Rider
:Document Server chaos -- not talking properly, intermittently Date: Tue, 26 Oct 2010 15:46:23 -0400 From: Chris Rider chris.ri...@messagenetsystems.com Organization: MessageNet Systems, Inc. To: _OpenOffice API Developers List dev@api.openoffice.org (I previously posted

Re: [api-dev] Document Server Memory Leak Suspicion

2010-11-02 Thread Chris Rider
! Chris Original Message Subject: Document Server chaos -- not talking properly, intermittently Date: Tue, 26 Oct 2010 15:46:23 -0400 From: Chris Rider chris.ri...@messagenetsystems.com Organization: MessageNet Systems, Inc. To: _OpenOffice API Developers

Re: [api-dev] Document Server Memory Leak Suspicion

2010-11-02 Thread Chris Rider
Date: Tue, 26 Oct 2010 15:46:23 -0400 From: Chris Rider chris.ri...@messagenetsystems.com Organization: MessageNet Systems, Inc. To: _OpenOffice API Developers List dev@api.openoffice.org (I previously posted something about Document Loader - that is now revised and different

Re: [api-dev] Document Server Memory Leak Suspicion

2010-11-02 Thread Chris Rider
are pretty serious bugs, aren't they? I've heard rumors of a shakeup at Oracle / OpenOffice I hope we the users aren't going to bear the brunt of it! Chris On 11/02/2010 12:11 PM, Cor Nouws wrote: Hi Chris, Chris Rider wrote (02-11-10 16:47) Thanks for the comment/insight... I'll try

Re: [api-dev] Document Server Memory Leak Suspicion

2010-11-03 Thread Chris Rider
LoadComponentFromURL(). The entire time we are watching the soffice.bin process using top and the memory usage just continues to go up. Sincere thanks! -Chris On 11/02/2010 01:43 PM, Mathias Bauer wrote: Hi Chris, On 02.11.2010 13:40, Chris Rider wrote: I hope this is an active mailing list ~ we have

Re: [api-dev] Document Server Memory Leak Suspicion

2010-11-03 Thread Chris Rider
On 11/02/2010 05:55 PM, Cor Nouws wrote: Hi Chris, Chris Rider wrote (02-11-10 19:10) We came up with a process that regularly restarts it before the memory usage becomes too high, but this is not 100% desirable in our particular application. We can't have any kind of interruption in how we display

Re: [api-dev] Document Server Memory Leak Suspicion

2010-11-03 Thread Chris Rider
. -Chris On 11/03/2010 09:17 AM, Stephan Bergmann wrote: On 11/03/10 13:47, Chris Rider wrote: We are starting the document server like this: /opt/openoffice.org3/program/soffice.bin -accept=socket,host=localhost,port=2083;urp;StarOffice.ServiceManager -nolockcheck -nologo -impress -norestore