From owner-freebsd-stable@FreeBSD.ORG Tue Apr 12 16:24:10 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3778516A4CE for ; Tue, 12 Apr 2005 16:24:10 +0000 (GMT) Received: from 163.com (smtp.163.com [202.108.44.212]) by mx1.FreeBSD.org (Postfix) with SMTP id 7D70943D58 for ; Tue, 12 Apr 2005 16:24:07 +0000 (GMT) (envelope-from ncisoft@163.com) Received: from [211.157.74.200] (unknown [211.157.74.200]) by smtp4 (Coremail) with SMTP id IABAegf2W0J9zTUD.2 for ; Wed, 13 Apr 2005 00:23:39 +0800 (CST) X-Originating-IP: [211.157.74.200] Date: Wed, 13 Apr 2005 00:23:39 +0800 From: Young Lee To: Uzi Klein In-Reply-To: <424C1F3C.4020208@bmby.com> References: <20050331232901.BC1B.NCISOFT@163.com> <424C1F3C.4020208@bmby.com> Message-Id: <20050413000852.9F7C.NCISOFT@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.11.02 [en] cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD 5.3 SMP freezes with MySQL 4.1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2005 16:24:10 -0000 I had repeated the panic by reset debug.mpsafenet from 0 to 1, after that, the system automatically reboot after several hours, and if debug.mpsafenet was set to 0, the system is stable. so i guess this is a tcp stack or NIC driver SMP thread-safe issue, normally my server got over 1000 interrupts/s on bge, I have plan to replace the onboard bge NIC to fxp and set debug.mpsafenet to 1 to see what will happen this week. -- Young Lee On Thu, 31 Mar 2005 18:03:08 +0200 Uzi Klein wrote: > Young Lee wrote: > > Thank you very much. My server's uptime last two days by refer to > > Klein's configuration, it's impactful, thanks to Klein. > > > > My concern of stablility is focus on mysql's build options as > > BUILD_STATIC & BUILD_OPTIMIZED, but it looks like ridiculous > > without any logicality, build_static should have not any different > > between dynamatic lib. I will do some testing after the current > > configuration to be proven by uptime over one week, and try to > > find out how to repeat the panic. > > > > I think the real change was usin linuxthreads for SMP honestly. > The BUILD_STATIC & BUILD_OPTIMIZED only increase speed by not setting > shared libs and enables assembly AFAIK. > > -- > Uzi Klein > Software Development Manager > BMBY Software Systems Ltd > 2 Hataasia St., Yokneam, Israel > P: +972 4 959 79 89 > F: +972 3 617 93 36 > http://www.bmby.com > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"