-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kernel panic when shuting down qemu #93
Comments
This looks like a memory corruption issue that the kernel detects. It looks more than just a single flipped bit: >>> "{:#016x}".format(0xffff88002e857e08 ^ 0xffff88002d16e368)
'0x00000003939d60' You could take a look if other panics affect similar bits. I would suspect bad memory on the host - perhaps running a memory checking tool like memtest86+ will find something. |
Hi @lpancescu , I have run the memtest86+ on the host and no problems have been found. This is happening when building the image on "bare metal" running Fedora |
Hi @asantos, I found something similar to your log messages in the upstream changelog for kernel 4.9.15. Please search for commit 48e2181b0b8d1a1e226b2932a11d6f94aef28fb8 in the changelog (the stack trace looks different from yours, though). Fedora 25 is currently on 4.9.14, but I see 4.10.5 available in Bodhi, if you want to test with that. In any case, I don't think this is an issue with our images or build process; if I were you, I would try to file a bug with Fedora against the kernel package, or ask on the Fedora support channels. Another possibility would be to switch to an enterprise distro like CentOS or Debian (stable), they tend to be less affected by such bugs than bleeding edge distros like Fedora. |
Hi @lpancescu I can not try the 4.10.5 now, but will try it when released on the Fedora Repo. I have tried to build the image on another "Bare Metal" with
with success!!
Thanks for your help |
Hi, I have tried again, in the Fedora host(4.10.8-200.fc25.x86_64) to build the CentOS tar root fs and it keeps failling Best Regards, |
Hi André, that's unfortunate. Perhaps you can file a kernel bug with Fedora, if there isn't one already. Best regards, |
@asantos82 @kbsingh Since this seems to be a regression in the Fedora kernel, not a problem with our Vagrant images, and there has been no further feedback since April, I would propose closing this issue. |
Hi, I am on 4.11.11-200.fc25.x86_64 and still having this issue. |
Hi,
I was trying to build some tar rootfs to used with docker, but the creating is failing when the qemu is shunting down, and shows some kind of kernel panic.
I can not figure out what is wrong.
Can you help me?
Attaching the virt-install.log
virt-install.log.txt
Thanks
The text was updated successfully, but these errors were encountered: