Bug 1720181
| Summary: | sometimes system_powerdown cause RHEL.8.1 guest kernel panic | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | FuXiangChun <xfu> | ||||
| Component: | qemu-kvm | Assignee: | Bandan Das <bdas> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | FuXiangChun <xfu> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 8.1 | CC: | bdas, chayang, jinzhao, juzhang, lijin, pezhang, ribarry, virt-maint, yfu | ||||
| Target Milestone: | rc | ||||||
| Target Release: | 8.1 | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-08-29 08:34:27 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
FuXiangChun
2019-06-13 10:29:19 UTC
Created attachment 1580207 [details]
vmcore-dmesg
I will test more kernel version later. and update test result to bz asap. dmesg show : [ 141.691881] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00 [ 141.693560] CPU: 1 PID: 1 Comm: shutdown Kdump: loaded Not tainted 4.18.0-104.el8.x86_64 #1 [ 141.695041] Hardware name: Red Hat KVM, BIOS 1.12.0-1.module+el8.1.0+3258+4c45705b 04/01/2014 [ 141.696555] Call Trace: [ 141.697046] dump_stack+0x5c/0x80 [ 141.697658] panic+0xe7/0x247 [ 141.698214] do_exit.cold.22+0x26/0x81 [ 141.698893] do_group_exit+0x3a/0xa0 [ 141.699601] __x64_sys_exit_group+0x14/0x20 [ 141.700364] do_syscall_64+0x5b/0x1b0 [ 141.700842] entry_SYSCALL_64_after_hwframe+0x65/0xca [ 141.701401] RIP: 0033:0x7f37ba0b2e4e [ 141.701800] Code: Bad RIP value. [ 141.702158] RSP: 002b:00007fff611d4d18 EFLAGS: 00000202 ORIG_RAX: 00000000000000e7 [ 141.702972] RAX: ffffffffffffffda RBX: 00007f37ba0bb530 RCX: 00007f37ba0b2e4e [ 141.703726] RDX: 000000000000007f RSI: 000000000000003c RDI: 000000000000007f [ 141.704449] RBP: 00007f37ba2c1e00 R08: 00000000000000e7 R09: 00007fff611d4c28 [ 141.705173] R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000000002 [ 141.705912] R13: 0000000000000001 R14: 00007f37ba2c1e30 R15: 0000000000000000 I guess, duplicate with bz 1717323. |