-
Notifications
You must be signed in to change notification settings - Fork 158
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
pure virtual method called, terminate called without an active exception #217
Comments
can you tell us how to reproduce it? seem it happens when closing Database. |
See the code here: https://github.com/messense/crash-kv |
PTAL @DorianZheng |
Ping, any update? |
Thank you @messense for file this issue. From strace output, I can tell that this is bug of grpc-io: one thread of grpc-io called "grpc-poll-1" which holds the ref of db exists after main thread exists, and env_ of rocksdb will be destruct after main thread exit because it is a static variable |
we have moved to tikv/grpc-rs#227 |
Seems related to facebook/rocksdb#649
Backtrace:
The text was updated successfully, but these errors were encountered: