| Summary: | Crash copying files in Dolphin due to stack overflow. | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Maria Keating <maria> |
| Component: | general | Assignee: | 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
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. |