Bug 2352961
| Summary: | [abrt] gdb-headless: handle_fatal_signal(): gdb killed by SIGABRT | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joshua <jamal_ali1989> | ||||||||||||||||||||||||
| Component: | gdb | Assignee: | Alexandra Petlanová Hájková <ahajkova> | ||||||||||||||||||||||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 41 | CC: | ahajkova, amerey, fweimer, guinevere, jamal_ali1989, jan, keiths, kevinb, mcermak, mkolar, suraj.ghimire7 | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/af94391b57af435be6e98e0f7f199929b0924a4 | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:773492aa03307a43a275619dc371bc3ff138eb3d;VARIANT_ID=kde; | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | --- | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2025-04-22 11:17:57 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
Joshua
2025-03-17 16:21:06 UTC
Created attachment 2080589 [details]
File: os_info
Created attachment 2080590 [details]
File: proc_pid_status
Created attachment 2080591 [details]
File: open_fds
Created attachment 2080592 [details]
File: environ
Created attachment 2080593 [details]
File: maps
Created attachment 2080594 [details]
File: backtrace
Created attachment 2080595 [details]
File: core_backtrace
Created attachment 2080596 [details]
File: dso_list
Created attachment 2080597 [details]
File: cpuinfo
Created attachment 2080599 [details]
File: mountinfo
Created attachment 2080600 [details]
File: limits
Hi Joshua, is it possible to provide us with the coredump for the issue? Thank you, Alexandra (In reply to Alexandra Petlanová Hájková from comment #12) > Hi Joshua, > > is it possible to provide us with the coredump for the issue? > > Thank you, > Alexandra Dear Alexandra, Unfortunately, I had an issue with my "Problem reporting" tool and I had to reinstall it, so all the previous reports are gone. However, I do recall choosing all the available entries before reporting this crash. On the other hand, a very similar crash appeared a few hours ago and I reported it here: https://bugzilla.redhat.com/show_bug.cgi?id=2325177 If it helps, I can send the coredump for that crash. I just need the instructions on how to provide it. Best regards, Joshua (In reply to Joshua from comment #13) > Dear Alexandra, > > Unfortunately, I had an issue with my "Problem reporting" tool and I had to > reinstall it, so all the previous reports are gone. However, I do recall > choosing all the available entries before reporting this crash. > On the other hand, a very similar crash appeared a few hours ago and I > reported it here: https://bugzilla.redhat.com/show_bug.cgi?id=2325177 > > If it helps, I can send the coredump for that crash. I just need the > instructions on how to provide it. > > Best regards, > Joshua Hi Joshua, it's the best when you can provide the reproducer, but the coredump is next the most helpful thing when debugging these issues. Please, provide the coredump whenever it's possible for you. The best way how to provide it is attaching it to the bug like the other logs. Thank you, Alexandra Dear Alexandra, If I submit a bug with the "Problem reporting" tool and check every option, would that include the coredump as well? Regards, Joshua (In reply to Joshua from comment #15) > Dear Alexandra, > > If I submit a bug with the "Problem reporting" tool and check every option, > would that include the coredump as well? > > Regards, > Joshua The tool doesn't add corefiles because they are big and can reveal personal information from a system so you have to add the coredump manually if you decide it's ok to share it. (In reply to Alexandra Petlanová Hájková from comment #16) > (In reply to Joshua from comment #15) > > Dear Alexandra, > > > > If I submit a bug with the "Problem reporting" tool and check every option, > > would that include the coredump as well? > > > > Regards, > > Joshua > > The tool doesn't add corefiles because they are big and can reveal personal > information from a system so you have to add the coredump manually if you > decide it's ok to share it. Dear Alexandra, In that case, please refer me to an up-to-date source on how to locate coredump files for such errors. I'll make sure to include them when necessary. (In reply to Joshua from comment #17) > (In reply to Alexandra Petlanová Hájková from comment #16) > > (In reply to Joshua from comment #15) > > > Dear Alexandra, > > > > > > If I submit a bug with the "Problem reporting" tool and check every option, > > > would that include the coredump as well? > > > > > > Regards, > > > Joshua > > > > The tool doesn't add corefiles because they are big and can reveal personal > > information from a system so you have to add the coredump manually if you > > decide it's ok to share it. > > Dear Alexandra, > > In that case, please refer me to an up-to-date source on how to locate > coredump files for such errors. I'll make sure to include them when > necessary. There's a gnome-abrt command to look for core dumps using the GUI for RHEL 7 or 8, ABRT is not present in RHEL 9, The Coredumps can be captured through systemd coredumpctl functionality. You can find more detials in this article: https://access.redhat.com/solutions/56021 I hope it's hepful, Alexandra |