-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Attempt to subtract with overflow, new version 8.2 #187
Comments
Sorry for the regression! Do you have/can you get a full backtrace? |
Here is a half of the backtrace before it goes into axum and tokio. It was compiled in debug. I didn't though about it, but in our dev environement, I think it's the same bug just that the overflow check is removed in release.
|
That's great, thanks! Let me look into this. |
Please have a look at #189 -- I think this should fix the issue. |
This indeed resolved the issue in local at least |
Hi,
We come across this bug in when upgrading to 8.2
attempt to subtract with overflow
thread 'tokio-runtime-worker' panicked at /home/sam/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.2/src/internals.rs:98:9
In our development environment we also tiggered errors when trying to get connections from the pool. Then the pool was unusable and required restarting the service.
I think it's related to #186
I have the parking lot feature enabled
The text was updated successfully, but these errors were encountered: