Compiler crash when compiling for Armv5 #78344
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
triage needed
This issue needs more specific labels
Description
Compiling the Swift StdLib for
armv5-unknown-linux-gnueabi
is currently failing with a compiler crash when the Synchronization module is enabled.Reproduction
Cross compile the Swift Standard Library for
armv5-unknown-linux-gnueabi
with-DSWIFT_ENABLE_SYNCHRONIZATION=ON
.Stack dump
Expected behavior
This crash is not reproducible when cross compiling for Armv7, Arm64 or x86_64.
Environment
swift-6.0.3-RELEASE
swift:6.0.3-jammy Docker image
Additional information
The Swift StdLib cross compilation scripts are found in MillerTechnologyPeru/buildroot-swift. The crash logs are attached.
logs_32337350484.zip
The text was updated successfully, but these errors were encountered: