From owner-freebsd-bugs Mon May 8 02:34:51 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA23933 for bugs-outgoing; Mon, 8 May 1995 02:34:51 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA23924 for ; Mon, 8 May 1995 02:34:45 -0700 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id CAA00216; Mon, 8 May 1995 02:37:46 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id CAA00191; Mon, 8 May 1995 02:34:43 -0700 Message-Id: <199505080934.CAA00191@corbin.Root.COM> To: Steven Wallace cc: freebsd-bugs@FreeBSD.org Subject: Re: freeze up In-reply-to: Your message of "Mon, 08 May 95 01:23:15 PDT." <9505080823.AA06479@newport.ece.uci.edu> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 08 May 1995 02:34:41 -0700 Sender: bugs-owner@FreeBSD.org Precedence: bulk >One other factor I didn't mention is the last two weeks I have been working >on my application that used shared memory mapping frequently. Ah. Yeah, shared memory is broken - this is a known problem and it does cause problems just like you're describing. >pal-r32-a07b-gs >> ps -a & >[5] 539 >pal-r32-a07b-gs >> PID TT STAT TIME COMMAND This is useless without "-l". I need to know the "WCHAN". -DG