-
Notifications
You must be signed in to change notification settings - Fork 860
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
[WSL1] valgrind return"unsupported arch_prctl option" #4672
Comments
That wasn't your repro. Do appreciate the
There's a few google hits. Dunno if they apply (probably not). |
prior to 1909, I can run valgrind with very very same program in WSL1. |
manual compile the latest version of valgrind fix the problems |
Please fill out the below information:
Your Windows build number: (Type
ver
at a Windows Command Prompt)Microsoft Windows [Version 10.0.18363.476]
What you're doing and what's happening: (Copy&paste the full set of specific command-line steps necessary to reproduce the behavior, and their output. Include screen shots if that helps demonstrate the problem.)
run valgrind
What's wrong / what should be happening instead:
always return error calling PR_SET_PTRACER, vgdb might block
Strace of the failing command, if applicable: (If
some_command
is failing, then runstrace -o some_command.strace -f some_command some_args
, and link the contents ofsome_command.strace
in a gist here).https://gist.github.com/Po-wei/7b2228c689fa33c847bf95874964b2f2
For WSL launch issues, please collect detailed logs.
The text was updated successfully, but these errors were encountered: