From owner-svn-src-head@freebsd.org Sat Jan 23 12:00:24 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 677B1A8DBBE; Sat, 23 Jan 2016 12:00:24 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 312B31025; Sat, 23 Jan 2016 12:00:24 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-ig0-x233.google.com with SMTP id z14so8084415igp.1; Sat, 23 Jan 2016 04:00:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=8+86SfPrnxNc0Ml33tjWoDwBHh32KeBlTylhlj+koAc=; b=F7je+Qzbu5jphKMPlU0gLykuGgIwSCbwuogOo66yETamdluwoD+7+lW4UM5kze3a1q ZYK7sBnqaQBeg1rLFApzm8SzoVNMOhfyeo+5bgpqcFb8avbe5KIF6DtZ2fXS9/XsN+kK fxB/W94dhbdFqMRDWm8xySuYmyocYOTvJvN4DtkVVX/QGQ3A/9qvqPEtgZDTTr2tyVe/ AqVIjHdcGGBaa6esZfUbzb9PD1LAiq8e4QLqRqnWSyd2I97aZ1A2NtaEslybOQIlfU4q 5vKmA5qlMIfMqS7XxkQkbvIDny5Acgfg5Abz0C4lmwKc0dc4ogdJMm7L89OV4zADpIzY /jtA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=8+86SfPrnxNc0Ml33tjWoDwBHh32KeBlTylhlj+koAc=; b=Trn+UlyHeyqni0YrV2pjSnFQZ1A8Og7R7Ka1iAkS9EW802Onkuc94j5DTCYm94jRsi qLQGaffueGkbyXWhbFZcI2yTwfgbrYB4MxV63uMYKmxhDYCTEN+BhRUJVvUttkaLaOyM tUuLtaGTV4z1E9qnTWQK/d9lgEelSoRuNorEf9TQLlSXI5DAoXfK9rGE0dm9BrdowJP7 Kd2ZSEDnuw+PwpbDBZRzvUya9RgwKhtbe+uIRgczlaYKcyGA5/2qnMLi1bBeJYwW8sHp 8B8nbzHZIm4ndJZYoIt40lhHKnZ1iZ16EQtAf23379DcfmaZWWtJoZgnyp1swQ3r8GMK NmPw== X-Gm-Message-State: AG10YOQPDTj+uCjQNpuPj4ag4laYjoaU9FzFV3xA8FXyDgYiVT8gmsZoDEezqSALJcsfErCcMArqwkctjg8Ngw== MIME-Version: 1.0 X-Received: by 10.50.13.100 with SMTP id g4mr7813702igc.64.1453550423586; Sat, 23 Jan 2016 04:00:23 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.159.195 with HTTP; Sat, 23 Jan 2016 04:00:23 -0800 (PST) In-Reply-To: <20160121183646.6d964d54@kan> References: <201601202326.u0KNQZwL066141@repo.freebsd.org> <20160121183646.6d964d54@kan> Date: Sat, 23 Jan 2016 12:00:23 +0000 X-Google-Sender-Auth: t6JWRtQ6T1xBiS5MLTzk97HvlUc Message-ID: Subject: Re: svn commit: r294470 - head/libexec/rtld-elf From: Antoine Brodin To: Alexander Kabaev Cc: Alexander Kabaev , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 12:00:24 -0000 On Thu, Jan 21, 2016 at 11:36 PM, Alexander Kabaev wrote: > On Thu, 21 Jan 2016 22:20:12 +0100 > Antoine Brodin wrote: > >> On Thu, Jan 21, 2016 at 12:26 AM, Alexander Kabaev >> wrote: >> > Author: kan >> > Date: Wed Jan 20 23:26:35 2016 >> > New Revision: 294470 >> > URL: https://svnweb.freebsd.org/changeset/base/294470 >> > >> > Log: >> > Fix initlist_add_object invocation parameters. >> > >> > The tail parameter should point to the last object for >> > which dependencies should be processed. In most cases, >> > this is the object itself. >> > >> > Modified: >> > head/libexec/rtld-elf/rtld.c >> >> Hi, >> >> It seems there are still some hangs after this fix (seen on the -head >> package builders, tar -xf hanging for instance). >> >> Cheers, >> >> Antoine > > I've seen hangs _before_ this fix but none after. You'd have to collect > some backtraces and share with me and kib@. False alarm, for unknown reasons java/eclipse eats all CPU on head and other ports were starving. Cheers, Antoine