You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
swift-ci opened this issue
Dec 13, 2018
· 2 comments
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfcrashBug: A crash, i.e., an abnormal termination of software
class Crash {
{{ var pointer: Crash}}
{{ init() { }}pointer = self {{}}}
{{}}}
When running `swift crash.swift`, the swift compiler will segfault with the following error:
1. While running pass #53 SILFunctionTransform "DefiniteInitialization" on SILFunction "@$S5crash5CrashCACycfc".1. While running pass #53 SILFunctionTransform "DefiniteInitialization" on SILFunction "@$S5crash5CrashCACycfc". for 'init()' at [FILE]
The text was updated successfully, but these errors were encountered:
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfcrashBug: A crash, i.e., an abnormal termination of software
Environment
Apple Swift version 4.2.1 (swiftlang-1000.11.42 clang-1000.11.45.1)
Additional Detail from JIRA
md5: 7e722d71160f2e3ad76573ad6218efce
duplicates:
Issue Description:
class Crash {
{{ var pointer: Crash}}
{{ init() { }}
pointer = self
{{}}}{{}}}
When running `swift crash.swift`, the swift compiler will segfault with the following error:
1. While running pass #53 SILFunctionTransform "DefiniteInitialization" on SILFunction "@$S5crash5CrashCACycfc".1. While running pass #53 SILFunctionTransform "DefiniteInitialization" on SILFunction "@$S5crash5CrashCACycfc". for 'init()' at [FILE]
The text was updated successfully, but these errors were encountered: