Bug 108037 - CRASH: Huge memory usage (2.800 MB in 64-bit), additionally crash (on 1.400 MB in 32-bit) when exporting 58-pages ODP to PDF
Summary: CRASH: Huge memory usage (2.800 MB in 64-bit), additionally crash (on 1.400 M...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Impress (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All Windows (All)
: medium critical
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
: 108463 (view as bug list)
Depends on:
Blocks: PDF-Export Memory
  Show dependency treegraph
 
Reported: 2017-05-23 20:19 UTC by Telesto
Modified: 2022-06-01 03:36 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments
Example file (1.30 MB, application/vnd.oasis.opendocument.presentation)
2017-05-23 20:19 UTC, Telesto
Details
export in pdf jpeg90 300dpi in 6.1.0.3-x64 win10-64 ok (16.43 MB, application/pdf)
2018-08-25 12:40 UTC, paulystefan
Details
Valgrind trace (6.07 KB, application/x-bzip)
2019-06-09 11:42 UTC, Julien Nabet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Telesto 2017-05-23 20:19:15 UTC
Description:
LibreOffice crashes while exporting to PDF

Steps to Reproduce:
1. Open the attached file (based on bug 104479#c26)
2. Export it to PDF with default settings (300 dpi 90% compression)

Actual Results:  
Crash while exporting

Expected Results:
No crash


Reproducible: Always

User Profile Reset: No

Additional Info:
Probleemhandtekening:
  Gebeurtenisnaam van probleem:	APPCRASH
  Naam van de toepassing:	soffice.bin
  Versie van toepassing:	5.4.0.0
  Tijdstempel van toepassing:	591e05e6
  Naam van foutmodule:	VCRUNTIME140.dll
  Versie van foutmodule:	14.0.24215.1
  Tijdstempel van foutmodule:	57bfd587
  Uitzonderingscode:	c0000005
  Uitzonderingsmarge:	0000d3f9


User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
Comment 1 Telesto 2017-05-23 20:19:30 UTC
Created attachment 133491 [details]
Example file
Comment 2 Xisco Faulí 2017-05-23 21:22:11 UTC
I can reproduce the crash with a 'bad allocation' error in

Version: 5.5.0.0.alpha0+
Build ID: 7662b11cad6105d56fb9acc9c431c89d3b68dc89
CPU threads: 1; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2017-05-20_10:09:09
Locale: es-ES (es_ES); Calc: group

however it doesn't crash in with 

Version: 5.4.0.0.alpha1+
Build ID: 74d2e606fd3605fe0a585f596eaa215ae4e20d18
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk2; 
Locale: en-US (ca_ES.UTF-8); Calc: group

Which OS and build are you using?
Comment 3 Telesto 2017-05-23 22:04:56 UTC
Crash occurred with
Versie: 5.4.0.0.beta1 
Build ID: 8672113ead4e403c55e31b1d9a3d1e0f3b299577
CPU-threads: 4; Besturingssysteem:Windows 6.2; UI-render: standaard; 
Locale: nl-NL (nl_NL); Calc: CL

also with (used closed without any warning)
Version: 5.5.0.0.alpha0+
Build ID: d57e6cd9dcc96112994ca2b14ac45896e86b26e5
CPU threads: 4; OS: Windows 6.19; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-05-18_22:43:07
Locale: nl-NL (nl_NL); Calc: CL

and in
Version: 5.2.5.0.0+
Build ID: a4d4fbeb623013f6377b30711ceedb38ea4b49f8
CPU Threads: 4; OS Version: Windows 6.2; UI Render: GL; 
TinderBox: Win-x86@62-merge-TDF, Branch:libreoffice-5-2, Time: 2016-12-24_14:43:55
Locale: nl-NL (nl_NL); Calc: CL

also found in
Lib5.0.6.3

No crash with
Version: 5.0.0.5
Build ID: 1b1a90865e348b492231e1c451437d7a15bb262b
Locale: nl-NL (nl_NL)

The issue seems to be a memory leak while exporting to PDF combined with the fact that (recent?) WinX86 builds tend to crash when the memory usage increases over 1,2 GB mark (mostly with bad alloc) (this time with a app crash report for me) See also https://bugs.documentfoundation.org/show_bug.cgi?id=104479#c27
Comment 4 Aron Budea 2017-06-04 22:40:36 UTC
The memory usage is almost the same since 3.3.0. Since the fix would be to reduce memory usage to normal levels anyway, I'm removing regression-related keywords.
Comment 5 Telesto 2017-06-11 13:08:11 UTC
*** Bug 108463 has been marked as a duplicate of this bug. ***
Comment 6 paulystefan 2018-08-25 12:40:40 UTC
Created attachment 144426 [details]
export in pdf jpeg90 300dpi in 6.1.0.3-x64 win10-64 ok

export in pdf jpeg90 300dpi in 6.1.0.3-x64 win10-64 ok

solved for me
Comment 7 paulystefan 2018-08-25 13:03:08 UTC
in 6.0.6.2-x64 and win10-x64  memory about 2500 MB at the end of export
in 6.1.0.3-x64 and win10-x64  memory about 2800 MB at the end of export

you must have more than 4 GB better 8GB in memory.

the programm added side per side memory and needs about 40 or 50 MB per side.

this is a basic problem also in pdf import.


but crash is solved
Comment 8 Timur 2018-08-28 12:43:35 UTC
Repro 6.2+, both huge memory usage in 64-bit and bad allocation in 32-bit.
Comment 9 Julien Nabet 2019-06-09 11:42:54 UTC
Created attachment 152062 [details]
Valgrind trace

On pc Debian x86-64 with master sources updated today + enable-symbols (not enable-dbgutil), I retrieved a Valgrind trace.
Comment 10 Telesto 2020-01-03 22:05:19 UTC Comment hidden (me-too)
Comment 11 Telesto 2020-01-03 22:14:35 UTC Comment hidden (obsolete)
Comment 12 Xavier Van Wijmeersch 2020-01-04 19:51:19 UTC
I have 4.852 MB memory at the end of export with fresh build master

Version: 6.5.0.0.alpha0+
Build ID: b0a468d75ff96955e9e53027d35b248235cb68d0
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3; 
Locale: nl-BE (en_US.UTF-8); UI-Language: en-US
Calc: threaded
Comment 13 Telesto 2020-05-31 12:39:04 UTC
Same huge memory usage
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 83c4f86f22dc37269ac6a038fe7de053c42aad6e
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: en-US (nl_NL); UI: en-US
Calc: CL
Comment 14 QA Administrators 2022-06-01 03:36:16 UTC
Dear Telesto,

To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information from Help - About LibreOffice.
 
If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug