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
Expected behaviour: The program should continue to run forever and write debug output to the terminal.
Actual behaviour: program stops after a random cycle count, the call to jack_deactivate(client) doesn't seem to return. The program is frozen.
No error messages from the server.
It's not clear under which exact circumstance the error happens. It will in the described case (using test program) however happen certainly, after some time.
The text was updated successfully, but these errors were encountered:
Describe the bug
jack application hangs in jack_deactivate(). This bug could only be observed on Windows OS.
Steps To Reproduce
Using
https://github.com/jackaudio/jack2-releases/releases/download/v1.9.22/jack2-win64-v1.9.22.exe
on Windows 7
Startup jackd via qjackctl.
Compile test program from
https://paste.debian.net/plainh/65817d0d
Expected vs. actual behavior
Expected behaviour: The program should continue to run forever and write debug output to the terminal.
Actual behaviour: program stops after a random cycle count, the call to jack_deactivate(client) doesn't seem to return. The program is frozen.
No error messages from the server.
It's not clear under which exact circumstance the error happens. It will in the described case (using test program) however happen certainly, after some time.
The text was updated successfully, but these errors were encountered: