From owner-freebsd-current Wed Feb 14 02:47:26 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA09613 for current-outgoing; Wed, 14 Feb 1996 02:47:26 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id CAA09594 for ; Wed, 14 Feb 1996 02:47:11 -0800 (PST) Received: from basta.cs.tu-berlin.de (wosch@basta.cs.tu-berlin.de [130.149.17.16]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id LAA27461; Wed, 14 Feb 1996 11:46:02 +0100 Received: (from wosch@localhost) by localhost (8.6.9/8.6.9) id LAA00386; Wed, 14 Feb 1996 11:15:51 +0100 Date: Wed, 14 Feb 1996 11:15:51 +0100 From: Wolfram Schneider Message-Id: <199602141015.LAA00386@localhost> To: Eric Chet , current@freebsd.org In-reply-to: Eric Chet's message of Tue, 13 Feb 1996 23:36:04 -0500 (EST) Subject: -current and top-3.3 Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@freebsd.org Precedence: bulk > I made top-3.3 from the current/port collection, when I execute > top I get an error: > > top: cannot read swaplist: kvm_read: Bad address > > Has anybody else seen this problem? I saw it after intensive swapping on freebsd.first.gmd.de. $ perl -ne '$a=$_' Any ideas on where I need to look to > fix this problem? Do you try other commands, which read swaplist? E.g. $ swapinfo $ pstat -T Wolfram