We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For an execution with a very long trace, the trace output file of evmone-t8n --trace may be truncated.
evmone-t8n --trace
Some example tests with very long trace can be found in ethereum/execution-spec-tests#1591.
With EEST's fill you can generate evmone-t8n invocation. Add --trace to the t8n.sh.
fill
evmone-t8n
--trace
t8n.sh
The bug may be related to stream buffering. We are redirecting standard output to a file with https://github.com/ethereum/evmone/blob/master/test/t8n/t8n.cpp#L169-L181. Maybe we need to properly close it?
Reported by @danceratopz.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For an execution with a very long trace, the trace output file of
evmone-t8n --trace
may be truncated.Some example tests with very long trace can be found in ethereum/execution-spec-tests#1591.
With EEST's
fill
you can generateevmone-t8n
invocation. Add--trace
to thet8n.sh
.The bug may be related to stream buffering. We are redirecting standard output to a file with https://github.com/ethereum/evmone/blob/master/test/t8n/t8n.cpp#L169-L181. Maybe we need to properly close it?
Reported by @danceratopz.
The text was updated successfully, but these errors were encountered: