-
-
Notifications
You must be signed in to change notification settings - Fork 564
Nondeterministic segfault in nested containers. #1550
Copy link
Copy link
Open
Description
Description
While running programs written in docker-lisp, containers occasionally segfault.
Version
colima version 0.9.1
git commit: 0cbf719f5409ce04b9f0607b681c005d2ff7d94a
runtime: docker
arch: aarch64
client: v29.2.1
server: v28.4.0
limactl version 2.0.3
I don't have qemu-img.
Operating System
- macOS Intel <= 13 (Ventura)
- macOS Intel >= 14 (Sonoma)
- Apple Silicon <= 13 (Ventura)
- Apple Silicon >= 14 (Sonoma)
- Linux
Output of colima status
INFO[0000] colima is running using macOS Virtualization.Framework
INFO[0000] arch: aarch64
INFO[0000] runtime: docker
INFO[0000] mountType: virtiofs
INFO[0000] docker socket: unix:///Users/a11ce/.colima/default/docker.sock
INFO[0000] containerd socket: unix:///Users/a11ce/.colima/default/containerd.sock
Reproduction Steps
- Start colima
git@github.com:a11ce/docker-lisp.gitandcd docker-lisp./scripts/build-builtins./scripts/build programs/factorial./scripts/run --trace factorial- Observe
Segmentation fault (core dumped)during the execution of factorial. If factorial completes successfully, run it again (it happens roughly 1/3 of runs on my machine).
Expected behaviour
I expect to compute the factorial of 6.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels