-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Running the official Unikraft MongoDB 6.0 image under QEMU x86_64 consistently results in an early fatal crash inside the Unikraft kernel. The VM exits before MongoDB becomes reachable on port 27017.
Environment
Host: Linux (x86_64)
Unikraft/Kraft: Kiviuq 0.20.0 (~667ac92)
Platform: qemu
Architecture: x86_64
Image: unikraft.org/mongo:6.0
Crash log:-
iusing arch=x86_64 plat=qemu en1: Interface is up Powered by Unikraft Kiviuq (0.20.0667ac92) [ 0.807213] CRIT: Unikraft Crash - Kiviuq (0.20.0667ac92) [ 0.808226] CRIT: _ [ 0.808308] CRIT: cx xo [ 0.808387] CRIT: (|O|)/V [ 0.808466] CRIT: [ 0.808554] CRIT: Registers: [ 0.808695] CRIT: rip: 0008:000000100d84322a [ 0.808850] CRIT: rsp: 0010:00000010001827f0 eflags: 00010202 orig_rax: 00 [ 0.809054] CRIT: rax: 0000000000004000 rbx: 0000000000004008 rcx:00000000 [ 0.809235] CRIT: rdx: 0000000000004008 rsi: 000000000000002c rdi:0000000d [ 0.809409] CRIT: rbp: 00000010001829c0 r08: 000000000000002d r09:0000000c [ 0.809577] CRIT: r10: 000000000000002d r11: 0000000000000800 r12:00000010 [ 0.809750] CRIT: r13: 000000000000002c r14: 000000000000002c r15:0000000a E machine fatally exited
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
This crash occurs independently of the vulnerability, but the image currently ships a MongoDB major line (6.0) that is security-sensitive and should be stable and patchable.