On Thu, 28 Apr 2011 11:17:10 +0200, Bernhard Froehlich wrote: > On Wed, 27 Apr 2011 23:28:19 +0300, Volodymyr Kostyrko wrote: >> 22.04.2011 14:01, Bernhard Froehlich wrote: >> >> As I understand reporting bugs is good? > > Yes, bugreports are important and good if you want that the bugs get > fixed. > >> 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? > > Thanks i've added it to our list and will report back when I have some > news. > > http://wiki.freebsd.org/VirtualBox/ToDo
from Alexander Eichner: The problem is that the syscall to queue aio requests fails but no request has an error code. It could be possible that aio and zfs has some bug. As a workaround you can enable the host I/O cache of the storage controller for the VM or unload the aio kernel module on the host. -- Bernhard Fröhlich http://www.bluelife.at/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
