You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to run this project on my current laptop which has a procesor AMD Ryzen 7 5700U, the mongod service didn't start, it fails with an error like this:
root@ubuntu-bionic:/home/vagrant# sudo systemctl status mongod
● mongod.service - MongoDB Database Server
Loaded: loaded (/lib/systemd/system/mongod.service; enabled; vendor preset: enabled)
Active: failed (Result: core-dump) since Fri 2023-04-07 15:04:14 UTC; 4s ago
Docs: https://docs.mongodb.org/manual
Process: 8705 ExecStart=/usr/bin/mongod --config /etc/mongod.conf (code=dumped, signal=ILL)
Main PID: 8705 (code=dumped, signal=ILL)
Apr 07 15:04:14 ubuntu-bionic systemd[1]: Started MongoDB Database Server.
Apr 07 15:04:14 ubuntu-bionic systemd[1]: mongod.service: Main process exited, code=dumped, status=4/ILL
Apr 07 15:04:14 ubuntu-bionic systemd[1]: mongod.service: Failed with result 'core-dump'.
The text was updated successfully, but these errors were encountered:
After some investigation and trying several MongoDb versions, there is a compatibility issue between recent versions of MongoDB and some Processors, the solution in my case was to downgrade MongoDB to version 4.4.
While trying to run this project on my current laptop which has a procesor
AMD Ryzen 7 5700U
, the mongod service didn't start, it fails with an error like this:The text was updated successfully, but these errors were encountered: