mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 08:32:45 -05:00
[v1.29.2] thread 'main' panicked at 'OS can't spawn worker thread: Operation not permitted (os error 1)' #5337
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 @floatingpurr on GitHub (Sep 8, 2023).
Subject of the issue
I'm experiencing this error in version 1.29.2. All worked fine up to version 1.29.1.
Deployment environment
Install method: docker-compose
Clients used: n/a
Reverse proxy and version: n/a
MySQL/MariaDB or PostgreSQL version: n/a
Other relevant details: temporary fix: downgrade to 1.29.1. My OS:
Steps to reproduce
Just launch a container with
docker-compose upstarting from the imagevaultwarden/server:1.29.2. Here is mine:Expected behaviour
Vaultwarden gets up and running
Actual behaviour
An error is raised and the container exits
Troubleshooting data
Here's the output with
RUST_BACKTRACE=full@floatingpurr commented on GitHub (Sep 8, 2023):
(Probably related to #3839)
@BlackDex commented on GitHub (Sep 8, 2023):
If you would have done a search, there are enough items already which reported this.
See #3827 .
@BlackDex commented on GitHub (Sep 8, 2023):
It has nothing to do with that item, if that was the case, you wouldn't had any output.
@floatingpurr commented on GitHub (Sep 8, 2023):
Hey @BlackDex, thank you. I'm sorry for the inconvenience. Thank you for the pointer.