hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
826 stars 129 forks source link

Error detected when start a runv container #450

Closed WeiZhang555 closed 7 years ago

WeiZhang555 commented 7 years ago

This is the message I got when I'm starting a runv container:

image

This is not a "always" error, but it happens quite frequently.

WeiZhang555 commented 7 years ago

After research, I found root cause of this problem is that when the client call monitorTtySize, the init process hasn't started at that time, I got the error from debug message:

call hyper_set_win_size, can not find the process: init
gnawux commented 7 years ago

@WeiZhang555 does this bug still exist?

WeiZhang555 commented 7 years ago

It never left us... :rofl:

laijs commented 7 years ago

this message was definite removed after cli-refactor. monitorTtySize is only called when container is started.