From owner-freebsd-current@FreeBSD.ORG Wed Mar 5 20:23:38 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DAB1B1A for ; Wed, 5 Mar 2014 20:23:38 +0000 (UTC) Received: from mail-ea0-x22e.google.com (mail-ea0-x22e.google.com [IPv6:2a00:1450:4013:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C8A72A14 for ; Wed, 5 Mar 2014 20:23:37 +0000 (UTC) Received: by mail-ea0-f174.google.com with SMTP id f15so1283755eak.33 for ; Wed, 05 Mar 2014 12:23:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=BdraH4f+gMHsn2fF962V4y9imi1Jv1UqDWJy7ojMlaI=; b=MPL+kGPlo5LMqkIwAmzTKvLnD3ZUNlWR3RMBjYlSicjXU1lLoIot4J2BBhzJOnu9dr vt/D6oSmFTBctn+eK5Uz7Nyk73Y57fuzMlOzex3shcc1yz77n8vZFhouPyjtOMLSOMwq O7kKa+TP/EVQ0cuvC4EhxgpEBbkP2mhx4XdnsojgQBDPDfc75SL/HZBpvE5Mv76/Kfmb 2GIjs+2RXW3N7Q8pgSphnVeNMdhi9IEGtPDGVXb/yfeBuia1//Jl6ka/HWcADeDSNw0Y JucqCX+Nz4YcGVoiiO0a/WKPRT4KivewVh57x6PDKlcf8sOEN3qEnW+d/CaT97lMEGjR EPKg== X-Received: by 10.14.105.9 with SMTP id j9mr7779344eeg.71.1394051016085; Wed, 05 Mar 2014 12:23:36 -0800 (PST) Received: from laptop.minsk.domain ([37.215.50.92]) by mx.google.com with ESMTPSA id x3sm13300183eep.17.2014.03.05.12.23.34 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 05 Mar 2014 12:23:34 -0800 (PST) Date: Wed, 5 Mar 2014 23:23:24 +0300 From: "Sergey V. Dyatko" To: "O. Hartmann" Subject: Re: current -r262780 explodes on wlan up Message-ID: <20140305232324.724ba7c3@laptop.minsk.domain> In-Reply-To: <20140305211517.356a276e@telesto> References: <1611.1394047460@critter.freebsd.dk> <20140305211517.356a276e@telesto> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Mar 2014 20:23:38 -0000 В Wed, 5 Mar 2014 21:15:17 +0100 "O. Hartmann" пишет: > On Wed, 05 Mar 2014 19:24:20 +0000 > Poul-Henning Kamp wrote: > > > > > Just tried a current kernel -r 262780 on my laptop. > > > > When wlan0 comes up (if_iwn) it explodes with something about > > witness and rtentry.c, but it clears the screen before I can get a > > photo... > > > > Looks trivial to reproduce. > > > > > On one of my servers equipted with a WiFi adaptor for acting as > gateway, the same situation. The kernel is capable of being boot into > single user mode, but explodes immediately when > performin /etc/netstart. > > In multisuer mode, when the network is coming up, it core dumps. > > oh as I whote to phk@ offlist: can you try that patch (thanks, glebius@) http://svn.freebsd.by/files/rt_dtor.diff ? -- wbr, tiger