rdica
rdica
@pljones Yes, also happens when started from shell prompt.
`jamulus -s`
Startup: ``` ardy@daw1:~$ ps -ef|grep "jamulus -s" ardy 7762 3240 1 12:21 pts/2 00:00:00 jamulus -s ``` After closing: ``` ardy@daw1:~$ ps -ef|grep "jamulus -s" ardy 7762 3240 0 12:21...
``` ardy@daw1:~$ ls -l .config/Jamulus/ total 376 -rw-rw-r-- 1 ardy ardy 74660 Aug 12 22:24 Jamulus.ini -rw-rw-r-- 1 ardy ardy 74616 Mar 1 13:42 Jamulus.ini-bak-20230228 -rw-rw-r-- 1 ardy ardy 72061...
Did the latter as I couldn't ensure the last 40 lines would reflect attempt to close. File created using `strace -o jamulusserver.log jamulus -s`, then attempt to close window, then...
Yes, and I can connect to it (tray icon shows a little green dot when a client is connected).
Yes. It should be noted in case you weren't aware, that `exit_group` event at the end of the strace log is when I ctrl+c out of the strace, not when...
Well no, ctrl+q etc doesnt exit the program, thats the problem :) Starting `jamulus -s` from cli doesn't fork and return to prompt, hence the need to ctrl+c out. I'm...
This was as close as I could get the exit attempt without the trailing ctrl+c exit. [debug-jamulusserver.log](https://github.com/jamulussoftware/jamulus/files/12386190/debug-jamulusserver.log)
I created a new log file using `strace -o debug-jamulusserver.log jamulus -s`, the exit at the end is where I ctrl+c. [debug-jamulusserver.log](https://github.com/jamulussoftware/jamulus/files/12386436/debug-jamulusserver.log)