Bug 2280852
| Summary: | [abrt] kwin-x11: KCrash::defaultCrashHandler(): kwin_x11 killed by SIGSEGV | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adrià <adriacabellocrespo> | ||||||||||||||||||||||||||
| Component: | kwin-x11 | Assignee: | Kevin Kofler <kevin> | ||||||||||||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||||||||||||||||||||||||
| Severity: | urgent | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 40 | CC: | accounts+fedora, adriacabellocrespo, kevin, sergio, stevenfalco | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/357ef9499b2618506fcd0aa6ca7fd58f792db03 | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:9d9b085650d7408a1a3ab026c8a3a6993b858411;VARIANT_ID=kde; | ||||||||||||||||||||||||||||
| Fixed In Version: | kwin-x11-6.0.4.1-3.fc40 | Doc Type: | If docs needed, set a value | ||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2024-05-17 12:08:07 UTC | Type: | --- | ||||||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||
|
Description
Adrià
2024-05-16 16:50:13 UTC
Created attachment 2033586 [details]
File: proc_pid_status
Created attachment 2033587 [details]
File: maps
Created attachment 2033588 [details]
File: limits
Created attachment 2033589 [details]
File: environ
Created attachment 2033590 [details]
File: open_fds
Created attachment 2033591 [details]
File: mountinfo
Created attachment 2033592 [details]
File: os_info
Created attachment 2033593 [details]
File: cpuinfo
Created attachment 2033594 [details]
File: core_backtrace
Created attachment 2033595 [details]
File: dso_list
Created attachment 2033596 [details]
File: var_log_messages
Created attachment 2033597 [details]
File: backtrace
Cannot start the Compositor in Plasma X11. Using akmod-nvidia. This is the output of "kwin_x11 --replace": Application::crashHandler() called with signal 11; recent crashes: 1 KCrash: appFilePath points to nullptr! KCrash: Application '<unknown>' crashing... crashRecursionCounter = 2 [1] 6607 segmentation fault (core dumped) kwin_x11 --replace kwin_core: Compositing disabled: video driver seems unstable. If you think it's a false positive, please try again in a few minutes. kwin_core: Compositing is not possible *** Bug 2280899 has been marked as a duplicate of this bug. *** Bug also reported by another user on KDE bugtracker: https://bugs.kde.org/show_bug.cgi?id=487098 The culprit is the 6.0.4 update. FEDORA-2024-06d286a7c5 (kwin-x11-6.0.4.1-2.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-06d286a7c5 Unfortunately, the 6.0.4.1-2.fc40 update doesn't work because the patch didn't get applied. The kwin-x11 spec uses %setup, while the kwin spec uses %autosetup. If I change the %setup line to:
%autosetup -p1 -n kwin-%{version}
and rebuild the kwin-x11 package, then everything works without crashing again.
%autosetup is just broken and should never be used. I have simply added the missing %patch line (%patch -P0 -p1 -b .syncobj-v1). I am now building this. This is also interesting because the patch is actually relevant only for Wayland, but somehow manages to make binary-incompatible changes to global internal data structures that end up breaking kwin-x11, grrr… This makes me wonder whether we should actually change the hard Requires on the kwin Version to one on the exact Version-Release, though that would probably have to be maintained manually because we cannot always keep Release in sync (e.g., in this case, where a mistake in kwin-x11 packaging required another Release bump). I wish the KDE SIG would just stop backporting changes from KWin git master (not even the release branch, the pull request to 6.0 https://invent.kde.org/plasma/kwin/-/merge_requests/5511 was rejected upstream) touching 38 files and adding 980 lines (and removing 6 lines) to what is supposed to be a stable release of KWin in a stable release of Fedora. I can confirm kwin-x11-6.0.4.1-3.fc40 works, thanks! (In reply to Andrew Gunnerson from comment #17) > Unfortunately, the 6.0.4.1-2.fc40 update doesn't work because the patch > didn't get applied. The kwin-x11 spec uses %setup, while the kwin spec uses > %autosetup. If I change the %setup line to: > > %autosetup -p1 -n kwin-%{version} > > and rebuild the kwin-x11 package, then everything works without crashing > again. yes, I'm sorry, I was fooled by my VM which seems to work correctly and didn't give me more abrt problems another thing usually , I think, we mark as duplicated the abrt reports and not the other way around , I'm talking about "Duplicate of this bug: 2280899" Thank you to take over the situation *** This bug has been marked as a duplicate of bug 2280899 *** FEDORA-2024-06d286a7c5 has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-06d286a7c5` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-06d286a7c5 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-06d286a7c5 (kwin-x11-6.0.4.1-3.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. *** This bug has been marked as a duplicate of bug 2280899 *** |