leveldb-rs
leveldb-rs copied to clipboard
panicked at 'called `Option::unwrap()` on a `None` value
thread 'tokio-runtime-worker' panicked at 'called Option::unwrap()
on a None
value', /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-leveldb-1.0.7/src/cache.rs:90:75
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
double free or corruption (fasttop)
The program will report an error after a period of time, I only have two operations in the program, before saving to obtain whether the value exists, no then save
Would you be able to provide a backtrace, or comment on how you make use of leveldb?