You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: