You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running my toy program which uses semaphores and it gave back an invalid argument error which is unusual since my Ubuntu VM runs fine. When running ipcs, Bash states:
Kernel not configured for shared memory
Kernel not configured for semaphores
Kernel not configured for message queues
I'm guessing this part of the Bash on Windows system is incomplete?
The text was updated successfully, but these errors were encountered:
@alandao - Your understanding is correct. Currently, support for these features is very limited to none. We will be tracking\prioritizing which features to light up next by looking at the feedback provided at the wpdev portal. So, please do provide your feedback there as well:
I tried running my toy program which uses semaphores and it gave back an invalid argument error which is unusual since my Ubuntu VM runs fine. When running ipcs, Bash states:
Kernel not configured for shared memory
Kernel not configured for semaphores
Kernel not configured for message queues
I'm guessing this part of the Bash on Windows system is incomplete?
The text was updated successfully, but these errors were encountered: