Bug 2254965
Summary: | [abrt] epiphany-runtime: trap_handler(): epiphany killed by SIGTRAP | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pierre Ossman <ossman> | ||||||||||||||||||||||||
Component: | at-spi2-core | Assignee: | Matthias Clasen <mclasen> | ||||||||||||||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||
Version: | 38 | CC: | gecko-bugs-nobody, gnome-sig, jhorak, mcatanza, mclasen, ossman, philip.wyett, rstrode, tpopela | ||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/4ad325d038d68e55251b337994b2ae4747432eb | ||||||||||||||||||||||||||
Whiteboard: | abrt_hash:0ff186d1a1b58b302360297ada955b01ec49307f;VARIANT_ID=workstation; | ||||||||||||||||||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||
Last Closed: | 2024-05-31 09:10:30 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
Pierre Ossman
2023-12-18 08:34:54 UTC
Created attachment 2004779 [details]
File: environ
Created attachment 2004780 [details]
File: open_fds
Created attachment 2004781 [details]
File: limits
Created attachment 2004782 [details]
File: os_info
Created attachment 2004783 [details]
File: proc_pid_status
Created attachment 2004784 [details]
File: backtrace
Created attachment 2004785 [details]
File: cpuinfo
Created attachment 2004786 [details]
File: var_log_messages
Created attachment 2004787 [details]
File: mountinfo
Created attachment 2004788 [details]
File: maps
Created attachment 2004789 [details]
File: core_backtrace
I see xdg-dbus-proxy exited with status 1, which is bad. Are there no other interesting messages in the system journal? We need to figure out why that is happening. Presumably this is related to https://gitlab.gnome.org/GNOME/epiphany/-/issues/1780#note_1946293 right? Yes, that was at the same time, so it is a likely cause.
The journal has this to say:
> Dec 18 09:20:00 ossman.lkpg.cendio.se systemd[2645]: Started app-gnome-org.gnome.Epiphany.WebApp_6b1f893805e29582969095a741d60a5f43734af8-2067439.scope - Application launched by gnome-shell.
> Dec 18 09:20:00 ossman.lkpg.cendio.se org.gnome.Epiphany.WebApp_6b1f893805e29582969095a741d60a5f43734af8.desktop[2067515]: bwrap: Can't find source path /root/.cache/at-spi: Permission denied
> Dec 18 09:20:00 ossman.lkpg.cendio.se epiphany[2067439]: Failed to fully launch dbus-proxy: Child process exited with code 1
> Dec 18 09:20:01 ossman.lkpg.cendio.se systemd[2645]: Started app-gnome-org.gnome.Epiphany.WebApp_430b38bf6daa7f9164b164b2ffd540b5a3afe2fd-2067519.scope - Application launched by gnome-shell.
> Dec 18 09:20:01 ossman.lkpg.cendio.se org.gnome.Epiphany.WebApp_430b38bf6daa7f9164b164b2ffd540b5a3afe2fd.desktop[2067599]: bwrap: Can't find source path /root/.cache/at-spi: Permission denied
> Dec 18 09:20:01 ossman.lkpg.cendio.se epiphany[2067519]: Failed to fully launch dbus-proxy: Child process exited with code 1
> Dec 18 09:20:02 ossman.lkpg.cendio.se systemd-coredump[2067517]: [🡕] Process 2067439 (epiphany) of user 4051 dumped core.
> ...
(In reply to Pierre Ossman from comment #14) > > Dec 18 09:20:01 ossman.lkpg.cendio.se org.gnome.Epiphany.WebApp_430b38bf6daa7f9164b164b2ffd540b5a3afe2fd.desktop[2067599]: bwrap: Can't find source path /root/.cache/at-spi: Permission denied I think that's coming from: $ gdbus call --session --dest org.a11y.Bus --object-path /org/a11y/bus --method org.a11y.Bus.GetAddress Which is supposed to return something like: ('unix:path=/run/user/1000/at-spi/bus',) I think that paths under /root should never be returned when calling this method on the session bus, unless perhaps the session bus corresponds to the root user. But in this case, you're not running Epiphany as root, so it's strange to see this result. Maybe we need more safety checks to ensure the a11y bus doesn't get started as root? I think this should be fatal and I don't think we can do any better error message than what is already printing, so I don't see any need to change WebKit's behavior here. The message was just in a log, so it wasn't terribly helpful as a user, since I got no visible response clicking the Epiphany icon. Would it be possible to start without accessibility and a warning? I would assume most users would be fine without those features. No, if the a11y bus socket is not readable, that's a serious error and we should refuse to start. Checking the system journal or running the app in a terminal is just what you need to do when an app fails to start. Fedora Linux 38 entered end-of-life (EOL) status on 2024-05-21. Fedora Linux 38 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora Linux please feel free to reopen this bug against that version. Note that the version field may be hidden. Click the "Show advanced fields" button if you do not see the version field. If you are unable to reopen this bug, please file a new report against an active release. Thank you for reporting this bug and we are sorry it could not be fixed. *** This bug has been marked as a duplicate of bug 2162351 *** |