Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 637053[details]
spice client crash log
Description of problem:
boot up win7 guest with multi monitor mode, open IE explorer and make it full fill three monitor, then repeat minimize and restore explorer, spice client crash.
Version-Release number of selected component (if applicable):
kernel:2.6.32-337.el6.x86_64
qemu-kvm-0.12.1.2-2.331.el6.x86_64
spice-server-0.12.0-2.el6.x86_64
spice-client-0.8.2-15.el6.x86_64
How reproducible:
100%
Steps to Reproduce:
1.boot up win7-64 guest with multi monitor mode:
(gdb) r -m 2G -smp 2 -cpu Nehalem -drive file=/root/image/win7-64.qcow2,if=none,id=drive-ide0-0-0,werror=stop,rerror=stop,cache=none -device ide-drive,drive=drive-ide0-0-0,id=ide0-0-0 -netdev tap,id=hostnet0,script=/etc/qemu-ifup -device rtl8139,netdev=hostnet0,mac=00:10:1a:3b:20:1f,bus=pci.0,addr=0x4 -boot dc -uuid 6d59434d-3f1c-4558-afc3-37e2cc430d6b -rtc-td-hack -no-kvm-pit-reinjection -monitor stdio -name rhel6.1-32 -usb -k en-us -device virtio-serial-pci,id=virtio-serial1 -chardev spicevmc,id=charchannel0,name=vdagent -device virtserialport,bus=virtio-serial1.0,nr=3,chardev=charchannel0,id=channel0,name=com.redhat.spice.0 -spice port=5930,disable-ticketing -vga qxl -global qxl-vga.vram_size=33554432 -device isa-serial,chardev=isa1,id=isa-serial1 -chardev socket,path=/tmp/isa-serial,server,nowait,id=isa1 -drive file=/usr/share/virtio-win/virtio-win-1.5.4.vfd,if=none,id=drive-fdc0-0-0,readonly=on,format=raw -global isa-fdc.driveA=drive-fdc0-0-0 -device qxl,id=video1,vram_size=67108864,bus=pci.0,addr=0x5 -device qxl,id=video2,vram_size=67108864,bus=pci.0,addr=0x6
2.open IE explorer and make it full fill three monitor, then repeat minimize and restore explorer.
3.
Actual results:
spice client crash
Expected results:
run normal
Additional info:
crash log has attached.
The crash occurs after calling pixman functions so it would be beneficial to see if the bug is in pixman (then the bug should be fixed) or in the spicec (that is being phased out in favour of virt-viewer/remote-viewer so it wouldn't be worth the effort)
Comment 3RHEL Program Management
2013-10-14 04:40:19 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.
Comment 4Marc-Andre Lureau
2014-02-18 18:37:27 UTC
I can't reproduce using last spice-guest-tools 0.74 win7 x64, using virt-viewer on f20.
if this is not reproducible on rhel with current version, I propose to close the bug, since spicec is no longer maintained anyway.
Retest this bug with remote-viewer, can not reproduce the problem.
Host:
qemu-kvm-tools-0.12.1.2-2.415.el6_5.3.x86_64
qemu-kvm-0.12.1.2-2.415.el6_5.3.x86_64
gpxe-roms-qemu-0.9.7-6.10.el6.noarch
qemu-img-0.12.1.2-2.415.el6_5.3.x86_64
qemu-kvm-debuginfo-0.12.1.2-2.415.el6_5.3.x86_64
Guest:
win7-64
qxl-win-0.1-21
Cli:
virt-viewer-0.5.4-3.fc18.x86_64
Please close this bug, thanks.
Created attachment 637053 [details] spice client crash log Description of problem: boot up win7 guest with multi monitor mode, open IE explorer and make it full fill three monitor, then repeat minimize and restore explorer, spice client crash. Version-Release number of selected component (if applicable): kernel:2.6.32-337.el6.x86_64 qemu-kvm-0.12.1.2-2.331.el6.x86_64 spice-server-0.12.0-2.el6.x86_64 spice-client-0.8.2-15.el6.x86_64 How reproducible: 100% Steps to Reproduce: 1.boot up win7-64 guest with multi monitor mode: (gdb) r -m 2G -smp 2 -cpu Nehalem -drive file=/root/image/win7-64.qcow2,if=none,id=drive-ide0-0-0,werror=stop,rerror=stop,cache=none -device ide-drive,drive=drive-ide0-0-0,id=ide0-0-0 -netdev tap,id=hostnet0,script=/etc/qemu-ifup -device rtl8139,netdev=hostnet0,mac=00:10:1a:3b:20:1f,bus=pci.0,addr=0x4 -boot dc -uuid 6d59434d-3f1c-4558-afc3-37e2cc430d6b -rtc-td-hack -no-kvm-pit-reinjection -monitor stdio -name rhel6.1-32 -usb -k en-us -device virtio-serial-pci,id=virtio-serial1 -chardev spicevmc,id=charchannel0,name=vdagent -device virtserialport,bus=virtio-serial1.0,nr=3,chardev=charchannel0,id=channel0,name=com.redhat.spice.0 -spice port=5930,disable-ticketing -vga qxl -global qxl-vga.vram_size=33554432 -device isa-serial,chardev=isa1,id=isa-serial1 -chardev socket,path=/tmp/isa-serial,server,nowait,id=isa1 -drive file=/usr/share/virtio-win/virtio-win-1.5.4.vfd,if=none,id=drive-fdc0-0-0,readonly=on,format=raw -global isa-fdc.driveA=drive-fdc0-0-0 -device qxl,id=video1,vram_size=67108864,bus=pci.0,addr=0x5 -device qxl,id=video2,vram_size=67108864,bus=pci.0,addr=0x6 2.open IE explorer and make it full fill three monitor, then repeat minimize and restore explorer. 3. Actual results: spice client crash Expected results: run normal Additional info: crash log has attached.