You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PAL_HANDLE_FD_HANG_UP/PAL_WAIT_HANG_UP events correspond to normal POSIX POLLHUP events (hang up, e.g. in case of a pipe/stream socket when one end of the channel was shutdown).
Currently the VM PALs never return these events, instead they simply return PAL_HANDLE_FD_ERROR/PAL_WAIT_ERROR.
The
PAL_HANDLE_FD_HANG_UP
/PAL_WAIT_HANG_UP
events correspond to normal POSIXPOLLHUP
events (hang up, e.g. in case of a pipe/stream socket when one end of the channel was shutdown).Currently the VM PALs never return these events, instead they simply return
PAL_HANDLE_FD_ERROR
/PAL_WAIT_ERROR
.See related code:
gramine-tdx/pal/src/host/vm-common/pal_common_object.c
Lines 66 to 71 in f4405d3
gramine-tdx/pal/src/host/vm-common/pal_common_object.c
Lines 103 to 110 in f4405d3
The text was updated successfully, but these errors were encountered: