Bug 634153
| Summary: | coredumped when enable qxl without spice | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Cao, Chen <kcao> |
| Component: | qemu-kvm | Assignee: | Gerd Hoffmann <kraxel> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.1 | CC: | lihuang, michen, mkenneth, virt-maint |
| Target Milestone: | rc | ||
| Target Release: | 6.1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | qemu-kvm-0.12.1.2-2.133.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-05-19 11:33:42 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 580954 | ||
Known issue, using the qxl vga without enabling the spice protocol isn't supported in RHEL-6.0. Will be fixed by the spice rebase planned for RHEL-6.1. tried on # uname -r 2.6.32-113.el6.x86_64 # qemu-kvm qemu-kvm-0.12.1.2-2.143.el6.x86_64 cannot reproduce this bug. bug verified. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0534.html An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0534.html |
Description of problem: (gdb) bt #0 qemu_del_timer (ts=0x0, expire_time=180072343) at /usr/src/debug/qemu-kvm-0.12.1.2/vl.c:1089 #1 qemu_mod_timer (ts=0x0, expire_time=180072343) at /usr/src/debug/qemu-kvm-0.12.1.2/vl.c:1108 #2 0x0000000000472bc8 in qxl_reset (d=0x36187c0) at /usr/src/debug/qemu-kvm-0.12.1.2/hw/qxl.c:547 #3 0x0000000000408eda in qemu_system_reset () at /usr/src/debug/qemu-kvm-0.12.1.2/vl.c:3621 #4 0x000000000040dfab in main (argc=<value optimized out>, argv=<value optimized out>, envp=<value optimized out>) at /usr/src/debug/qemu-kvm-0.12.1.2/vl.c:6518 Version-Release number of selected component (if applicable): qemu-kvm-0.12.1.2-2.113.el6.x86_64 How reproducible: 100% Steps to Reproduce: 1. start vm using: /usr/libexec/qemu-kvm -name vm1 \ -chardev socket,id=human_monitor_IK1I,path=/tmp/monitor-humanmonitor1-20100915-155853-Zah7,server,nowait \ -mon chardev=human_monitor_IK1I,mode=readline \ -chardev socket,id=serial_9olq,path=/tmp/serial-20100915-155853-Zah7,server,nowait \ -device isa-serial,chardev=serial_9olq \ -drive file=/home/images/RHEL-Server-5.5-32-virtio.qcow2,index=0,if=none,id=drive-virtio-disk1,media=disk,cache=none,boot=on,format=qcow2,aio=native \ -device virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk1,id=virtio-disk1 \ -device virtio-net-pci,netdev=idFkGEEn,id=ndev00idFkGEEn,mac=02:27:54:3B:8f:92,bus=pci.0,addr=0x3 \ -netdev tap,id=idFkGEEn,ifname=virtio_0_8000,script=/home/qemu-ifup-switch,downscript=no \ -m 2048 \ -smp 2 \ -cpu cpu64-rhel6 \ -vnc :0 \ -rtc base=utc,clock=host,driftfix=none \ -M rhel6.0.0 \ -usbdevice tablet \ -no-kvm-pit-reinjection \ -vga qxl \ -boot n \ -enable-kvm 2. 3. Actual results: core dumped Expected results: VM starts good Additional info: