Bug 2266232
Summary: | segfaults in LLVM compiling trunk Rust crate | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jens Reimann <jreimann> |
Component: | llvm17 | Assignee: | Tom Stellard <tstellar> |
Status: | NEW --- | QA Contact: | |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 42 | CC: | jistone, tstellar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 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
Jens Reimann
2024-02-27 08:14:30 UTC
The source and SRPM can be found here: https://dentrassi.de/download/rust-trunk/ Here's the upstream issue: https://github.com/rust-lang/rust/issues/121305 DenseMap calling llvm::allocate_buffer is throwing std::bad_alloc, and then ~LLVMContextImpl is faulting in DenseMapBase::erase(). See https://github.com/rust-lang/rust/issues/121305#issuecomment-1967910889 This bug appears to have been reported against 'rawhide' during the Fedora Linux 42 development cycle. Changing version to 42. |