Swift: crash at runtime where == operator is treated as recursive
| Originator: | paulyoungonline | ||
| Number: | rdar://22964053 | Date Originated: | 03-Oct-2015 04:00 PM |
| Status: | Open | Resolved: | |
| Product: | Developer Tools | Product Version: | 7.0.1 (7A1001) |
| Classification: | Serious Bug | Reproducible: | Always |
Summary: When providing a particular implementation of the "equal to" operator (==) that also uses the "equal to" operator, the project compiles without issue but crashes at runtime with a stack of over 6500 items. Steps to Reproduce: 1. git clone git@github.com:paulyoung/OptionalEquatableCollection.git --recursive 2. git checkout 387a922ce9a3b708b50c3d6b7e9bcd598023376f 3. Open the workspace in Xcode and run the tests Expected Results: The tests pass. Actual Results: Thread 1: EXC_BAD_ACCESS (code=2, address=0x7fff5c937fb8)
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!
Attached is the project mentioned in the original bug report. It appears that the bug causes the tests to hang, so no crash log is produced.
'OptionalEquatableCollection.zip' was successfully uploaded.
We need more information to investigate this issue.
Please attach a crash log and a reproducing project of the issue encountered.
To locate the crash log(s), please check the following locations (you may need to do this in a Terminal window, rather than using Finder):
~/Library/Logs/DiagnosticReports /Library/Logs/DiagnosticReports
Please provide your response or results by updating your bug report.