From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 20 02:31:38 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AED2FBB; Sat, 20 Dec 2014 02:31:38 +0000 (UTC) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E2462D15; Sat, 20 Dec 2014 02:31:38 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id bs8so6289352wib.3; Fri, 19 Dec 2014 18:31:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=uYe/1NUYGKbyF5Q3+Tbr/N5MLaSbHD8RBLXO9xZXcI8=; b=kVieJ0AQ5FJOWk4BEV719r93N5T7P3v5T50mwm5aebjJ8SkrOmzsrkI2wgkrF5Krwb T/Q4c5vWtu84n+lT8mu462KMQMLxZWtMhJupIlfEYDnJ/B9vaeDSqcl26IQ3SDxhP6Ny EtlioJiFy4lgyWql9LCaFKKAXn8hKF2elBaC1ePxM8pOiQW4U5Gpi7dEm6MHT+V6Z04F cszg48pKZu1WQ+jOfgqWc3a5NCrSptyH84DZcrUGq4VtBR1VM6ZM+dt/eorGKZD102QN vL2TzeUu9WI5QCJk/BzfkRtcHWvblEh+SQ86IW6R1bvYEdJZos8LDD5/j25oNr4+8L5V hc+w== MIME-Version: 1.0 X-Received: by 10.180.9.241 with SMTP id d17mr11057937wib.13.1419042696625; Fri, 19 Dec 2014 18:31:36 -0800 (PST) Received: by 10.194.216.226 with HTTP; Fri, 19 Dec 2014 18:31:36 -0800 (PST) In-Reply-To: <20141219204606.GD47144@glebius.int.ru> References: <54947F82.3090603@madpilot.net> <20141219204606.GD47144@glebius.int.ru> Date: Sat, 20 Dec 2014 06:31:36 +0400 Message-ID: Subject: Re: lighttpd crush the system after r274463 From: Andrey Fesenko To: Gleb Smirnoff Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-hackers@freebsd.org" , Adrian Chadd , freebsd-current , Guido Falsi X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2014 02:31:38 -0000 On Fri, Dec 19, 2014 at 11:46 PM, Gleb Smirnoff wrote: > On Fri, Dec 19, 2014 at 08:41:54PM +0100, Guido Falsi wrote: > G> On 12/19/14 19:28, Adrian Chadd wrote: > G> > Hm, glebius? Any ideas? > > I was quite busy last week, doing defense of my thesis. Now it is > done, and I will look at the problem ASAP. > > -- > Totus tuus, Glebius. I found the problem seems to commit https://svnweb.freebsd.org/base/head/sys/kern/uipc_socket.c?r1=274712&r2=274711&pathrev=274712 if revert this, and rebuild kernel, system work fine.