22.04.2011 14:01, Bernhard Froehlich wrote:

As I understand reporting bugs is good?

uname -a
FreeBSD flashk0.3501.lan 8.2-STABLE FreeBSD 8.2-STABLE #2: Mon Apr 25 21:50:44 UTC 2011 [email protected]:/usr/obj/usr/src/sys/MINIMAL amd64

Session transcript:

VBoxManage createvm --name test --register

VBoxManage modifyvm test --ostype Windows7_64 --memory 512 --pagefusion on --vram 32 --acpi on --ioapic on --pae on --hpet on --hwvirtex on --hwvirtexexcl on --nestedpaging on --largepages on --accelerate3d on --accelerate2dvideo on --chipset ich9 --nic1 nat --nictype1 Am79C970A --mouse usbtablet --keyboard usb --audio oss --audiocontroller hda --usb on --usbehci on

VBoxManage storagectl test --add sata --name SATA

VBoxManage storageattach test --storagectl SATA --port 1 --device 0 --type dvddrive --medium win7_7100_x64.iso

# zfs create -s -o compression=on -V 20G flashk0/vbox_test

VBoxManage internalcommands createrawvmdk -filename VirtualBox\ VMs/test/test.vmdk -rawdisk /dev/zvol/flashk0/vbox_test

VBoxManage storageattach test --storagectl SATA --port 0 --device 0 --type hdd --medium VirtualBox\ VMs/test/test.vmdk

VBoxHeadless -s test -n -m 18083

And it dumps core on signal 11.

Full bt available at http://limbo.xim.bz/core.bt.full.xz

What am I missing here?

--
Sphinx of black quartz judge my vow.

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "[email protected]"

Reply via email to