-
Notifications
You must be signed in to change notification settings - Fork 33
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
linux: Fix STATE_ABANDONED value #9
Conversation
Not intentional, but none of the |
I found this while trying to debug this error I'm seeing randomly. Do you think it could be related? probe-rs code is here if you're curious. I haven't seen it after this fix, but the error is very very rare so I don't know if it's fixed yet...
|
Fixed the UB / panic in #10. It's triggered when handling a failure from the syscall to submit a transfer, so you still have that error, but now you'll get a completion with an error status instead of a crash. |
feature: top-level `UdevHwdb` API
This seems wrong, unless it's intentional for some reason?