Opened 7 years ago
Closed 7 years ago
#728 closed defect (fixed)
Kernel panic in QEMU on ia32 without KVM
Reported by: | Vojtech Horky | Owned by: | Jiří Zárevúcky |
---|---|---|---|
Priority: | critical | Milestone: | 0.7.2 |
Component: | helenos/kernel/ia32 | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
Since CI build 156 (well, at least build 155 looks healthier), all tests on ia32 are failing. Upon manual execution of the images, the booting terminates with kernel panic due to failed assertion in kinit
thread (see attached screenshot).
Running on QEMU with KVM is okay, without KVM it fails every time. The problem started around 11th of April, some quick checks pointed me to 57d44dd9c17 where it seems to happen for the first time.
Attachments (1)
Change History (2)
by , 7 years ago
Attachment: | ia32-panic-on-boot.png added |
---|
comment:1 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks! Forgot to initialize a struct field.
Should be fixed with 1cac87
Note:
See TracTickets
for help on using tickets.
Kernel panic on ia32 in QEMU without KVM