Le 28 mars 2011 à 10:23, Julien Claassen a écrit :
Hello Cedric!
I just changed it to int volatile done = 0 and added some debugging output.
It jumps into the connecting branch (if(connect) ), then there's the expression:
if (jack_connect(client, jack_port_name(src_port),...
There it fails (i.e., it doesn't execute the following goto exit. Instead, it
executed my prepare else and then hung around the while-loop forever. Well, I didn't
wait that long. :-)
So any thoughts on that?
Warmly yours
Julien
The only reason I see is that for some reason the connect callback is never called... so
*this* has to be debugged in the first place.
Stéphane