Bug 2401433
| Summary: | crash 8.0.6-4.fc42 is broken on kernel v6.14+ (Fixed upstream in v9.0.0) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Anderson Nascimento <anderson> |
| Component: | crash | Assignee: | lijiang |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 42 | CC: | anderson, lijiang, ltao |
| Target Milestone: | --- | Keywords: | Upgrades |
| Target Release: | --- | Flags: | fedora-admin-xmlrpc:
mirror+
|
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | crash-9.0.0-5.fc42 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-10-31 01:59:43 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: | |||
|
Description
Anderson Nascimento
2025-10-04 08:55:44 UTC
This is expected behavior, because the crash-utility is very old version, which can not work on the latest kernel. Can you try the latest crash tool in Fedora with the following command? sudo dnf upgrade --refresh --advisory=FEDORA-2025-29645419c2 In addition, I also filed a new Jira issue to track such cases, and to see if that can be updated automatically. https://issues.redhat.com/browse/FC-2479 Thanks. (In reply to lijiang from comment #1) > This is expected behavior, because the crash-utility is very old version, > which can not work on the latest kernel. Understood. Thank you. > > Can you try the latest crash tool in Fedora with the following command? > > sudo dnf upgrade --refresh --advisory=FEDORA-2025-29645419c2 I receive the following when executing that command: No advisory found matching the requested name: "FEDORA-2025-29645419c2" > > In addition, I also filed a new Jira issue to track such cases, and to see > if that can be updated automatically. > https://issues.redhat.com/browse/FC-2479 > > Thanks. FEDORA-2025-21b24d0a02 (crash-9.0.0-5.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-21b24d0a02 > > Can you try the latest crash tool in Fedora with the following command?
> >
> > sudo dnf upgrade --refresh --advisory=FEDORA-2025-29645419c2
>
> I receive the following when executing that command:
>
> No advisory found matching the requested name: "FEDORA-2025-29645419c2"
>
Thank you for trying this, It's strange that the advisory is not found.
Anyway I have updated there, you can use the crash-9.0.0-5.fc42.
Thanks.
FEDORA-2025-21b24d0a02 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-21b24d0a02` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-21b24d0a02 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-21b24d0a02 (crash-9.0.0-5.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. (In reply to lijiang from comment #4) > > > Can you try the latest crash tool in Fedora with the following command? > > > > > > sudo dnf upgrade --refresh --advisory=FEDORA-2025-29645419c2 > > > > I receive the following when executing that command: > > > > No advisory found matching the requested name: "FEDORA-2025-29645419c2" > > > Thank you for trying this, It's strange that the advisory is not found. > > Anyway I have updated there, you can use the crash-9.0.0-5.fc42. > > Thanks. Sorry for the delay. Thank you! |