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-16086] Command line swiftc compile executable segmentation fault #58345

Open
mattyoung opened this issue Mar 31, 2022 · 0 comments
Open

[SR-16086] Command line swiftc compile executable segmentation fault #58345

mattyoung opened this issue Mar 31, 2022 · 0 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself

Comments

@mattyoung
Copy link

Previous ID SR-16086
Radar None
Original Reporter @mattyoung
Type Bug

Attachment: Download

Environment

Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)

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

md5: 10b4c8f6022641ebb92f0d6b0acefa85

Issue Description:

Compile took a very long time for such meaningly simple code (over 90s) and show this error:

swiftc containfilter.swift
:0: remark: did not find a prebuilt standard library for target 'x86_64-apple-macos' compatible with this Swift compiler; building it may take a few minutes, but it should only happen once for this combination of compiler and target

but sometime the same compile do not show this error

Running the resulting executable result in:

zsh: segmentation fault ./containfilter

the same code in a Xcode SwiftUI project sometime fail compile with error "failed with nonzero exit code"

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 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
Projects
None yet
Development

No branches or pull requests

1 participant