-
Notifications
You must be signed in to change notification settings - Fork 284
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
[alpha.3] libevent2.d(1140): Range violation #1364
Comments
Looks strange. Looking at the code, I couldn't see an issue on vibe.d's side. I'll add an explicit check and a log message for this case to at least avoid the crash. |
It happens, all the time. Linux can pass some garbage file descriptors or watch descriptors for some reason. That was a big question mark for me in libasync, until I just decided there's probably a lot of undocumented stuff going on. Checking for validity on the descriptor is something that always needs to be done because of that. |
Okay, good to know. |
Thanks! |
The text was updated successfully, but these errors were encountered: