-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: 1.10.1
-
Component/s: CLI Module
-
None
-
Environment:OS: docker image python:3.11-slim-bullseye
Repo: deb https://repo.mongodb.org/apt/debian bullseye/mongodb-org/4.4 main
-
Not Needed
-
Iteration Edmontonia
Problem Statement/Rationale
mongosh 1.10.1 fails with "Illegal instruction" error, but 1.10.0 worked without any problems.
I am using repo for mongo 4.4, so it should not require AVX instructions.
Steps to Reproduce
Install mongosh 1.10.1 and try to run it.
Expected Results
It should run.
Actual Results
$ mongosh --host mongo --eval "rs.initiate()" Current Mongosh Log ID: 6492dcd0add71ac00750bee7 /scripts-213-139479/step_script: line 149: 15 Illegal instruction (core dumped) mongosh --host mongo --eval "rs.initiate()"
- is caused by
-
MONGOSH-1286 Add way to query driver versions
- Closed