Skip to content
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

Mongod process fails to start (status=4/ILL) - processor compatibility issues #1

Open
solaechea opened this issue Apr 7, 2023 · 1 comment
Assignees

Comments

@solaechea
Copy link
Collaborator

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'.
@solaechea solaechea self-assigned this Apr 7, 2023
@solaechea
Copy link
Collaborator Author

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.

solaechea added a commit that referenced this issue Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant