Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  6 Dec 2006 23:51:05 +0100 (CET)
From:      trasz <trasz@pin.if.uz.zgora.pl>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        multimedia@FreeBSD.org
Subject:   [PATCH] audio/jack: fix ports/99323
Message-ID:  <20061206225105.A8AF039DBA@pin.if.uz.zgora.pl>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	trasz
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] audio/jack: fix ports/99323
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 6.1-RELEASE-p10 i386
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
Fix (work around, actually) the first problem described in ports/99323,
that is, jackd getting into infinite loop on client disconnect.  Second
problem described there seems to have disappeared with jackd update.
Thus, ports/99323 can be closed.

Added file(s):
- files/patch-jackd-engine.c

Port maintainer (multimedia@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- jack-0.102.20.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/jack/files/patch-jackd-engine.c /home/trasz/jack/files/patch-jackd-engine.c
--- /usr/ports/audio/jack/files/patch-jackd-engine.c	Thu Jan  1 01:00:00 1970
+++ /home/trasz/jack/files/patch-jackd-engine.c	Wed Dec  6 23:46:36 2006
@@ -0,0 +1,11 @@
+--- jackd/engine.c.orig	Wed Dec  6 23:40:20 2006
++++ jackd/engine.c	Wed Dec  6 23:40:58 2006
+@@ -1444,7 +1444,7 @@
+ 				    (engine, pfd[i].fd)) {
+ 					jack_error ("could not handle external"
+ 						    " client request");
+-#ifdef JACK_USE_MACH_THREADS
++#if 1
+                                     /* poll is implemented using
+ 				       select (see the macosx/fakepoll
+ 				       code). When the socket is closed
--- jack-0.102.20.patch ends here ---




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061206225105.A8AF039DBA>