Bug 470763 - Crash copying files in Dolphin due to stack overflow.
Summary: Crash copying files in Dolphin due to stack overflow.
Status: REPORTED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: 5.106.0
Platform: Other Linux
: NOR crash
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-08 01:41 UTC by Maria Keating
Modified: 2023-06-08 06:56 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maria Keating 2023-06-08 01:41:13 UTC
Alpine Linux bug report: https://gitlab.alpinelinux.org/alpine/aports/-/issues/14980#note_317133
Comment 1 Bart Ribbers 2023-06-08 06:56:02 UTC
Just to include a bit more detail in this bug report rather than having to go outside this bugtracker:

This seems to be due to a small stack size. When the stack size of Dolphin is increased to 1M (using LDFLAGS="$LDFLAGS -Wl,-z,stack-size=0x100000") it never happens.