Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Segmentation fault (core dumped) on Linux #17

Closed
klevison opened this issue Sep 24, 2017 · 1 comment
Closed

Error: Segmentation fault (core dumped) on Linux #17

klevison opened this issue Sep 24, 2017 · 1 comment
Labels

Comments

@klevison
Copy link

SO: Ubuntu 16.04
Swift: 3.1

Code:

print("starting \(market.marketStartTime!)")
let gmt = Clock.GMT
print("2")
 var marketStartTime = ZonedDateTime.parse(market.marketStartTime!, clock: gmt)
print("3")
 marketStartTime = marketStartTime?.plus(minute: 3)
print("4")

Result:

starting 2017-09-24T17:00:00.000Z
2
Segmentation fault (core dumped)
@kawoou
Copy link
Owner

kawoou commented Oct 6, 2017

Sorry for the delay.
As a result of confirmation, it has been confirmed and corrected at https://bugs.swift.org/browse/SR-3828.

Thank you for letting us know about this issue!

kawoou added a commit that referenced this issue Oct 7, 2017
@kawoou kawoou closed this as completed Oct 7, 2017
@kawoou kawoou added the bug label Oct 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants