-
Notifications
You must be signed in to change notification settings - Fork 38
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
org.jvnet.winp.WinpException: Failed to read environment variable - [JENKINS-30782] #29
Labels
Comments
oleg-nenashev
added a commit
to oleg-nenashev/winp
that referenced
this issue
Mar 24, 2017
…t the command line It does not resolve the issue, but it reduces its scope to API users, which actually require Environment Variables. Unfortunately JENKINS-30782 is of such kind, because Jenkins process termination logic for builds relies on the environment variables.
oleg-nenashev
added a commit
that referenced
this issue
Apr 12, 2017
Issue #29 - Do not retrieve Environment variables just to get the command line
3 tasks
oleg-nenashev
added a commit
to oleg-nenashev/winp
that referenced
this issue
Apr 19, 2017
oleg-nenashev
added a commit
to oleg-nenashev/winp
that referenced
this issue
Apr 19, 2017
oleg-nenashev
added a commit
to oleg-nenashev/winp
that referenced
this issue
Apr 19, 2017
…he stopped process and 32-to-64 calls
7 tasks
oleg-nenashev
added a commit
to oleg-nenashev/winp
that referenced
this issue
Apr 25, 2017
…sing IsWow64Process API method
oleg-nenashev
added a commit
to oleg-nenashev/winp
that referenced
this issue
Apr 25, 2017
oleg-nenashev
added a commit
to oleg-nenashev/winp
that referenced
this issue
Apr 25, 2017
oleg-nenashev
added a commit
that referenced
this issue
May 5, 2017
[Issue #29] - Improve diagnostics of Process reading in the native code
Closing the issue since it is not possible to get such stacktrace anymore since 1.25. Instead of that one will get more diagnostics |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the code, the getCmdLineAndEnvVars() command is unreliable on
newermodern OS versions.The last ReadProcessMemory command may fail:
There are many usages of the command in WinP itself and in the dependent codebase like Jenkins ( JENKINS-30782). Example of the log in Jenkins:
Proposals:
The text was updated successfully, but these errors were encountered: