http://bugzilla.novell.com/show_bug.cgi?id=511285 Summary: Creation attempt of KVM image with qemu command results in core dump Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: rschweikert@novell.com QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.10) Gecko/2009042700 SUSE/3.0.10-3.1 Firefox/3.0.10 FirePHP/0.3 Trying to create a VM for KVM using qemu results in a segfault as shown in the following backtrace: Program terminated with signal 11, Segmentation fault. #0 0x00000000004308a8 in ?? () #1 0x0000000000000080 in ?? () #2 0x0000000000cf4560 in ?? () #3 0x0000000000cf4590 in ?? () #4 0x0000000000000009 in ?? () #5 0x0000000000000000 in ?? () I am trying to create a 32 bit VM (openSUSE 11.1) on a 64 bit host (openSUSE 11.1, 2.6.27.21-0.1-default #1 SMP 2009-03-31 14:50:44 +0200 x86_64 x86_64 x86_64 GNU/Linux) # lsmod | grep kvm kvm_intel 49104 0 kvm 172536 1 kvm_intel CPU info: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 23 model name : Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping : 6 cpu MHz : 800.000 cache size : 6144 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr sse4_1 lahf_lm bogomips : 8161.81 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: The segfault occurs at some point during package installation. The VM image was created with the following command: qemu-img create -f qcow /images/kvm/os_111_x86.img 10G As installation options I chose: GNOME desktop partition layout: /dev/sda1 512 MB ext3 on /boot /dev/sda2 1024 MB swap /dev/sda3 8.5 GB xfs on / Reproducible: Always Steps to Reproduce: 1.qemu-system-x86_64 -hda /images/kvm/os_111_x86.img -cdrom /images/openSUSE-11.1-DVD-i586.iso -boot d -m 1024 2. 3. Actual Results: segfault Expected Results: created KVM image -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.