#1101079 scribus: heap memory runaway when launching scribus without file or invoking open dialog

Package:
scribus
Source:
scribus
Description:
Open Source Desktop Page Layout
Submitter:
Marcel Partap
Date:
2025-03-23 00:03:02 UTC
Severity:
normal
#1101079#5
Date:
2025-03-23 00:01:42 UTC
From:
To:
Just wanted to try scribus' colour management, decided to upgrade it from 1.5
before and ran into a memory runaway problem (noticed as all them web workers
were being killed)..

It's reproducable on my system by simply starting it without a file. If started
with a file as parameter, it will behave normally (about 70MB memory usage) but
show the same behaviour when invoking the file open dialog. Here's a simple way
to try without risk of causing problems:

systemd-run --user --scope --unit=scribus -p MemoryMax=1G -p MemorySwapMax=0
scribus & watch -d -n 0.2 "systemctl status --user scribus.scope"; systemctl
reset-failed --user scribus.scope

Might be because of my only partly up-to-date unstable install, looking forward
to hear whether anyone else can reproduce.