Skip to content
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

Espeak leaves Zombie processes after conversion #10

Closed
akshay-vishnoi opened this issue May 31, 2016 · 1 comment
Closed

Espeak leaves Zombie processes after conversion #10

akshay-vishnoi opened this issue May 31, 2016 · 1 comment

Comments

@akshay-vishnoi
Copy link

akshay-vishnoi commented May 31, 2016

I am using this code in rails application and when I try following:

Speech.new(char).bytes.force_encoding('ASCII-8BIT')

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?

@dejan
Copy link
Owner

dejan commented Feb 1, 2017

@akshay-vishnoi thanks for reporting and I'm sorry for delayed response. Fixed in #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants