-
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
Is it safe to upgrade to ubuntu 16.10 #1660
Comments
We have not been testing 16.10 internally so you will likely run into some issues. |
Oh, thanks for replying. |
16.10 primarily suffers from #1005 as of this writing. |
@therealkenc, is the failure on 16.10 the same clone call with CLONE_VM|CLONE_VFORK|SIGCHLD? If so do you have a strace of an example failure on 16.10 that we can review? |
Correct that's the pattern, not the namespace stuff (which got subsumed in there). I believe, but haven't proved conclusively, it's a glibc thing. For example I've updated the test case in #1005 so it actually compiles clean with recent
You don't need to install 16.10 to run the test case because I'm deliberately calling |
Thanks for the follow-up! I was able to get a repro of this on 16.10 and updated the code to handle clone vfork (i.e. CLONE_VM|CLONE_VFORK|SIGCHLD) the same as vfork. As part of this change we realized we have some differences in vfork and those will be patched up later. |
@stehufntdev thank you :) |
I tried Yakkety (16.10) today and all appears well so far on 15046. The [edit] One tip I forgot to mention for anyone trying this at home. You want to make sure the system
This advice holds for vanilla 16.04 Xenial that ships with WSL too by the way. |
@therealkenc thanks for the update! Closing this out as fixed for insider builds. |
I suppose I should follow up on this one since it was marked as fixedininsiderbuilds at my behest; which, it technically was at the time due to #1005 being addressed. Unfortunately as of 16176, upgrading to Ubuntu 16.10 is "not safe" per issue title, due to #1878 and friends. I don't think it is necessarily worth re-opening this issue (we have plenty), but it bears clarification in case anyone lands here in a tracker search. |
Hi, I'm wondering is it safe to upgrade to 16.10 please or will that cause problems. I am asking since another LTS release won't happen for another year.
The text was updated successfully, but these errors were encountered: