|
Bugzilla – Full Text Bug Listing |
| Summary: | [Build 50.1] gsd-usb-protect: segfault at 8 ip 000055da91c81e98 sp 00007ffe4d97acf0 error 4 in gsd-usb-protection | ||
|---|---|---|---|
| Product: | [openSUSE] PUBLIC SUSE Linux Enterprise Server 15 SP6 | Reporter: | Alvaro Carvajal <acarvajal> |
| Component: | GNOME | Assignee: | Alynx Zhou <alynx.zhou> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | Normal | ||
| Priority: | P2 - High | CC: | bart.vanassche+novell, rtsvetkov, santiago.zarate, yfjiang |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://openqa.suse.de/tests/13382300/modules/check_logs/steps/51 | ||
| See Also: | https://bugzilla.suse.com/show_bug.cgi?id=1220316 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | Yes | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
/var/log/messages from OS installation job
dmesg (from HANA job) journal (from HANA job) Installed packages list openQA's Problem Detection logs /etc/sysconfig tarball Xlogs.system.log YaST logs |
||
|
Description
Alvaro Carvajal
2024-01-30 15:51:11 UTC
Created attachment 872309 [details]
dmesg (from HANA job)
Created attachment 872310 [details]
journal (from HANA job)
Created attachment 872311 [details]
Installed packages list
Created attachment 872312 [details]
openQA's Problem Detection logs
Created attachment 872313 [details]
/etc/sysconfig tarball
Created attachment 872314 [details]
Xlogs.system.log
Created attachment 872315 [details]
YaST logs
OK, I'll handle it. It sounds like this upstream bug: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/585. However it is fixed 2 years ago, I am trying to make a local VM to see what's wrong with it. So the reason why it crashes is that org.gnome.ScreenSaver cannot be activated, and the actual reason is org.gnome.ScreenSaver is a gjs script, and we don't have gjs installed with basic desktop. I am thinking this is a pattern problem, on Leap 15.6, we have gjs installed. Still not sure why the error handling does not work, but I think we should install gjs with basic desktop. I also see repeated crashes of gsd-usb-protect on openSUSE Tumbleweed. Is a dependency perhaps missing? ``` $ rpm -ql gnome-settings-daemon | grep gsd-usb-protect /usr/libexec/gsd-usb-protection $ rpm -qR gnome-settings-daemon | grep gjs $ ``` https://build.suse.de/request/show/322260 For SLE-15-SP6 https://build.opensuse.org/request/show/1148362 For GNOME:Factory https://build.opensuse.org/request/show/1148363 For GNOME:Next Patches accepted, let's close this and if it still happens please reopen. |