Jackd server hang #921
Unanswered
ArtemRotov
asked this question in
Q&A
Replies: 1 comment 1 reply
|
Yes, the server will wait for the client side to close or process to exit, which both never do because it is manually stopped. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello. I'm not sure if this is the issue, so I'm not creating a issue yet. I have an application that uses jack2. If I interrupt the application through the debugger and
jack_client_closeis not called, then the jack server remains in a hung state. I can no longer run my application because it hangs on thejack_client_open. I have to dopkill -ABRT jackdto remove the process. Only after that I can start the application again. If closed correctly, then there is no such problem. Can you please tell me if this is the expected behaviour?All reactions