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-4646] Swift Compiler error: Segmentation fault: 11 #47223
Comments
There's no backtrace at all in the attached log, which implies infinite recursion in the compiler. Can you share your project with us, either here or at bugreport.apple.com? |
Comment by Michael Belmont (JIRA) Jordan, |
Yep, and since it's a whole-module optimization problem it may not be a particular file that's at fault. @bob-wilson, is there anything we can ask for? |
Michael, can you try downloading a recent development snapshot from swift.org and see if the problem is already fixed? |
Comment by Michael Belmont (JIRA) Bob, |
See the "Installation" subsection under https://swift.org/download/#using-downloads |
Comment by Michael Belmont (JIRA) Bob, With toolchain compiler I got a bunch of warings mostly: "Argument of '#selector' refers to instance method 'LongPress_Action' in 'OrderCell' that depends on '@objc' attribute inference deprecated in Swift 4" and Thank you, |
Attachment: Download
Environment
macOS Sierra, MacPro (Mid 2010), 16GB RAM, SSD480.
Additional Detail from JIRA
md5: e212138119c1e0a138d314a56ec0a1bb
Issue Description:
Can compile and archive my project in xCode 8.2, no errors no warnings. After installing xCode 8.3.x can compile without any errors or warnings, run and debug it in simulator.
But when I'm trying to archive it I'm getting:
Swift Compiler Error: Command failed due to signal: Segmentation fault: 11.
Tried to clean the cashes, delete files from Library\Developer\Xcode\DerivedData directory, nothing helps. The only workable solution for now is to develop and debug in xCode 8.3.2, deploy in xCode 8.2.
The text was updated successfully, but these errors were encountered: