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
assert EXPECT_LT(badhandler_low_water_mark, reinterpret_cast<char*>(stack.ss_sp) + 2 * SIGSTKSZ), but it seems to be that badhandler_low_water_mark can't be greater than static_cast<char*>(stack.ss_sp) + SIGSTKSZ or reinterpret_cast<char*>(stack_mem.data()) + 2 * SIGSTKSZ
i'm going to contribute the fix if this true
Steps to reproduce
No response
runsc version
docker version (if using docker)
uname
No response
kubectl (if using Kubernetes)
repo state (if built from source)
No response
runsc debug logs (if available)
The text was updated successfully, but these errors were encountered:
Description
https://github.com/google/gvisor/blob/master/test/syscalls/linux/sigaltstack.cc#L178
assert
EXPECT_LT(badhandler_low_water_mark, reinterpret_cast<char*>(stack.ss_sp) + 2 * SIGSTKSZ)
, but it seems to be that badhandler_low_water_mark can't be greater thanstatic_cast<char*>(stack.ss_sp) + SIGSTKSZ
orreinterpret_cast<char*>(stack_mem.data()) + 2 * SIGSTKSZ
i'm going to contribute the fix if this true
Steps to reproduce
No response
runsc version
docker version (if using docker)
uname
No response
kubectl (if using Kubernetes)
repo state (if built from source)
No response
runsc debug logs (if available)
The text was updated successfully, but these errors were encountered: