Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2002 12:28:40 -0700 (PDT)
From:      Julian Elischer <julian@elischer.org>
To:        Mikhail Teterin <mi+mx@aldan.algebra.com>
Cc:        current@FreeBSD.org
Subject:   Re: unkillable process :-\
Message-ID:  <Pine.BSF.4.21.0207291219160.29141-100000@InterJet.elischer.org>
In-Reply-To: <200207291458.53700.mi%2Bmx@aldan.algebra.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0207291219160.29141-100000>