Open
Description
Previous ID | SR-16096 |
Radar | None |
Original Reporter | racer1988 (JIRA User) |
Type | Bug |
Attachment: Download
Additional Detail from JIRA
Votes | 0 |
Component/s | Compiler, Foundation, swift |
Labels | Bug, 5.0Regression, CompilerCrash, OptimizedOnly, RunTimeCrash, Runtime |
Assignee | None |
Priority | Medium |
md5: 767dafbdc16229adfc2b6eb7f9357f2a
Issue Description:
Compiling Code like:
{{let newOnClient: Set<Hashable> = filteredClientObjects.filter }}{ (syncObject) -> Bool in return syncObject.syncIdentifier == nil && syncObject.status != .deleted }
with Swift 5.6 and executing it on 5.5 Crashes at runtime.
Note: it does not crash while debugging, only on Release optimized builds
No details on the crash content:
Thread 22 Crashed:
0 — ? 0x0 ?
CC matthiaskmt (JIRA User)
Activity
swift-ci commentedon Apr 5, 2022
Comment by Matthias Friese (JIRA)
Attached the beginning of the crash report
glessard commentedon Apr 5, 2022
@swift-ci create
glessard commentedon Apr 5, 2022
This is probably a duplicate of SR-16008.
parkera commentedon Jul 5, 2024
This probably shouldn't have been transferred out of the swift repository. Please re-open there if this is still an issue.