goniszewski / grimoire

Bookmark manager for the wizards 🧙
https://grimoire.pro
MIT License
1.97k stars 57 forks source link

Illegal instruction (core dumped) #126

Open DeathGabox opened 1 day ago

DeathGabox commented 1 day ago

Describe the bug Getting "Illegal instruccion (core dumped)" when i try to start docker container

To Reproduce Steps to reproduce the behavior:

  1. Deploy "docker-compose.yaml" in old cpu (x86-64-v1)
  2. See "container logs"

container logs

Container started
Illegal instruction (core dumped)
Illegal instruction (core dumped)
Container stopped
Container stopped
Container started
Illegal instruction (core dumped)
Container stopped

Expected behavior Run without problems

Desktop:

Additional context

Possible Workarround Intel CPU can be emulated using intel-sde Mentioned in the followed bun issue


PD: bun need a cpu with AVX2 support(x86-64-v2), any cpu newer than 2013 fit this. I think is a good idea to take note in documentation. This will help people with older setups.

Edit: (PD2 problem is solved with v0.4.1-hotfix.1) PD2: I tried in my laptop (x86-64-v3) and can work :D

goniszewski commented 14 hours ago

Hello @DeathGabox! I guess I'm not great with these "big" releases. Always something that needs fixing right away!

Glad it started to work for you. https://github.com/goniszewski/grimoire/releases/tag/v0.4.1-hotfix.2 provides also some crucial fixes for the initial deploy of the app.