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
This was done to have a single environment per process. This was done because the environment was not (completely) threadsafe: having a logging manager would break the safety. See #18. Since the PR was merged an released, I could revisit how environment and sessions are created, fixing #38 at the same time...
The crate is meant to be safe, but here's one super easy way to segfault it.
Instead of writing
write this
It's not immediately unclear that you're doing something evil here in the safe code, and it compiles just fine - and then segfaults.
The text was updated successfully, but these errors were encountered: