https://github.com/maresb/micromamba-segfault
https://github.com/maresb/micromamba-segfault
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maresb/micromamba-segfault
- Owner: maresb
- Created: 2022-08-26T18:28:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T10:35:17.000Z (almost 4 years ago)
- Last Synced: 2026-01-19T01:00:04.079Z (6 months ago)
- Language: Dockerfile
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The files `dev-conda-lock.yml` and `conda-lock.yml` were generated with:
```bash
conda-lock -f dev-conda-environment.yaml -p linux-64 --lockfile dev-conda-lock.yml
conda-lock
```
Use the following commands to get the backtrace (unfortunately without debug symbols)
```bash
docker build -t micromamba-segfault .
docker run --rm -it --cap-add=SYS_PTRACE --security-opt seccomp=unconfined micromamba-segfault bash
lldb /tmp/mamba/build/micromamba/micromamba
process launch -- install --name base --yes --file /tmp/conda-lock.yml
bt all
```