Compiler crashes when build in release mode (Linux)
Buratti opened this issue · 2 comments
Buratti commented
Description
Tested on both Ubuntu and Amazon Linux 2.
Might be related to #2483.
Steps to Reproduce
docker run --rm -it swift:5.10.0-amazonlinux2
git clone https://github.com/apple/swift-syntax
cd swift-syntax
git checkout 510.0.2
swift build -c release
Output:
error: compile command failed due to signal 9 (use -v to see invocation)
ahoppen commented
Synced to Apple’s issue tracker as rdar://129223949