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
I found the program shutdowns at __fastfail(failure_code) in __declspec(noinline) void __cdecl __report_securityfailure(ULONG failure_code) (gs_report.c) when capturing some stderr.
However, if I redirect stderr to stdout, it works.
The text was updated successfully, but these errors were encountered:
GerHobbelt
pushed a commit
to GerHobbelt/subprocess
that referenced
this issue
Feb 26, 2023
I found the program shutdowns at
__fastfail(failure_code)
in__declspec(noinline) void __cdecl __report_securityfailure(ULONG failure_code)
(gs_report.c) when capturing some stderr.However, if I redirect stderr to stdout, it works.
The text was updated successfully, but these errors were encountered: