From owner-freebsd-stable@FreeBSD.ORG Mon Nov 26 15:54:36 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9C8F16A47B for ; Mon, 26 Nov 2007 15:54:36 +0000 (UTC) (envelope-from holakac@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.227]) by mx1.freebsd.org (Postfix) with ESMTP id 54B5213C4D9 for ; Mon, 26 Nov 2007 15:54:36 +0000 (UTC) (envelope-from holakac@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so438676wra for ; Mon, 26 Nov 2007 07:54:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=sODrM3Vp+7wKfimVkfMT1fmfII8rtOQWrC2xkwpyxzI=; b=JXkR7AkVjufP+W3zXyGA4zMpSYbyVymA02NYGBZv/5FnkSgJHhFxhFpllcJ5DlHMjTyobgajxUkwokypt2l4wnaOYknFe3hAtB5alr1riCTg+pKIQC26bSaNxUWGWD5+XZknLB76bOcZEugIW/7R7SoqCqLpqaEC5tdMV6EYDX4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ce3Y4IYrZANryskRN59bkbdEVGArDPHM5elLYnN2UoskmiiNc2WbIcT+XoU6QJ/NXRBZ6EXb7nC59LnizpIhPWJuNMk9hFJB4CX1CjI7xY2lf5YoOWXcs/RvDtUeVkSJxWl8IEKuP2ALHmwIxQ3gK013ec6bLJ7Bd8qZY+3TR5I= Received: by 10.78.165.16 with SMTP id n16mr2997762hue.1196091001189; Mon, 26 Nov 2007 07:30:01 -0800 (PST) Received: by 10.78.178.13 with HTTP; Mon, 26 Nov 2007 07:30:01 -0800 (PST) Message-ID: Date: Mon, 26 Nov 2007 16:30:01 +0100 From: "Honza Holakovsky" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Some processes stay active after killing its PID X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2007 15:54:36 -0000 Hi, I'm expecting quite curious problem (currently spotted with usage of audacious (1.3.2 [20070405-4320]) and fusefs-wdfs (1.3.2)) After I finish working with either of these two programs (i.e. closing audacious windown or unmounting wdfs unit), they still run on background, and cosume all remaining cpu performance. Even if I kill its PID, it's still running. "top" looks like this: last pid: 21161; load averages: 1.30, 1.33, 1.11 up 0+02:49:43 16:20:56 51 processes: 3 running, 48 sleeping CPU states: 53.1% user, 0.0% nice, 46.5% system, 0.4% interrupt, 0.0%idle Mem: 209M Active, 226M Inact, 105M Wired, 21M Cache, 70M Buf, 54M Free Swap: 2048M Total, 20K Used, 2048M Free PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 19163 root 1 132 0 19112K 4948K RUN 14:57 81.88% wdfs 18873 holakac 1 96 0 79652K 53568K select 13:14 1.66% Xorg 18911 holakac 4 20 0 104M 81280K kserel 9:06 0.00%firefox-bin I'm running FreeBSD 6.3-PRERELEASE i386 dmesg - http://straz.shacknet.nu/junk/dmesg.txt /var/db/pkg - http://straz.shacknet.nu/junk/pkg.txt Don't know what other info would help :P Thanks for any advice