Bug 470763

Summary: Crash copying files in Dolphin due to stack overflow.
Product: [Frameworks and Libraries] frameworks-kio Reporter: Maria Keating <maria>
Component: generalAssignee: KIO Bugs <kio-bugs-null>
Status: REPORTED ---    
Severity: crash CC: bribbers, kdelibs-bugs-null
Priority: NOR    
Version First Reported In: 5.106.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.