You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It creates a process with name espeak in the system but doesn't kill it. Hence, as many times, it is called it leaves a zombie process behind, which are deleted only when we restart the application server. This has led to the memory leak. The change got added in the last version i.e. 1.0.3 due to popen. Any thoughts?
The text was updated successfully, but these errors were encountered:
I am using this code in rails application and when I try following:
It creates a process with name
espeak
in the system but doesn't kill it. Hence, as many times, it is called it leaves a zombie process behind, which are deleted only when we restart the application server. This has led to the memory leak. The change got added in the last version i.e. 1.0.3 due topopen
. Any thoughts?The text was updated successfully, but these errors were encountered: