Lin Lin
Lin Lin
I see the descriptions in issue and PR are a little bit obscure to grasp. Let me explain the issue a bit more for those who are interested, please correct...
> clean run after handleStarted > > ``` > handleStarted = func(c *runc.Container, p process.Process) { > var pid int > if p != nil { > pid = p.Pid()...
We've noticed an odd thing. This testcase can 100% fail 1.7.21 code in a phiscal PC with 2.8GHz CPU , but 100% can't fail any VirtualMachine with 2.6 or 2.2GHz...
thanks, :). I know the fix. All I want is to reproduce that issue and figure out the root cause. FYI, after some study, I found that by adding a...
we also ran into this, is there any update?
maybe related with: https://github.com/containerd/containerd/issues/10581
here is our containerd logs reads as follow: ``` [2024-08-14T06:31:46.855407+08:00] [info] [containerd[88625]:] time="2024-08-14T06:31:46.855133434+08:00" level=info msg="CreateContainer within sandbox \"1d6b75cb96d08b04cee164133c37 e3155bf8fe42894f4b3d1b32418cea6ebebb\" for &ContainerMetadata{Name:xxx,Attempt:0,} returns container id \"dcb9ac8509386eb0dce1794f913afff43ad85e8122ed8effad035d00d57e4f5a\"" [2024-08-14T06:31:46.856261+08:00] [info] [containerd[88625]:] time="2024-08-14T06:31:46.856194898+08:00" level=info...
> [@dgryski](https://github.com/dgryski) I believe `staticcheck` also has some relevant checks, see SA4xxx category at https://staticcheck.io/docs/staticcheck#checks. /cc [@dominikh](https://github.com/dominikh) Now the doc locates at https://staticcheck.dev/docs/checks/.
Is there any update? We've ran into this issue too. runc version is 1.1.12.
We've managed to reproduced this internally by pausing the dbus-daemon process to make a dbus comminication stuck. We applied a simple patch, a timeout added before SetUnitPropertiesContext call, which will...