Summary: | Crash when selecting virtual output | ||
---|---|---|---|
Product: | [Plasma] xdg-desktop-portal-kde | Reporter: | Nicolas Fella <nicolas.fella> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aleixpol, kde, kdedev, nate, notmart |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
URL: | https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/merge_requests/358 | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=444386 | ||
Latest Commit: | https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/e7faf69cd80bdf135b4ea632c5f6f4bcf125b75e | Version Fixed In: | 6.3.1 |
Sentry Crash Report: |
Description
Nicolas Fella
2024-10-21 22:34:09 UTC
It seems what is happening that we are trying to stream the virtual output which is removed because OBS recreates the whole session. different process, but a very similar backtrace to https://bugs.kde.org/show_bug.cgi?id=444386 Git commit 5d075beb35d5923af5208eafbdcd72f3816da071 by David Redondo. Committed on 07/02/2025 at 09:37. Pushed by davidre into branch 'master'. outputsmodel: Handle screens going away SENTRY:XDG-DESKTOP-PORTAL-KDE-1Z FIXED-IN:6.3.1 M +10 -0 src/outputsmodel.cpp https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/5d075beb35d5923af5208eafbdcd72f3816da071 Git commit e7faf69cd80bdf135b4ea632c5f6f4bcf125b75e by David Redondo. Committed on 07/02/2025 at 12:58. Pushed by davidre into branch 'Plasma/6.3'. outputsmodel: Handle screens going away SENTRY:XDG-DESKTOP-PORTAL-KDE-1Z FIXED-IN:6.3.1 (cherry picked from commit 5d075beb35d5923af5208eafbdcd72f3816da071) Co-authored-by: David Redondo <kde@david-redondo.de> M +10 -0 src/outputsmodel.cpp https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/e7faf69cd80bdf135b4ea632c5f6f4bcf125b75e |