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

Orphan processes bug #34

Closed
sepandhaghighi opened this issue Feb 7, 2024 · 0 comments · Fixed by #39
Closed

Orphan processes bug #34

sepandhaghighi opened this issue Feb 7, 2024 · 0 comments · Fixed by #39
Assignees
Labels
bug Something isn't working
Milestone

Comments

@sepandhaghighi
Copy link
Member

Description

Orphan processes bug

Steps/Code to Reproduce

import time
from nava import play, stop
for _ in range(1000):
    sound_id = play("alarm.wav", async_mode=True)
    time.sleep(4)
    stop(sound_id)

Expected Behavior

Normal behavior

Actual Behavior

Receiving numerous resource warnings related to a large number of orphan processes

Operating System

Ubuntu 18.04

Python Version

Python 3.9

nava Version (Use : nava.__version__)

Nava v0.3

@sepandhaghighi sepandhaghighi added the bug Something isn't working label Feb 7, 2024
@sepandhaghighi sepandhaghighi added this to the nava v0.4 milestone Feb 7, 2024
@sepandhaghighi sepandhaghighi self-assigned this Feb 7, 2024
@sadrasabouri sadrasabouri linked a pull request Feb 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants