From owner-freebsd-current Wed Jul 7 15:13:35 1999 Delivered-To: freebsd-current@freebsd.org Received: from bellnetworks.net (www.bellnetworks.net [216.214.153.70]) by hub.freebsd.org (Postfix) with ESMTP id C285414E32 for ; Wed, 7 Jul 1999 15:13:28 -0700 (PDT) (envelope-from jerry@bellnetworks.net) Received: from bellnetworks.net (alice.bellnetworks.net [216.214.153.74]) by bellnetworks.net (8.9.3/8.9.3) with ESMTP id SAA26282 for ; Wed, 7 Jul 1999 18:13:26 -0400 (EDT) (envelope-from jerry@bellnetworks.net) Message-ID: <3783CFC5.38D2F103@bellnetworks.net> Date: Wed, 07 Jul 1999 18:08:05 -0400 From: Jerry Bell X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Stuck in "objtrm" References: <199907021200.WAA06282@nymph.detir.qld.gov.au> <199907060745.RAA12161@nymph.detir.qld.gov.au> <199907061044.UAA14043@nymph.detir.qld.gov.au> <14210.4262.296904.751060@grasshopper.cs.duke.edu> <199907070349.NAA13375@nymph.detir.qld.gov.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can very reliable reproduce a process getting stuck in this state. The box it is running on is a k6-2 400 with 128MB of ram and 500MB of swap. When compiling mysql322-server with the compiler option of '-O2' or '-O3', the build gets up to sql_yacc.cc. It churns on this file and goes into the objtrm state after about 4 minutes of cpu time pass. Watching the memory usage of this compile is pretty interesting: it starts out using about 30M of memory, then jumps to about 105MB. It bounces around between 100MB and 130MB, then jumps to 200MB, at which point is starts swapping in and out pretty frequently. The compile runs, every now and then going into swread state. After a while of this, with about 170MB of swap taken up, the process goes into the objtrm state, and drops to about 3MB in size. This is happening on a build from last friday (7/2). If I can provide any further information, please let me know. I can get this to happen every time I try. Jerry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message