Closed
Description
Previous ID | SR-10006 |
Radar | None |
Original Reporter | Lorenzo (JIRA User) |
Type | Bug |
Status | Resolved |
Resolution | Cannot Reproduce |
Attachment: Download
Environment
Linux mx 4.15.0-1-amd64 #1 SMP Debian 4.15.4-1~mx17+1 (2018-02-23) x86_64 GNU/Linux
Swift version 4.2.2 (swift-4.2.2-RELEASE)
Target: x86_64-unknown-linux-gnu
Additional Detail from JIRA
Votes | 0 |
Component/s | Foundation, LLDB for Swift |
Labels | Bug |
Assignee | None |
Priority | Medium |
md5: 0d0452cd5298453f37391cd6eb760447
Issue Description:
During the creation of Foundation.Process() in REPL i receive Segmentation Fault exception and the REPL crashes.
See attachement.
You can replicate the error with this command sequence (in REPL instance)
-
import Foundation
-
let process = Foundation.Process()