[kde-freebsd] kbiff && zombies

Matthias Apitz guru at unixarea.de
Fri Jun 5 09:39:51 UTC 2015


El día Friday, June 05, 2015 a las 09:44:01AM +0200, Matthias Apitz escribió:

> El día Thursday, June 04, 2015 a las 09:13:28PM +0200, Tobias Berner escribió:
> 
> > > > It's probably best if you open a bug report for it though.
> > > > 
> > > > Wild guess, it's jack: https://github.com/jackaudio/jack1/commit/cfa910af9694de0dd218713f66d521ee85c4070c
> > > > 
> > > > 
> > > > mfg Tobias
> 
> I have applied the proposed patch and recompiled ports/audio/jack; it
> does not help; to debug further, I replaced the binary jackd by a shell
> script:
> 
> 
> #!/bin/sh
> 
> printf "new jackd call:\n" >> /tmp/jackd
> echo $0 $* >> /tmp/jackd
> /usr/local/bin/jackd.bin $* &
> echo $! >> /tmp/jackd
> 
> and when a mail arrives the file /tmp/jackd shows:
> 
> 
> new jackd call:
> /usr/local/bin/jackd -l
> 39343
> new jackd call:
> /usr/local/bin/jackd -l
> 39345
> new jackd call:
> /usr/local/bin/jackd -l
> 39347

in addition: I looked into the sources of jackd.c: the flag -i
does naerly nothing more than exit:

                case 'l':
                        /* special flag to allow libjack to determine
                         * jackd's idea of where tmpdir is */
                        printf ("%s\n", jack_tmpdir);
                        exit (0);


-- 
Matthias Apitz, guru at unixarea.de, http://www.unixarea.de/ +49-170-4527211    +49-176-38902045
"Wenn der Mensch von den Umständen gebildet wird, so muß man die Umstände menschlich bilden."
"Si el hombre es formado por las circunstancias entonces es necesario formar humanamente
las circunstancias", Karl Marx in Die heilige Familie / La sagrada familia (MEW 2, 138)


More information about the kde-freebsd mailing list