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
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
KqueueSelector.swift
return Array(fileDescriptorIOEvents.map { (fileDescriptorMap[$0.0]!, $0.1) })
This happens quite frequently when debugging and a breakpoint is hit.
The text was updated successfully, but these errors were encountered: