-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Description
| Previous ID | SR-9256 |
| Radar | rdar://problem/46076755 |
| Original Reporter | MonocularVision (JIRA User) |
| Type | Bug |
| Status | Resolved |
| Resolution | Done |
Attachment: Download
Environment
iOS 10.3.x+
32-bit Devices (iPhone 5, iPhone 5C, iPad 4)
Xcode 10.0 (10A255)
Swift 4.2 (swiftlang-1000.11.37.1 clang-1000.11.45.1)
Additional Detail from JIRA
| Votes | 0 |
| Component/s | Compiler |
| Labels | Bug, 32BitOnly, 4.2Regression, RunTimeCrash |
| Assignee | None |
| Priority | Medium |
md5: 9ebc60515fece58cf93f5b337ec1e4b8
Issue Description:
After upgrading to Xcode 10.0 (10A255) with Swift 4.2 (swiftlang-1000.11.37.1 clang-1000.11.45.1), we are experiencing a large number of crashes on 32-bit devices (iPhone 5, iPhone 5C and iPad 4) running iOS 10.3.x. We only support iOS 10 and up so these are the only 32-bit devices in our user base.
I'm unable to attach the crash reports here, but I've created a radar #46076755 with the crash reports. The crashes are not identical but share a lot of commonalities and a similar set of calls are in the stack. We are able to reproduce these crashes.
While I cannot send our entire project, I can attach requested source files to the Radar if that would help. I'm working on trying to reduce the problem down to a smaller project but wanted to get this opened ASAP.