Skip to content

Commit 94d25f8

Browse files
authored
update pytorch comment
1 parent fdca9e9 commit 94d25f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

eb_hooks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,8 @@ def pre_prepare_hook_pytorch(self, *args, **kwargs):
946946
cannot enable executable stack as shared object requires: Invalid argument
947947
948948
Glibc prevents loading of shared libraries with an executable stack.
949-
We can work around it by reverting to old behavior by setting glibc.rtld.execstack=2.
949+
We can work around it by reverting to old behavior by setting glibc.rtld.execstack=2,
950+
which forces the stack to be executable at process startup.
950951
See:
951952
https://github.com/ValveSoftware/Source-1-Games/issues/6982
952953
https://gitlab.archlinux.org/archlinux/packaging/packages/glibc/-/issues/19

0 commit comments

Comments
 (0)