From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 7 15:58:03 2012 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 3D629106566B; Tue, 7 Feb 2012 15:58:03 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id C9C918FC0A; Tue, 7 Feb 2012 15:58:02 +0000 (UTC) Received: by obcwo16 with SMTP id wo16so12028951obc.13 for ; Tue, 07 Feb 2012 07:58:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CJU+X9uPB5SJ15ewJcIuv85RbHFijc1LvGwxC+qi0OI=; b=VGJNrW1BOtufVDHs6j2luLSJRAYJQufg/OClJyrDaOYAVy7EAxkMh0tqIcLhRzNBvs yhut9Ribab9K47J/AZW9Ad250BCiq7DYPVjK0HXV9ottV9oiVTmDmXp5gijfH8V6QoKN WjKUfsUrJfXKocvOnqjxiccIspU3UOy61Bl0w= MIME-Version: 1.0 Received: by 10.182.11.71 with SMTP id o7mr21456261obb.58.1328630282447; Tue, 07 Feb 2012 07:58:02 -0800 (PST) Received: by 10.182.46.163 with HTTP; Tue, 7 Feb 2012 07:58:01 -0800 (PST) In-Reply-To: References: <201201110806.30620.jhb@freebsd.org> <5D37298B-9D68-4F0F-8AAB-E8F2DBB9D9C3@transactionware.com> Date: Tue, 7 Feb 2012 07:58:01 -0800 Message-ID: From: Garrett Cooper To: Jan Mikkelsen Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org, Attilio Rao , Ivan Voras , Xin LI , Jan Mikkelsen , davidxu@freebsd.org Subject: Re: sem(4) lockup in python? 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: Tue, 07 Feb 2012 15:58:03 -0000 On Tue, Feb 7, 2012 at 7:50 AM, Jan Mikkelsen wrote: > > This has just happened again, this time with MAKE_JOBS_NUMBER=1, so that workaround didn't work. You need to also issue DISABLE_MAKE_JOBS=1 (you can't just issue one of the items). devel/talloc and databases/tdb abuse these variables via _MAKE_JOBS (I think in part because their intent is not well documented in bsd.ports.mk). I have a similar PR filed for this: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164488 . Sorry for missing that note.. -Garrett