Bug 2401866
| Summary: | [abrt] glycin-loaders: syscall(): glycin-svg killed by SIGSYS, because syscall() isn't in the glycin secomp whitelist | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Thomas Citharel <bugzilla-redhat> | ||||||||||||||||||||||||
| Component: | glycin | Assignee: | Fabio Valentini <decathorpe> | ||||||||||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | |||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 43 | CC: | bgilbert, bugzilla-redhat, decathorpe, gnome-sig, jeremy.linton, multimedia-sig, pbrobinson, rust-sig | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:c4735fd57a3622eef05b1cf4a0a83c043bc09fff;VARIANT_ID=silverblue; | ||||||||||||||||||||||||||
| Fixed In Version: | glycin-2.0.3-1.fc43 | Doc Type: | --- | ||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2025-10-14 22:22:19 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
Thomas Citharel
2025-10-06 11:58:17 UTC
Created attachment 2108784 [details]
File: proc_pid_status
Created attachment 2108785 [details]
File: maps
Created attachment 2108786 [details]
File: limits
Created attachment 2108787 [details]
File: environ
Created attachment 2108788 [details]
File: open_fds
Created attachment 2108789 [details]
File: mountinfo
Created attachment 2108790 [details]
File: os_info
Created attachment 2108791 [details]
File: cpuinfo
Created attachment 2108792 [details]
File: core_backtrace
Created attachment 2108793 [details]
File: dso_list
Created attachment 2108794 [details]
File: backtrace
FEDORA-2025-2518073aca (glycin-2.0.3-1.fc43, rust-glycin-3.0.3-1.fc43, and 2 more) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-2518073aca FEDORA-2025-2518073aca has been pushed to the Fedora 43 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-2518073aca` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-2518073aca See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. Resuming from suspend. reporter: libreport-2.17.15 cmdline: /usr/libexec/glycin-loaders/2+/glycin-svg --dbus-fd 170 crash_function: syscall executable: /usr/libexec/glycin-loaders/2+/glycin-svg runlevel: /bin/sh: line 1: runlevel: command not found type: CCpp backtrace_rating: 4 rootdir: / uid: 1000 container_cmdline: bwrap --unshare-all --die-with-parent --chdir / --ro-bind /usr /usr --dev /dev --ro-bind-try /etc/ld.so.cache /etc/ld.so.cache --ro-bind-try /nix/store /nix/store --tmpfs /tmp-home --tmpfs /tmp-run --clearenv --setenv HOME /tmp-home --setenv XDG_RUNTIME_DIR /tmp-run --setenv XDG_RUNTIME_DIR /run/user/1000 --symlink /usr/lib64 /lib64 --symlink /usr/lib /lib --ro-bind-try /etc/fonts/conf.d /etc/fonts/conf.d --ro-bind-try /etc/fonts/fonts.conf /etc/fonts/fonts.conf --ro-bind-try /home/peter/.cache/fontconfig /home/peter/.cache/fontconfig --ro-bind-try /usr/lib/fontconfig/cache /usr/lib/fontconfig/cache --bind-try /home/peter/.cache/glycin/usr/libexec/glycin-loaders/2+/glycin-svg /home/peter/.cache/glycin/usr/libexec/glycin-loaders/2+/glycin-svg --setenv XDG_CACHE_HOME /home/peter/.cache/glycin/usr/libexec/glycin-loaders/2+/glycin-svg --seccomp 171 /usr/libexec/glycin-loaders/2+/glycin-svg --dbus-fd 170 comment: Resuming from suspend. package: glycin-loaders-2.0.3-1.fc43 reason: glycin-svg killed by SIGSYS kernel: 6.17.1-300.fc43.aarch64 journald_cursor: s=55d4b5c5df8e475184ee356ae1e1e3a8;i=26dbb7;b=1be17e7a0f5048d4b8cb41c026522d62;m=28b50a0840;t=640f2759aef16;x=640d650351636d00 cgroup: 0::/user.slice/user-1000.slice/user/session.slice/org.gnome.Shell not fixed by 2.0.3 Hm, glycin 2.0.3 has changes that should fix the "crash on wake from suspend" according to upstream.
I see that you reported this crash from aarch64, does it use a different syscall from x86_64 ("restart_syscall") in this circumstance?
(In reply to Fabio Valentini from comment #16) > Hm, glycin 2.0.3 has changes that should fix the "crash on wake from > suspend" according to upstream. > > I see that you reported this crash from aarch64, does it use a different > syscall from x86_64 ("restart_syscall") in this circumstance? Not sure TBH This looks like the usual secomp denial, but in this case its denying 'syscall()' because it appears that rust is using syscall() to call linux's futex*() routines because the code is shared with *bsd's. I would open this upstream with glycin. FEDORA-2025-2518073aca (glycin-2.0.3-1.fc43, rust-glycin-3.0.3-1.fc43, and 2 more) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report. suddently have error reporter: libreport-2.17.15 type: CCpp reason: glycin-jxl killed by SIGABRT journald_cursor: s=2204111908ae4133b7ae5d13a312c1cc;i=313db7;b=8d5110ebecd646f1983aeb560afe6f7d;m=9275b76;t=6430be12bada7;x=7b03e6b4794cc63a container_cmdline: bwrap --unshare-all --die-with-parent --chdir / --ro-bind /usr /usr --dev /dev --ro-bind-try /etc/ld.so.cache /etc/ld.so.cache --ro-bind-try /nix/store /nix/store --tmpfs /tmp-home --tmpfs /tmp-run --clearenv --setenv HOME /tmp-home --setenv XDG_RUNTIME_DIR /tmp-run --setenv XDG_RUNTIME_DIR /run/user/1000 --symlink /usr/lib /lib --symlink /usr/lib64 /lib64 --seccomp 62 /usr/libexec/glycin-loaders/2+/glycin-jxl --dbus-fd 61 executable: /usr/libexec/glycin-loaders/2+/glycin-jxl cmdline: /usr/libexec/glycin-loaders/2+/glycin-jxl --dbus-fd 61 cgroup: 0::/user.slice/user-1000.slice/user/session.slice/org.gnome.Shell rootdir: / uid: 1000 kernel: 6.17.7-300.fc43.x86_64 runlevel: /bin/sh: line 1: runlevel: command not found backtrace_rating: 4 crash_function: syscall comment: suddently have error package: glycin-loaders-2.0.4-1.fc43 |