From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Possible memory corruption problem Date: Tue, 14 Feb 2006 17:17:28 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1139966211 3772 80.91.229.2 (15 Feb 2006 01:16:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Feb 2006 01:16:51 +0000 (UTC) Cc: piet@cs.uu.nl, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 15 02:16:50 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F9BHf-00018U-4e for ged-emacs-devel@m.gmane.org; Wed, 15 Feb 2006 02:16:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F9BGQ-0004FR-Cn for ged-emacs-devel@m.gmane.org; Tue, 14 Feb 2006 20:15:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F98UF-00029t-50 for emacs-devel@gnu.org; Tue, 14 Feb 2006 17:17:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F98UD-00029V-WF for emacs-devel@gnu.org; Tue, 14 Feb 2006 17:17:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F98UC-000293-RN for emacs-devel@gnu.org; Tue, 14 Feb 2006 17:17:29 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F98Yy-0004XK-9b for emacs-devel@gnu.org; Tue, 14 Feb 2006 17:22:24 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F98UC-0007sM-12; Tue, 14 Feb 2006 17:17:28 -0500 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Tue, 14 Feb 2006 06:35:09 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:50540 Archived-At: It's possible that the existing estimate doesn't work on systems that don't use sbrk. I believe GNU/Linux is one of those systems. Does anyone know how to estimate the amount of space really available on a GNU/Linux system?