| Summary: | krfb-virtualmonitor crashes with "zkde_screencast_stream_unstable_v1 has no event 3" after upgrade to KWin 6.7.0 | ||
|---|---|---|---|
| Product: | [Applications] krfb | Reporter: | freeusernamestuff <freeusernamestuff> |
| Component: | krfb-virtualmonitor | Assignee: | George Goldberg <grundleborg> |
| Status: | REPORTED --- | ||
| Severity: | crash | CC: | antti.savo, kdedev |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | 26.04.2 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
freeusernamestuff@gmail.com
2026-06-18 18:02:46 UTC
Thanks for the crash report, and the troubleshooting, that's very helpful. As the message at the top of the summary says, if something crashed, we also need a backtrace of it so we can figure out what's going on. Can you please attach a backtrace of the crash, as detailed in https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports ? Thanks. We are unable to provide a backtrace through normal means. When attempting to reproduce the crash under gdb, we encountered a separate issue caused by a partial package downgrade on our end (kwin 6.7.0 + kscreenlocker 6.6.4 version mismatch), which prevented kwin_wayland from starting at all. This was not a KWin bug — it was a consequence of our own recovery process. The SIGABRT source is identifiable from the error message itself: libwayland-client aborts when it receives event index 3 on zkde_screencast_stream_unstable_v1, which is not present in krfb's compiled-in protocol definition. Both krfb 25.12.3 and 26.04.2 are affected identically. We confirmed the regression bisect: KWin 6.6.4 works, KWin 6.7.0 breaks it. If you can confirm whether event 3 (serial) was added to zkde_screencast_stream_unstable_v1 in KWin 6.7.0, that would pinpoint the exact commit responsible I'm not able to reproduce this with krdp and Plasma built from git-master The developers can look further into zkde_screencast_stream_unstable_v1. Thanks for the additional detail there, that's helpful. |