-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[SR-1806] Swift 3 Preview 1 Segmentation Fault in getSILFunctionType() #44415
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
Comments
Comment by Philip Westrich (JIRA) The problem still exists in Developer Preview 2. I reduced the code to the minimal needed to produce the crash, and here's the new stack trace. It's identical except for the function addresses and one function call at frame #14. CrashExample.swift
|
Seems to work on 3.0 and master. |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attachment: Download
Environment
macOS Sierra DeveloperPreview 1 (16A201w)
Xcode 8 beta (8S128d)
Apple Swift version 3.0 (swiftlang-800.0.30 clang-800.0.24) Target: x86_64-apple-macosx10.9
Additional Detail from JIRA
md5: 5e07c41e934d87ff1a99e3ef23fbd32a
Issue Description:
I was attempting to update one of my projects to work with Swift 3, and I've encountered a segmentation fault in the compiler when trying to build one of the libraries I'm updating. I've attached the specific file that's causing it, and the stack trace is below. This file builds perfectly fine when using Xcode 7.3.1 (7D1014) before the syntax update.
The text was updated successfully, but these errors were encountered: