VirtualBox

Opened 7 years ago

Last modified 7 years ago

#16441 new defect

Kernel Panic on Mac host when doing file operations on shared NFS drives

Reported by: logan-ncc Owned by:
Component: shared folders Version: VirtualBox 5.1.14
Keywords: NFS, Mac Cc:
Guest type: other Host type: Mac OS X

Description

Virtualbox causes a kernel panic on Mac OSX Sierra host when doing file operations on a shared NFS folder. There are many things that can trigger the panic, but deleting files is the easiest to reproduce.

Steps to reproduce:

# create a new folder
mkdir vagrant; cd vagrant
# copy both the attached vagrant box image (freebds-10.3-amd64-virtualbox.box) and the vagrantfile into this folder

# add the box to vagrant (this is the easiest way to reproducibly set up a vm)
vagrant box add freebsd-10.3-amd64-virtualbox.box --name local/freebsd
# provision the virtual machine (this will take a while)
vagrant up

# ssh into the virtual machine
vagrant ssh
# we have mounted a shared folder at /vagrant
cd /vagrant
# we need to perform file operations, and the most reproducible way I've found to do this is by creating and destroying a virtualenv
virtualenv venv
rm -rf venv  # this should crash the host

Attachments (3)

vagrant-test_vagrant-dev_1485989696393_93904-2017-02-01-16-56-08.log (60.8 KB ) - added by logan-ncc 7 years ago.
crash0201.txt (7.8 KB ) - added by logan-ncc 7 years ago.
Mac crash report
Vagrantfile (2.0 KB ) - added by logan-ncc 7 years ago.

Download all attachments as: .zip

Change History (7)

by logan-ncc, 7 years ago

Attachment: crash0201.txt added

Mac crash report

by logan-ncc, 7 years ago

Attachment: Vagrantfile added

comment:1 by logan-ncc, 7 years ago

Could not upload freebsd image because of the filesize restriction. It can be found here https://www.dropbox.com/s/0uznmn19tvxcndt/freebsd-10.3-amd64-virtualbox.box?dl=0

comment:2 by logan-ncc, 7 years ago

VirtualBox Version 5.1.15 r113168

comment:3 by logan-ncc, 7 years ago

This appears to be an issue with the mac NFS filesystem and has nothing to do with virtualbox.

in reply to:  3 comment:4 by Socratis, 7 years ago

Replying to logan-ncc:

This appears to be an issue with the mac NFS filesystem and has nothing to do with virtualbox.

Do you have any references for that?

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use