Bug 2275090
Summary: | clang hangs in findUnwindDestinations(llvm::FunctionLoweringInfo&, llvm::BasicBlock const*, llvm::BranchProbability, llvm::SmallVectorImpl<std::pair<llvm::MachineBasicBlock*, llvm::BranchProbability> >&) () | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jonathan S. <js-fedora> |
Component: | clang | Assignee: | Nikita Popov <npopov> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 40 | CC: | airlied, dan, jchecahi, kkleine, npopov, sergesanspaille, siddharth.kde, tbaeder, tstellar, tuliom |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | ppc64le | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-05-15 01:26:09 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1071880 |
Description
Jonathan S.
2024-04-15 10:26:05 UTC
Here is the post-optimization IR for one of the hanging processes: https://gist.github.com/nikic/e0ce63cbac47af52652545f96162c7eb Running this through llc (from main) triggers an assertion failure: > llc: /home/nikic/repos/llvm-project/llvm/lib/CodeGen/Analysis.cpp:191: GlobalValue *llvm::ExtractTypeInfo(Value *): Assertion `(GV || isa<ConstantPointerNull>(V)) && "TypeInfo must be a global variable or NULL"' failed. Upstream issue with a reduced test case: https://github.com/llvm/llvm-project/issues/88844 Since there is a fix now, can this please be included in the clang builds used on Koji? This is preventing the objfw package from being updated on rawhide, and on F40 it is only being updated for all archs but PowerPC (PowerPC was dropped from the spec file so that it reverts back to what is in F40 rather than F40 updates, to unblock the other archs). This has yet again blocked another objfw release for rawhide right now. FEDORA-2024-a489f23401 (llvm-18.1.4-2.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-a489f23401 FEDORA-2024-a489f23401 (llvm-18.1.4-2.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-ddb3244c43 (llvm18-18.1.7-2.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-ddb3244c43 FEDORA-2024-d0c1af678f (llvm18-18.1.7-3.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-d0c1af678f |