From owner-freebsd-hackers@FreeBSD.ORG Sat Sep 27 02:17:16 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26CAC106568C for ; Sat, 27 Sep 2008 02:17:16 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id A77C68FC14 for ; Sat, 27 Sep 2008 02:17:15 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: by nf-out-0910.google.com with SMTP id h3so485809nfh.33 for ; Fri, 26 Sep 2008 19:17:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc :subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to; bh=LhT8FsYe/tptWxF2V6ltwR/g/6KOENee44JoB9UFOFk=; b=jGAADNKERChOxkiOt9tUnD7n4IUGjy25E1389x28gdxbi3VG71u8AzFrR/amRbsOHC QPOLQq7os50PAQ8E1hRK2PLG6wFwFLQBG5eLl3F4uuHyo3OmWiX+R5zP5f1viJUjUmC4 r49F1RAmT+LtuqqxxaMv3VPTE3d4SEJp7yzLM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; b=N/Pt0UIMF45Qg5mS3k3bIsDc4qQKXutkMmmGZdyr3hBwWAcNiFOIk8naO7TMvwWrA3 izIfjlDFmAjFVotwy8QFC7mNAb2HtMMSB1FTrYSsRcWXeBayX8INgxTbC+RxhYbpb5YG gptS0eYJP6ncQqb5phTJjo3t47c+xLbLAc02g= Received: by 10.210.56.7 with SMTP id e7mr2433633eba.5.1222481834242; Fri, 26 Sep 2008 19:17:14 -0700 (PDT) Received: from logik.internal.network ( [81.86.41.187]) by mx.google.com with ESMTPS id 7sm5045522eyb.1.2008.09.26.19.17.12 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 26 Sep 2008 19:17:13 -0700 (PDT) Received: by logik.internal.network (Postfix, from userid 11001) id 44D2660AA; Sat, 27 Sep 2008 02:17:10 +0000 (UTC) Date: Sat, 27 Sep 2008 03:17:10 +0100 From: xorquewasp@googlemail.com To: Daniel Eischen Message-ID: <20080927021709.GB60860@logik.internal.network> References: <20080926222711.GA74003@logik.internal.network> <48DD73A9.5000505@elischer.org> <20080926234727.GA60860@logik.internal.network> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-hackers@freebsd.org Subject: Re: popen() in multithreaded program - hangs? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2008 02:17:16 -0000 On 20080926 21:43:48, Daniel Eischen wrote: > On Sat, 27 Sep 2008, xorquewasp@googlemail.com wrote: > >> On 20080926 16:43:37, Julian Elischer wrote: >>> xorquewasp@googlemail.com wrote: >>>> I'm trying to write a client for the jack audio connection kit >>>> (http://jackaudio.org), have hit an apparent bug and am not sure >>> >>> what revision of FreeBSD? >> >> Ahem, should've mentioned that. >> >> FreeBSD 6.3-RELEASE-p1 #0: Wed Feb 13 02:40:56 UTC 2008 >> root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > > http://www.freebsd.org/releases/6.3R/errata.html > http://security.freebsd.org/advisories/FreeBSD-EN-08:01.libpthread.asc I wonder if I'm missing something: $ sudo freebsd-update fetch Looking up update.FreeBSD.org mirrors... 1 mirrors found. Fetching metadata signature for 6.3-RELEASE from update1.FreeBSD.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. No updates needed to update system to 6.3-RELEASE-p4. I appear to have that update but the problem persists. -- xw