mimalloc causes the docker container to not boot
- Lenguaje dominante
- Python
- Estrellas
- 46.6k
- Forks
- 1.9k
- Merge medio
- 10 d 16 h
- PR fusionados (30 d)
- 5
Descripción
### Describe the bug
when setting the LD_PRELOAD to `/usr/lib/libmimalloc-secure.so.2` inside a docker-compose file, upon starting the container it never actually starts and `docker logs copyparty` produce nothing, setting it back to `/usr/lib/libmimalloc-secure.so.NOPE` makes the container boot normally.
### To Reproduce
Set LD_PRELOAD to : `/usr/lib/libmimalloc-secure.so.2` `secure` or `insecure` do not work
### Expected behavior
The container to boot and function as expected.
### Server details
remove the ones that are not relevant:
* **how you're running copyparty:** (docker) (via docker compose file)
* **docker image:** (latest)
* **copyparty arguments and/or config-file:**
``` environment:
LD_PRELOAD: /usr/lib/libmimalloc-secure.so.2
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.