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-9910] Swift 5 (Xcode 10.2b2) Abort trap: 6 #52316

Closed
daveanderson mannequin opened this issue Feb 12, 2019 · 2 comments
Closed

[SR-9910] Swift 5 (Xcode 10.2b2) Abort trap: 6 #52316

daveanderson mannequin opened this issue Feb 12, 2019 · 2 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.

Comments

@daveanderson
Copy link
Mannequin

daveanderson mannequin commented Feb 12, 2019

Previous ID SR-9910
Radar None
Original Reporter @daveanderson
Type Bug
Status Closed
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s
Labels Bug
Assignee None
Priority Medium

md5: d6194b958edb69fc2a6c27a3c9ba199b

Issue Description:

While attempting to build my project (which I'm unable to share) using Xcode 10.2b2 I encountered the following issue

<unknown>:0: error: fatal error encountered while reading from module 'ELIDED_IOS_APP'; please file a bug report with your project and the crash log

*** DESERIALIZATION FAILURE (please include this section in any bug report) ***
result not found
Cross-reference to module 'UIKit'
... UIAccessibility
... in an extension in module 'UIKit'
... GuidedAccessError

Stack dump:
0.  Program arguments: /Applications/Xcode-10.2.beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -merge-modules -emit-module -filelist /var/folders/f8/jv7mx3552r58j521g47x_y400000gn/T/inputs-96578e -parse-as-library -sil-merge-partial-modules -disable-diagnostic-passes -disable-sil-perf-optzns -target x86_64-apple-ios10.0-simulator -enable-objc-interop -sdk /Applications/Xcode-10.2.beta.2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk ...
0  swift                    0x000000011382248a PrintStackTraceSignalHandler(void*) + 42
1  swift                    0x0000000113821c6c SignalHandler(int) + 348
2  libsystem_platform.dylib 0x00007fff6ea24b3d _sigtramp + 29
3  libsystem_platform.dylib 0x000000011c048bc6 _sigtramp + 2908897446
4  libsystem_c.dylib        0x00007fff6e8e21c9 abort + 127
5  swift                    0x000000011097ef40 swift::ModuleFile::fatal(llvm::Error) + 1856
6  swift                    0x000000011099b9ef swift::ModuleFile::readConformance(llvm::BitstreamCursor&, swift::GenericEnvironment*) + 4591
7  swift                    0x00000001109b9808 swift::SILDeserializer::readWitnessTable(llvm::PointerEmbeddedInt<unsigned int, 31>, swift::SILWitnessTable*) + 280
8  swift                    0x0000000110a52f1d swift::SerializedSILLoader::getAllForModule(swift::Identifier, swift::FileUnit*) + 589
9  swift                    0x000000010f6935d3 performCompile(swift::CompilerInstance&, swift::CompilerInvocation&, llvm::ArrayRef<char const*>, int&, swift::FrontendObserver*, swift::UnifiedStatsReporter*) + 32531
10 swift                    0x000000010f688097 swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*) + 6823
11 swift                    0x000000010f62802d main + 1261
12 libdyld.dylib            0x00007fff6e839ed9 start + 1
13 libdyld.dylib            0x00000000000000c7 start + 2440847855
error: Abort trap: 6

I'm sorry that I cannot provide any other information (or related code). If there are additional steps I can take to gather supplementary information I'm happy to do so.

@belkadan
Copy link
Contributor

This is a known issue called out in the Xcode 10.2 beta release notes. It's been fixed in the GitHub version of swift-5.0-branch, so you should expect it in a later beta!

@daveanderson
Copy link
Mannequin Author

daveanderson mannequin commented Aug 21, 2019

I strongly believe I verified this but failed to close it.

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

No branches or pull requests

1 participant