From owner-freebsd-current@FreeBSD.ORG Fri Sep 2 07:49:46 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54EC116A41F for ; Fri, 2 Sep 2005 07:49:46 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from leto.uk.clara.net (leto.uk.clara.net [80.168.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA9143D45 for ; Fri, 2 Sep 2005 07:49:45 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from bloodhound.noc.clara.net ([195.8.70.207]) by leto.uk.clara.net with esmtp (Exim 4.43) id 1EB6Iy-0005M8-VF; Fri, 02 Sep 2005 08:49:44 +0100 Received: from personal by bloodhound.noc.clara.net with local (Exim 4.50 (FreeBSD)) id 1EB6JM-000GDM-Ly; Fri, 02 Sep 2005 08:50:08 +0100 Date: Fri, 2 Sep 2005 08:50:08 +0100 From: Brian Candler To: Boris Samorodov Message-ID: <20050902075008.GA62280@uk.tiscali.com> References: <20050831130543.C22426@f1> <31776986@srv.sem.ipt.ru> <20050901130719.GB54918@uk.tiscali.com> <74646630@srv.sem.ipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <74646630@srv.sem.ipt.ru> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org, Jason George Subject: Re: 6.0-BETA3 and Asterisk X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 02 Sep 2005 07:49:46 -0000 On Thu, Sep 01, 2005 at 06:36:57PM +0400, Boris Samorodov wrote: > > > AFAIK just before BETA3 system libraries were bumpted. One should > > > rebuild ports after upgrading the system from earlier one. Is it your > > > case? > > > Can mismatched library versions really cause kernel panics?? > > Can't say for sure. But lets solve problems by steps. Using different > system libraries simultaneously is not right (we don't have compat-5x). I disagree strongly. If the OP's system suffers a kernel panic, it's a kernel problem which *needs* to be fixed. Otherwise the system is open to a trivial denial-of-service attack: any userland program can replicate whatever any library does to trigger the panic. If upgrading the libraries did make the problem go away (which I doubt in this case), then the OP might have a working system, but the stability of FreeBSD as a whole would be the worse for it. Regards, Brian.