-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Poco::Process::launch (UNIX) - possible memory leak when launching invalid command #2366
Comments
This issue is stale because it has been open for 365 days with no activity. |
@pavledragisic please check this |
This issue is real and occurs when an invalid command is sent to the |
Memory leak should be fixed in 6382744 Valgrind version: 3.16.1 Running
And after the fix:
Executable on which leak was tested:
|
… command (#4267) * fix: memory leak in ProcessImpl #2366 * fix(Process): variable masking and spelling #2366 * feat(ProcessTest): invalid command launch test #2366 * fix(ProcessTest): handle failed launch on win #2366 * fix(ProcessTest): undefined exception #2366 --------- Co-authored-by: Pavle <[email protected]>
… command (#4267) * fix: memory leak in ProcessImpl #2366 * fix(Process): variable masking and spelling #2366 * feat(ProcessTest): invalid command launch test #2366 * fix(ProcessTest): handle failed launch on win #2366 * fix(ProcessTest): undefined exception #2366 --------- Co-authored-by: Pavle <[email protected]>
… command (#4267) * fix: memory leak in ProcessImpl #2366 * fix(Process): variable masking and spelling #2366 * feat(ProcessTest): invalid command launch test #2366 * fix(ProcessTest): handle failed launch on win #2366 * fix(ProcessTest): undefined exception #2366 --------- Co-authored-by: Pavle <[email protected]>
Steps to reproduce the problem
--trace-children=yes
switchPOCO version
Compiler and version
Operating system and version
Debian 3.16.0-4-amd64 #1 SMP Debian 3.16.51-3 (2017-12-13) x86_64 GNU/Linux (from uname -a)
The text was updated successfully, but these errors were encountered: