mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-24 19:07:44 +03:00
Segmentation fault. inside libcrypto.so.1.1 #1245
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @patryk4815 on GitHub (Apr 5, 2022).
Segmentation fault
Hi. I have
vaultwarden/server:latest(arm64)sha256:152338e09f1fe8389d0fec7baf0aa597e4d6066eff3ff31b7550f0e692e841fbBinary is crashing every time when I open web.
I just run
apt-get update; apt-get upgradeinside docker and it fix problem.Probably there was issue inside
/usr/lib/aarch64-linux-gnu/libcrypto.so.1.1Probably it trying to start download icons. After fix i saw this in logs
[2022-04-04 23:54:14.472][vaultwarden::api::icons][INFO] Downloaded icon from https://[redacted]Deployment environment
Apple M1 Max (aarch64)
Docker
Steps to reproduce
Expected behaviour
Don't crash.
Actual behaviour
Crashing
Troubleshooting data
@BlackDex commented on GitHub (Apr 5, 2022):
Could you try the current
testingtagged image and see if that solves the issue? Those images are based upon the bullseye debian version.@patryk4815 commented on GitHub (Apr 5, 2022):
testingworking fine :)