| Summary: | Spectacle crashes after ending a recording | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] KPipeWire | Reporter: | bruno <bruno> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | aleixpol, kde, nate |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/kpipewire/-/commit/248988134e859143292aa907d9464fd2f8dcfa07 | Version Fixed/Implemented In: | 6.0.4 |
| Sentry Crash Report: | |||
|
Description
bruno
2024-03-27 19:57:50 UTC
this seems to happen because of a null pointer dereference here https://invent.kde.org/plasma/kpipewire/-/blob/master/src/pipewirerecord.cpp?ref_type=heads#L195 so i moved it to kpipewire instead A possibly relevant merge request was started @ https://invent.kde.org/plasma/kpipewire/-/merge_requests/136 Git commit eb21912e7e0ce5a70c6f906c6e5a20f56cc6783e by Fabian Vogt. Committed on 05/04/2024 at 08:42. Pushed by fvogt into branch 'master'. Fix nullptr check It made sure to only dereference nullptrs. M +1 -1 src/pipewirerecord.cpp https://invent.kde.org/plasma/kpipewire/-/commit/eb21912e7e0ce5a70c6f906c6e5a20f56cc6783e Git commit 248988134e859143292aa907d9464fd2f8dcfa07 by Fabian Vogt. Committed on 05/04/2024 at 08:44. Pushed by fvogt into branch 'Plasma/6.0'. Fix nullptr check It made sure to only dereference nullptrs. (cherry picked from commit eb21912e7e0ce5a70c6f906c6e5a20f56cc6783e) M +1 -1 src/pipewirerecord.cpp https://invent.kde.org/plasma/kpipewire/-/commit/248988134e859143292aa907d9464fd2f8dcfa07 while this is now fixed, another error still occurs, which i've reported in #485733 |