Issue 102330 - Memory leak
Summary: Memory leak
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: *Testproduct
Classification: Test
Component: code (show other issues)
Version: OOo 3.1
Hardware: All Solaris
: P2 Trivial (vote)
Target Milestone: not determined
Assignee: issues@test
QA Contact: issues@test
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2009-05-28 14:09 UTC by kiralyp
Modified: 2009-05-29 13:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Memory leak test macro (988 bytes, text/plain)
2009-05-28 14:10 UTC, kiralyp
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description kiralyp 2009-05-28 14:09:53 UTC
Hi,

I have found a memory problem in OOo 3.1 on Solaris (SunOS afsz2 5.10
Generic_118855-33 i86pc i386 i86pc).
You can reproduce it with the attached macro. The macro does the following:
- start a "for" loop
- opens a template document (ODT)
- replaces a string
- export the file to pdf
- closes the template file

The loop repeats this procedure 500 times.
The problem is that at the end of this macro OOo eats up 1.10GB of memory.

I have tested this on Ubuntu 9.04 (64 bit) with OOo 3.0. The result of the
memory usage was only 90MB!

The same macro run on Windows XP (32bit) with OOo 3.1 also with just 80MB memory
usage!

This problem was present in OOo 2.x and OOo 3.0 too on Solaris.
If you have any solution please help or fix this bug as soon as you can because
it is a realy big problem for us!

Thanks, and regards:
Peter Kiraly
Comment 1 kiralyp 2009-05-28 14:10:49 UTC
Created attachment 62613 [details]
Memory leak test macro
Comment 2 Rainer Bielefeld 2009-05-29 13:30:32 UTC
Same as  Issue 102332
Comment 3 Rainer Bielefeld 2009-05-29 13:32:00 UTC
.