Bug 2400463
| Summary: | [abrt] epiphany-runtime: WTFCrashWithInfo(): epiphany killed by SIGABRT | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Leandro Paz <leandropaz> | ||||||||||||||||||||||
| Component: | epiphany | Assignee: | Michael Catanzaro <mcatanza> | ||||||||||||||||||||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 42 | CC: | gecko-bugs-nobody, gnome-sig, jhorak, leandropaz, mcatanza, mclasen, rstrode, tpopela | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/26d4e9e0c8a96a3cf473fc82acb4b01fa2f0f79 | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:2aef62cb41cb624b5137087342296744ae630c27;VARIANT_ID=workstation; | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | --- | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2025-09-30 17:54:09 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
Leandro Paz
2025-09-30 14:13:40 UTC
Created attachment 2108106 [details]
File: proc_pid_status
Created attachment 2108107 [details]
File: maps
Created attachment 2108108 [details]
File: limits
Created attachment 2108109 [details]
File: environ
Created attachment 2108110 [details]
File: open_fds
Created attachment 2108111 [details]
File: mountinfo
Created attachment 2108112 [details]
File: os_info
Created attachment 2108113 [details]
File: cpuinfo
Created attachment 2108114 [details]
File: core_backtrace
Created attachment 2108115 [details]
File: backtrace
There are two bugs here: * AcceleratedBackingStore::frame passed an invalid WTF::UnixFileDescriptor to FenceMonitor::addFileDescriptor. Why is the fd invalid? * This is an IPC interface; the fd is sent from the web process to the UI process, and it's expected that the message may be malicious and invalid. The UI process should message check it and kill the web process if the message is invalid. It shouldn't be possible for anything the web process does to crash the UI process. I will forward this to upstream WebKit Bugzilla. |