-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Abrt does not show crashes, although coredumpctl does. #357
Comments
I also compiled |
You can force-crash pretty much any packaged application.
|
Ok, when I do it like this, it works and the error is caught by Abrt. So far so good. But why does not respond it to some of the crashes? Thanks for explaining. |
By default, ABRT only processes crashes in packaged apps. It can be configured in options in ABRT GUI. Maybe that was the reason? |
@kparal, how does one configure it to capture all crashes instead? |
@kparal, thanks.
A GUI with federated preferences (like |
I have been trying to test the functionality of Abrt on Fedora 41 and I ran a simple crashing script to case a SEGFAULT. This crash was correctly caught by
coredumpctl
and could be listed trough it, but there is no trace of anything in Abrt.I found in journalctl logs:
It seems like Abrt filters the crashing information and if the crash is not part of any package it is not shown. This, however, hinders testability of Abrt because I cannot rely on crashes happening ad hoc to see whether it works or not.
What alternatives are there for me to induce controlled crashes that would be caught by Abrt and I could test report them to an issue tracker?
Abrt Version: 1.4.3
The text was updated successfully, but these errors were encountered: