From owner-freebsd-current Tue Jun 13 8:45: 5 2000 Delivered-To: freebsd-current@freebsd.org Received: from lucifer.bart.nl (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 5D27837B844; Tue, 13 Jun 2000 08:45:01 -0700 (PDT) (envelope-from asmodai@lucifer.bart.nl) Received: (from asmodai@localhost) by lucifer.bart.nl (8.9.3/8.9.3) id RAA47268; Tue, 13 Jun 2000 17:44:54 +0200 (CEST) (envelope-from asmodai) Date: Tue, 13 Jun 2000 17:44:54 +0200 From: Jeroen Ruigrok van der Werven To: Bart Thate Cc: freebsd-current@FreeBSD.ORG, rwatson@FreeBSD.ORG Subject: Re: current jail panic II Message-ID: <20000613174454.X37438@lucifer.bart.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from freebsd@1st.dudi.org on Tue, Jun 13, 2000 at 04:59:29PM +0200 Organisation: VIA Net.Works The Netherlands Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000613 17:08], Bart Thate (freebsd@1st.dudi.org) wrote: > >prp is 0x0 but is not checked upon. The check if prp ==0 is done 2 lines >further on. > > if (prp == 0 || prp->pr_usrreqs->pru_attach == 0) > return (EPROTONOSUPPORT); > > >since both if-s return EPROTONOSUPPORT the fix is to move the prp == 0 if >in front of the patches lines. I committed a fix to CURRENT. Can you verify if this stops the panics you're seeing? Thanks, -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Love conquers all... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message