Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-11811] Compiler crash in LLVM #54222

Open
0xTim opened this issue Nov 19, 2019 · 1 comment
Open

[SR-11811] Compiler crash in LLVM #54222

0xTim opened this issue Nov 19, 2019 · 1 comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software

Comments

@0xTim
Copy link

0xTim commented Nov 19, 2019

Previous ID SR-11811
Radar rdar://problem/57348905
Original Reporter @0xTim
Type Bug

Attachment: Download

Environment

Linux 72ed56de3162 4.9.184-linuxkit #1 SMP Tue Jul 2 22:58:16 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

Swift version 5.1.1 (swift-5.1.1-RELEASE)
Target: x86_64-unknown-linux-gnu

OpenSSL 1.0.2g 1 Mar 2016

Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Bug, CompilerCrash
Assignee None
Priority Medium

md5: 403c2b3e8bb91869065db936888611de

Issue Description:

Getting a weird crash when building a package in Ubuntu Xenial, have attached the stack trace here - compiler-crash.txt

The same steps work when using the vapor/swift:5.1-bionic image, I suspect it's something to do with OpenSSL causing the crash.

Steps to reproduce:

  • git clone git@github.com:brokenhandsio/Swift-JWK-to-PEM.git

  • git checkout ``9d2669f131def3df400d0d2771844ddd12a20e08

  • docker run -v $(pwd):/root -it vapor/swift:5.1-xenial /bin/bash

  • (Inside Docker container):

    • cd /root

    • swift run

@beccadax
Copy link
Contributor

@swift-ci create

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@AnthonyLatsis AnthonyLatsis added the crash Bug: A crash, i.e., an abnormal termination of software label Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software
Projects
None yet
Development

No branches or pull requests

3 participants