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

KqueueSelector.swift - Fatal error: Unexpectedly found nil while unwrapping an Optional value #78

Open
amleszk opened this issue Jun 10, 2019 · 1 comment

Comments

@amleszk
Copy link

amleszk commented Jun 10, 2019

KqueueSelector.swift
return Array(fileDescriptorIOEvents.map { (fileDescriptorMap[$0.0]!, $0.1) })

This happens quite frequently when debugging and a breakpoint is hit.

image

@dlevans2
Copy link

Tried applying the fix in PR 83 and that helps a bit, but still getting a SIGABRT intermittently in the same location. Seems to happen more now with Xcode 11.3.x than it did with Xcode 10.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants