Bug 2130294
| Summary: | [abrt] epiphany: trap_handler(): epiphany killed by SIGTRAP | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ivan <ijalsovec> | ||||||||||||||||||||||||
| Component: | epiphany | Assignee: | Michael Catanzaro <mcatanza> | ||||||||||||||||||||||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 36 | CC: | gecko-bugs-nobody, gnome-sig, jhorak, lsvlntn, mcatanza, mclasen, peter, rstrode, sandmann, tpopela | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/defbbd1e24b4eee2da65b3640b666c34f304068f | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:8f6f4ed2483b4ae3a8e107533bf763a49ab801df;VARIANT_ID=workstation; | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2022-09-28 15:20:21 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
Ivan
2022-09-27 18:20:08 UTC
Created attachment 1914641 [details]
File: backtrace
Created attachment 1914642 [details]
File: core_backtrace
Created attachment 1914643 [details]
File: cpuinfo
Created attachment 1914644 [details]
File: dso_list
Created attachment 1914645 [details]
File: environ
Created attachment 1914646 [details]
File: limits
Created attachment 1914647 [details]
File: maps
Created attachment 1914648 [details]
File: mountinfo
Created attachment 1914649 [details]
File: open_fds
Created attachment 1914650 [details]
File: proc_pid_status
Created attachment 1914651 [details]
File: var_log_messages
You're having trouble with fork(): "Unable to spawn a new child process: Failed to fork (Cannot allocate memory)" You probably turned off overcommit, which is your fault as that is not compatible with general-purpose desktop applications. However... this is actually a WebKit bug too: we should be using posix_spawn() rather than fork(), but we stopped using G_SPAWN_LEAVE_DESCRIPTORS_OPEN in https://commits.webkit.org/254232@main and that is required to get the posix_spawn() codepath: otherwise, we have run custom code to close descriptors after fork(). Hmm... *** Bug 2132776 has been marked as a duplicate of this bug. *** |