From owner-freebsd-current@FreeBSD.ORG Tue Jun 24 11:26:13 2003 Return-Path: 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 2C57F37B401 for ; Tue, 24 Jun 2003 11:26:13 -0700 (PDT) Received: from sccrmhc11.attbi.com (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8320243FA3 for ; Tue, 24 Jun 2003 11:26:12 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([12.233.125.100]) by attbi.com (sccrmhc11) with ESMTP id <20030624182611011005laete>; Tue, 24 Jun 2003 18:26:11 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA93541; Tue, 24 Jun 2003 11:26:10 -0700 (PDT) Date: Tue, 24 Jun 2003 11:26:08 -0700 (PDT) From: Julian Elischer To: Wesley Morgan In-Reply-To: <20030624124023.X59875@volatile.chemikals.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: Unkillable processes with libKSE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 18:26:13 -0000 what about kill -9 887 ? The signals in libKSE are known to be 'delicate'. We are working on (well, actually David Xu is working on) a set of code to make the signal more robust. Hopefully this will fix the problem you are seeing.. Any other comments? Other than not being able to kill it, how as the experience? On Tue, 24 Jun 2003, Wesley Morgan wrote: > Thought I would give libKSE a try making use of the 'libmap.conf' library > translations. KDE loads fine, but when I tried to run Firebird I get a > process with 3 threads, and it is completely unkillable. It also is > holding some kind of lock on it's own directory that has caused a couple > of ls's to hang unkillable in lstat(): > > [morganw@catalyst:/usr/X11R6/lib/firebird/lib$]: ls > ^C^C^Z^Z^Z^C^C^Z^C^Z^C^Z > > The offending threads are: > > 887 morganw -4 0 39120K 30972K ufs 0:02 0.00% 0.00% MozillaFirebi > 887 morganw 76 0 39120K 30972K WAIT 0:02 0.00% 0.00% MozillaFirebi > 887 morganw -8 0 39120K 30972K RUN 0:02 0.00% 0.00% MozillaFirebi > > Kernel has ddb in it and I'll leave the processes running as they don't > seem to be causing any harm so if there is any information I can provide > to help debug, let me know. Truss/strace/ktrace produce no output. > > -- > Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >