containers / krunvm

Create microVMs from OCI images
Apache License 2.0
1.41k stars 42 forks source link

Failure to start x86 container with rosetta on macos #48

Open nik012003 opened 11 months ago

nik012003 commented 11 months ago

I'm running krunvm on macOS 14.0 23A344 arm64, MacBookPro18,3 . I have setup the .krun-rosetta file correctly, and run the following command: krunvm create -x ubuntu --name ubuntu-rosetta Unfortunately krunvm crashes when I start the vm krunvm start ubuntu-rosetta /bin/bash

assertion failed [!mmap_result.is_error && mmap_result.value == kSlabAllocatorInterval.left]: Could not mmap data for the VMTracker slab allocator: 12
(VMAllocationTracker.cpp:318 init)
slp commented 10 months ago

Hm... it's been a while since I've tried it. Will take a look at this next week.