[Bug 896454] New: Running qemu-kvm with '-vga vmware' on SLE12 image causes segfault
https://bugzilla.novell.com/show_bug.cgi?id=896454 https://bugzilla.novell.com/show_bug.cgi?id=896454#c0 Summary: Running qemu-kvm with '-vga vmware' on SLE12 image causes segfault Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: KVM AssignedTo: kvm-bugs@forge.provo.novell.com ReportedBy: bgeuken@suse.com QAContact: jdouglas@suse.com CC: afaerber@suse.com Found By: --- Blocker: --- I noticed this while testing some Studio built appliances. This is not hurting us in any way though. Using the same command to run a SLE11 SP3 appliances works just fine. Host is an openSUSE 13.1. bgeuken@g196:/stuff/downloads> qemu-kvm -snapshot Bjrns_SLES_12__theming_test-0.0.4/Bjrns_SLES_12__theming_test.x86_64-0.0.4.vmdk -m 1024 -vga vmware Warning: default mac address being used, creating potential for address conflict Segmentation fault bgeuken@g196:/stuff/downloads> rpm -q qemu qemu-1.6.2-4.5.1.x86_64 bgeuken@g196:/stuff/downloads> rpm -q kvm kvm-1.6.0-3.4.1.x86_64 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=896454 https://bugzilla.novell.com/show_bug.cgi?id=896454#c1 Bruce Rogers <brogers@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |brogers@suse.com AssignedTo|kvm-bugs@forge.provo.novell |brogers@suse.com |.com | --- Comment #1 from Bruce Rogers <brogers@suse.com> 2014-09-12 23:05:05 UTC --- I am able to reproduce this problem. Here is the backtrace I'm seeing: Program received signal SIGSEGV, Segmentation fault. 0x00007ffff2904200 in pixman_image_get_data () from /usr/lib64/libpixman-1.so.0 (gdb) backtrace #0 0x00007ffff2904200 in pixman_image_get_data () from /usr/lib64/libpixman-1.so.0 #1 0x00005555557de54c in surface_data (s=<optimized out>) at /usr/src/debug/qemu-1.6.2/include/ui/console.h:235 #2 vga_draw_graphic (full_update=1, s=0x5555563aa3a0) at /usr/src/debug/qemu-1.6.2/hw/display/vga.c:1789 #3 vga_update_display (opaque=0x5555563aa3a0) at /usr/src/debug/qemu-1.6.2/hw/display/vga.c:1918 #4 0x0000555555781e82 in dpy_refresh (s=0x55555636c720) at ui/console.c:1436 #5 gui_update (opaque=0x55555636c720) at ui/console.c:192 #6 0x0000555555766536 in qemu_run_timers (clock=0x5555561c52e0) at qemu-timer.c:394 #7 0x00005555557667c5 in qemu_run_timers (clock=<optimized out>) at qemu-timer.c:459 #8 qemu_run_all_timers () at qemu-timer.c:453 #9 0x0000555555732eee in main_loop_wait (nonblocking=<optimized out>) at main-loop.c:471 #10 0x00005555555f0070 in main_loop () at vl.c:2090 #11 main (argc=<optimized out>, argv=<optimized out>, envp=<optimized out>) at vl.c:4440 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=896454 https://bugzilla.novell.com/show_bug.cgi?id=896454#c2 --- Comment #2 from Bruce Rogers <brogers@suse.com> 2014-09-15 23:27:33 UTC --- After bisecting, it looks like the upstream git commit 2c8ebac7ccf51a8e683de593c4240d2ed7d592ec is what is needed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com