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
fix(pydriver): prepend subprocess warmup to user code
After snapshot restore, the first subprocess.run with capture_output
crashes on an unresolvable CoW page fault. Prepending two no-op
subprocess.run(['true']) calls to the user code in the same
PyRun_String resolves the needed CoW pages before the piped
subprocess runs.
Signed-off-by: danbugs <danilochiarlone@gmail.com>
0 commit comments