-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shutdown
socket system call is unimplemented
#758
Comments
shutdown
system call is unimplementedshutdown
socket system call is unimplemented
@kurisubrooks - Thanks for letting us know. As you have noted, shutdown syscall is not implemented for AF_UNIX\SOCK_SEQPACKET sockets. We have taken a note of this issue and will work on it. |
Same thing with Opera Browser |
Just an update that the shutdown method for the AF_UNIX\SOCK_SEQPACKET has been checked in the dev branch and should reach the insider build soon. Please stay tuned. |
@sunilmut Please check also dbus, thanks. |
Might want to mark #546 as duplicate since the fixinbound is here. |
14915 should have the fix for this. Closing this out, please re-open if the issue still exists. |
I have the same problem if I try to run atom ide. atom |
@rwobben Which build are you seeing the error on? As indicated earlier, this should be fixed in 14915+. |
maybe a stupid question. How can I check it. I downloaded and installed bash yesterday. |
@sunilmut Opera Browser seems to start on 14926, so Shutdown now works, but it hangs again on Clone and if i launh it using --no-sandbox (workaround) it hangs on Dbus. Of course I use the fix for Dbus but Opera ignores it.
|
I have version 1607. |
@iz0eyj - Those are mostly the issues I worked around here. Much of the code shares the same pedigree. AF_NETLINK sockets for address queries is the neverending +1 thread at #468. I might get back to it this weekend if it rains. |
@therealkenc yes, I already read all this work and I can fix and workaround... but I'm a betatester so I must report the problems because end-users expects a WSL thar runs "out of the box" :) |
@rwobben I am not sure which version is |
1607 is the anniversary update. I had given the version number. I like to have as stable as It can. That why I installed Windows 10 from a dvd and quit the developer builds |
Is this problem solved in the fast or also in the slow ring ? |
@rwobben to get any WSL beta test update you must switch on Fast Ring. |
This is fixed as of build 14915. Still can't open chromium based apps such as atom-editor due to another issue. |
@rwobben
@marfillaster |
Hey, getting the same thing, and I am just trying to run the electron quick start app. [16431:1111/232057:FATAL:render_sandbox_host_linux.cc(40)] Check failed: 0 == shutdown(renderer_socket_, SHUT_RD). shutdown: Invalid argument |
@iamabel - Which Windows build are you on? The fixes for WSL are being pushed out in the Windows Insider builds, until the next major Windows release. |
I'm on version 1607, build 14393.447. Also getting this error with the Electron quick start app:
Asked about it here: How can I get the fixes? |
The
shutdown
system call seems to be unimplemented, causing a crash when running Electron (Chromium) GUI under VcXsrvProgram crashes with
1607
Refer to #637, then run Chrome, Chromium or Electron
unity
,ubuntu-desktop
,ccsm
node
andnpm
if running Electronelectron/electron#6722
The text was updated successfully, but these errors were encountered: