-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
no localtime on openbsd #630
Comments
Given that one of the issues you linked is for |
not multithreaded. i posted over there but they said to bring the issue here. |
Can you please provide some more information? At the moment, I have next to nothing to go off of. |
let me know what you need and will try. there really isnt much i can see to go off of either.
|
After looking at the possible scenarios where this could return the error variant, the reason is that no one has implemented a way to check the number of running threads (for the current process) for OpsnBSD. This information is required for soundness. |
i wouldn't know where to find that to help out. hopefully someone can soon since this breaks a bunch of crates on openbsd. at the very least a note somewhere of what platforms arent supported and maybe why would help. like what would even be needed in libc for example if approrpiate. |
Closing in favor of jhpratt/num_threads#21, which is where the issue would actually be resolved. |
as seen in tokio-rs/tracing#2764 and Drakulix/simplelog.rs#138
time
does not properly return localtime on any version of openbsd. at best it returns nothing, at worst it crashes the app using the crate.The text was updated successfully, but these errors were encountered: