Opened 14 years ago
Closed 11 years ago
#9497 closed defect (obsolete)
VirtualBox hangs when copying a large directory in debian testing when 3.0.0-1 kernel
Reported by: | Austin English | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.1.0 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Linux |
Description (last modified by )
Regression from linux-image-2.6.32-5-686. I wanted to copy a directory (the wine git repository). Doing this with the 3.0.0-1 kernel then causes VirtualBox to shutdown the virtual machine. If I do this with 2.6.32-5, the directory copies without problems. Command used was: $ cp -r wine-git wine-clang
VirtualBox version is 4.1.0, r73009. Host is Ubuntu 10.04.3, 32-bit.
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638254
Attachments (1)
Change History (7)
comment:1 by , 14 years ago
- Please check if the same happens with VBox 4.1.2
- If so, please provide a VBox.log file of such a VM session
- What kind of folder was it where you tried to copy? Was it a local (virtual) disk, a network folder or a VBox shared folder?
comment:2 by , 13 years ago
- With 4.1.2, the VM hangs, but does not give the shutdown dialog.
- Attached.
- Copying from a local virtual disk to the same local virtual disk.
comment:3 by , 13 years ago
Hmm, your host kernel is obviously PAE-enabled and your guest has 2GB RAM. I assume your guest kernel is also PAE-enabled, is that right? Any difference if you disable PAE for that guest? Any difference if you disable nested paging for that guest?
comment:4 by , 13 years ago
Guest is pae enabled, yes. Refuses to boot the kernel if I disable pae.
With nested paging disabled, the copy succeeds.
comment:5 by , 13 years ago
Thanks for the test! This is a known bug (32-bit hosts + PAE guests + nested paging). You could install a non-PAE guest kernel, this should work as well with nested paging enabled.
comment:6 by , 11 years ago
Description: | modified (diff) |
---|---|
Resolution: | → obsolete |
Status: | new → closed |