From owner-freebsd-current Mon Jul 29 12:40:17 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 5CE1337B400 for ; Mon, 29 Jul 2002 12:40:08 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A55543E5E for ; Mon, 29 Jul 2002 12:40:08 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020729194007.LIYS24567.rwcrmhc51.attbi.com@InterJet.elischer.org>; Mon, 29 Jul 2002 19:40:07 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA29545; Mon, 29 Jul 2002 12:28:41 -0700 (PDT) Date: Mon, 29 Jul 2002 12:28:40 -0700 (PDT) From: Julian Elischer To: Mikhail Teterin Cc: current@FreeBSD.org Subject: Re: unkillable process :-\ In-Reply-To: <200207291458.53700.mi+mx@aldan.algebra.com> 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 ddb ps (find address of proc) cont cd /sys/i386/compile/MYKERNEL gdb -k kernel.debug /dev/mem print *(struct proc *){address} go to the thread.. do the same. maybe others can tell you other things to look at while you are in there.... (if you can not get to ddb you may neet to traverse the allproc list to find your process.) On Mon, 29 Jul 2002, Mikhail Teterin wrote: > KOffice's kword is stuck here... Can not be killed even with -9. > Sits idle, with its window open, but not updating: > > UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND > 1042 88248 1 0 96 0 119296 28105 - WWs pm 0:00,00 kword > /tmp/k > > Machine is otherwise fine, uptime 12 days -- my work desktop. -current > of Tue Jul 16 13:14:05 EDT 2002 vintage. Any clues? > > -mi > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message