From owner-freebsd-bugs Wed Aug 9 01:40:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id BAA26833 for bugs-outgoing; Wed, 9 Aug 1995 01:40:04 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id BAA26824 ; Wed, 9 Aug 1995 01:40:03 -0700 Resent-Date: Wed, 9 Aug 1995 01:40:03 -0700 Resent-Message-Id: <199508090840.BAA26824@freefall.cdrom.com> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.cdrom.com, wosch@cs.tu-berlin.de Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id BAA26744 for ; Wed, 9 Aug 1995 01:38:28 -0700 Received: from localhost.cs.tu-berlin.de ([130.149.1.128]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id KAA28320 for ; Wed, 9 Aug 1995 10:33:16 +0200 Received: (from wosch@localhost) by localhost (8.6.9/8.6.9) id XAA07340; Tue, 8 Aug 1995 23:46:30 +0200 Message-Id: <199508082146.XAA07340@localhost> Date: Tue, 8 Aug 1995 23:46:30 +0200 From: Wolfram Schneider Reply-To: wosch@cs.tu-berlin.de To: FreeBSD-gnats-submit@freebsd.org, wosch@cs.tu-berlin.de X-Send-Pr-Version: 3.2 Subject: kern/668: garbage in /var/account/acct Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 668 >Category: kern >Synopsis: garbage in /var/account/acct >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 9 01:40:02 PDT 1995 >Last-Modified: >Originator: Wolfram Schneider >Organization: >Release: FreeBSD 2.0-ALPHA i386 >Environment: >Description: Sometimes the kernel produces garbage after long program names in /var/account/acct. # create a 10 chars long (or longer) program name $ cp /bin/ls /tmp/ls34567890 # start this program 100 x $ set 0 1 2 3 4 5 6 7 8 9 $ for i do for j do /tmp/ls34567890 ;done;done >/dev/null # check for garbage $ lastcomm |grep '^ls34567890[^ ]'|wc 3 30 201 $ lastcomm |grep '^ls34567890[^ ]' ls34567890\001 - wosch ttyp0 0.02 secs Tue Aug 8 15:00 ls34567890\001 - wosch ttyp0 0.05 secs Tue Aug 8 15:00 ls34567890\001 - wosch ttyp0 0.03 secs Tue Aug 8 15:00 Wolfram >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: