From owner-freebsd-current Fri Aug 2 10:20:15 2002 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 6356C37B401 for ; Fri, 2 Aug 2002 10:20:11 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 927C643E4A for ; Fri, 2 Aug 2002 10:20:10 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020802172010.GFRD22139.rwcrmhc52.attbi.com@InterJet.elischer.org>; Fri, 2 Aug 2002 17:20:10 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id KAA50370; Fri, 2 Aug 2002 10:08:48 -0700 (PDT) Date: Fri, 2 Aug 2002 10:08:47 -0700 (PDT) From: Julian Elischer To: Marc Recht Cc: FreeBSD current users Subject: Re: mysql-3.23.51 with Current for the last few weeks. In-Reply-To: <20020802190041.658814fc.marc@informatik.uni-bremen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG there are several possibilities: 1/ do a ktrace on teh spinning process for a couple of seconds and see what syscalls it is doing. 2/ if it's spinning in the kernel, you can drop into ddb and do a tr to see where it is in the kernel... c to continue.. do this several times to ge a sortof 'profile' of where you see it.. On Fri, 2 Aug 2002, Marc Recht wrote: > > I really don't know where to start looking. Just after the KSE changes at > > the beginning of July I upgraded mysql. Since then I have had intermittent > > problems with mysql hanging far too often. It takes 100% of the resources > > and has to be killed. I get no errors in the mysql log nor in the system > > logs. > This isn't only a mysql problem. The (at least) linux jdk 1.4, jikes and lt_rep > (used by librep while building) have the same problem. They're just using CPU > time and are doing nothing... (dead-lock?) > > Marc > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message