-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
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
Failure "string too long for FTF trace... #286
Comments
It sounds like your process has a very (805614-byte) commandline as per magic-trace/src/trace_writer.ml Lines 517 to 527 in 79a3bba
magic-trace/vendor/tracing/src/trace.ml Lines 68 to 72 in 79a3bba
magic-trace/vendor/tracing/zero/writer.ml Lines 152 to 163 in 79a3bba
We should fix this by truncating the command line if it's too long, but in the interim you may be able to work around this by either patching magic-trace to not display commandlines, or by modifying your application to have shorter commandlines. |
Could you please give #290 a try? You can get a prebuilt binary from the GitHub action run: https://github.com/janestreet/magic-trace/actions/runs/7468274830/job/20323383802 |
#290 fixed it for me. Thank you! |
I'm running magic-trace on a heavily parallelized rust program:
perf
CPU
^ repeats 96 times
The text was updated successfully, but these errors were encountered: