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
With the merge of #4497, any calls to llvm_interpret or llvm_interpret_raw now log the stdin and stdout of the interpreter process, which normally are both very large kore terms. Some way to suppress the logging of choice file descriptors when invoking these or run_process2 should be an option.
I discovered this when working on the fuzz testing, which will now print out ~100Mb to stdout when kasmer fuzzes over a multiversx contract.
With the merge of #4497, any calls to
llvm_interpret
orllvm_interpret_raw
now log the stdin and stdout of the interpreter process, which normally are both very large kore terms. Some way to suppress the logging of choice file descriptors when invoking these orrun_process2
should be an option.I discovered this when working on the fuzz testing, which will now print out ~100Mb to stdout when kasmer fuzzes over a multiversx contract.
tagging @tothtamas28
The text was updated successfully, but these errors were encountered: