Closed
Description
Previous ID | SR-9298 |
Radar | None |
Original Reporter | @palimondo |
Type | Bug |
Status | Closed |
Resolution | Invalid |
Environment
swift master
Additional Detail from JIRA
Votes | 0 |
Component/s | Compiler |
Labels | Bug, RunTimeCrash |
Assignee | @aschwaighofer |
Priority | Medium |
md5: becc24754abb11e0ec60755f3f8eca1c
Issue Description:
In the ExistentialPerformance.swift from Swift Benchmark Suite, I'm seeing a runtime crash when releasing IOU Existential. This issue does not occur when I've copied the code into minimal test-case. It appears to be somehow specific to SBS. The code to reproduce the issue is in PR #20666.
The scenario where the bug occurs is described in the comment. To reproduce, clone the PR and uncomment the body in `grabArray` function.