cmd/containerd-shim: require unix socket credentials#1849
cmd/containerd-shim: require unix socket credentials#1849AkihiroSuda merged 1 commit intocontainerd:masterfrom
Conversation
|
LGTM |
mlaventure
left a comment
There was a problem hiding this comment.
LGTM, looks like staticcheck is confused by go tip though, let's restart it to see if it was a fluke
|
@mlaventure There is a problem with the darwin build. It gets folded into "unix", but doesn't implement Fixing now. |
6cb98c0 to
ce48514
Compare
|
So I suggest using |
|
Oh, that's a nasty one 😱 |
|
p.s. As described in golang/go#13470 (comment), the segfault issue does not happen when only single goroutine is running. |
Seems to run just fine. What version is affected? I am running glibc 2.24 locally but it seems 2.21 is affected. Tried the example in golang/go#13470. The compiler seems to complain: While that is a warning and not a compile error is insane. How can this be called statically linked if it requires the shared library? Madness. |
|
Filed containerd/ttrpc#13. |
Signed-off-by: Stephen J Day <[email protected]>
ce48514 to
2d966df
Compare
|
Updated, PTAL. |
|
opened containerd/ttrpc#14 |
Codecov Report
@@ Coverage Diff @@
## master #1849 +/- ##
=======================================
Coverage 49.13% 49.13%
=======================================
Files 86 86
Lines 8245 8245
=======================================
Hits 4051 4051
Misses 3524 3524
Partials 670 670
Continue to review full report at Codecov.
|
|
Filed golang/go#22953 |
Signed-off-by: Stephen J Day [email protected]