VirtualBox

Opened 12 years ago

Closed 12 years ago

#9917 closed defect (fixed)

Solaris guest Can't execute programs on Windows host shared folders => Fixed in SVN

Reported by: Mark Pizzolato Owned by:
Component: shared folders Version: VirtualBox 4.1.6
Keywords: Cc:
Guest type: Solaris Host type: Windows

Description

Host: Windows 7 x64 Guest: Solaris (10 9/10 & 11 11/11)

Shared Folders work, EXCEPT trying to execute programs residing on the shared folder fails with a "Killed" message. If I copy the executable program to a local (to the guest) file system, it executes normally.

This same behavior DOES NOT happen with Linux guests!

Steps to reproduce:

$ cp /bin/cp /mnt/sf_share/ $ /mnt/sf_share/cp a b Killed $

Change History (4)

comment:1 by Frank Mehnert, 12 years ago

Which version of the VBox Guest Additions do you have installed in the guest?

comment:2 by Mark Pizzolato, 12 years ago

Guest Additions Version 4.1.6

comment:3 by Ramshankar Venkataraman, 12 years ago

Summary: Solaris guest Can't execute programs on Windows host shared foldersSolaris guest Can't execute programs on Windows host shared folders => Fixed in SVN

Yes, this is a bug in the new mmap code where we disallow PROT_WRITE's completely when instead we should only disallow MAP_SHARED+PROT_WRITE's. This has been fixed in internal SVN and backported (the fix will be included in the next 4.1.x release).

Thank you for the report.

comment:4 by Frank Mehnert, 12 years ago

Resolution: fixed
Status: newclosed

Fix is part of VBox 4.1.8.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use