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. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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_close
is 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 jackd
to 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?Beta Was this translation helpful? Give feedback.
All reactions