Versions/Environment
- What version of Rust are you using?
- What operating system are you using?
- What versions of the driver and its dependencies are you using? (Run
cargo pkgid mongodb
& cargo pkgid bson
)
- What version of MongoDB are you using? (Check with the MongoDB shell using
db.version()
)
- What is your MongoDB topology (standalone, replica set, sharded cluster, serverless)?
Describe the bug
A clear and concise description of what the bug is.
BE SPECIFIC:
- What is the expected behavior and what is actually happening?
- Do you have any particular output that demonstrates this problem?
- Do you have any ideas on why this may be happening that could give us a
clue in the right direction?
- Did this issue arise out of nowhere, or after an update (of the driver,
server, and/or Rust)?
- Are there multiple ways of triggering this bug (perhaps more than one
function produce a crash)?
- If you know how to reproduce this bug, please include a code snippet here:
To Reproduce
Steps to reproduce the behavior:
- First, do this.
- Then do this.
- After doing that, do this.
- And then, finally, do this.
- Bug occurs.