Changes between Version 1 and Version 2 of Ticket #9318, comment 41
- Timestamp:
- Feb 9, 2012 8:04:13 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9318, comment 41
v1 v2 6 6 7 7 To reproduce the bug, I would suggest trying to read and write randomly inside a virtual Windows machine to say 250 files of varying size between 1 and 20MB each using some kind of multithreaded approach so that there are many file open requests (for both read and write/modify) in a short period of time. 8 9 Edit: 10 I also checked the .VirtualBox/Machines/<virtualmachinename>/Logs/VBox.log 11 12 and the error entries I get is the following: 13 14 03:00:48.582 SharedFolders host service: Cannot open '/<pathtofile>' -- too many open files. 15 16 And I think this error is kind of self-explanatory.