On Wed, 9 Jul 2008, Kjetil S. Matheussen wrote:
(cc to jack-dev)
On Wed, 9 Jul 2008, Julien Claassen wrote:
Hi!
That was almost the right sequence of events, but I gave jack_capture:
-p option for MPlayer and an output file.
Great, those options shouldn't make a difference.
Also, do you remember if you pressed RETURN or CTRL-C to
stop jack_capture?
CTRL-C sends a SIGINT signal
to jack_capture, which perhaps can explain why
jack suddenly decided to shut down. (wild guessing)
Pressing RETURN is a lot cleaner.
Hold on, I'm doing a lot of illegal things in the signal handler.
That could perhaps explain everything. I'm fixing that now.