-
Notifications
You must be signed in to change notification settings - Fork 344
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
Thread leak with PyEZ #1214
Comments
@vnitinv Can you please review this issue? |
Hi , Monitored the script for few iterations thread count stands at 1 on off-box
Thanks & Regards |
following is the status of threads . PID TID COMM TDNAME CPU PRI STATE WCHAN 12150 100212 cscript - sched_switch mi_switch sleepq_catch_signals sleepq_timedwait_sig _cv_timedwait_sig_sbt seltdwait kern_select sys_select swi_handler swi_exit |
@chidanandpujar did you find the root cause? |
This simple script will results in thread leak in junos device.
Although we are closing the connection the thread count associated with the process will keep increasing after each sleep call.
The text was updated successfully, but these errors were encountered: