From owner-freebsd-current Wed Jun 5 02:56:55 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA07178 for current-outgoing; Wed, 5 Jun 1996 02:56:55 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA07166 for ; Wed, 5 Jun 1996 02:56:51 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0uRFJk-000QZQC; Wed, 5 Jun 96 11:55 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id LAA08078 for FreeBSD-current@FreeBSD.ORG; Wed, 5 Jun 1996 11:04:42 +0200 Message-Id: <199606050904.LAA08078@allegro.lemis.de> Subject: More on VM, swap leaks To: FreeBSD-current@FreeBSD.ORG (FreeBSD current users) Date: Wed, 5 Jun 1996 11:04:42 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk OK, to follow up on my last message, I rebooted my machine and tried to start emacs. Here's what happened (this is put together from displays on two different xterms): After booting: # pstat -s Device 1024-blocks Used Avail Capacity Type /dev/wd0s1b 32768 1364 31340 4% Interleaved # emacs & [1] 246 (see SIGSEGV message on logfile display) # pstat -s Device 1024-blocks Used Avail Capacity Type /dev/wd0s1b 32768 3820 28884 12% Interleaved # emacs & [2] 248 [1] Segmentation fault (core dumped) emacs # Invalid function: [# # [2]+ Segmentation fault (core dumped) emacs # pstat -s Device 1024-blocks Used Avail Capacity Type /dev/wd0s1b 32768 4304 28400 13% Interleaved # emacs & [1] 250 (this one works) # pstat -s Device 1024-blocks Used Avail Capacity Type /dev/wd0s1b 32768 6320 26384 19% Interleaved (stop emacs) # pstat -s Device 1024-blocks Used Avail Capacity Type /dev/wd0s1b 32768 6320 26384 19% Interleaved # So, here I am, three Emacsen later, all stopped, and I have 5 MB less swap than before. Can anybody else reproduce these results? Greg