From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Buehler Newsgroups: gmane.emacs.devel Subject: Re: valgrind Date: Wed, 19 Feb 2003 13:59:50 -0500 Organization: Spirent Communications, Inc. Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <1045303631.7047.35.camel@lan1> Reply-To: jbuehler@hekimian.com NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1045681356 16425 80.91.224.249 (19 Feb 2003 19:02:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 19 Feb 2003 19:02:36 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18lZUC-0004GN-00 for ; Wed, 19 Feb 2003 20:02:28 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18lZhM-0006NM-00 for ; Wed, 19 Feb 2003 20:16:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18lZTI-0003y3-04 for emacs-devel@quimby.gnus.org; Wed, 19 Feb 2003 14:01:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18lZS7-0003GT-00 for emacs-devel@gnu.org; Wed, 19 Feb 2003 14:00:19 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18lZRj-00036Y-00 for emacs-devel@gnu.org; Wed, 19 Feb 2003 13:59:56 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18lZRg-00031Y-00 for emacs-devel@gnu.org; Wed, 19 Feb 2003 13:59:52 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18lZRd-00044z-00 for ; Wed, 19 Feb 2003 19:59:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18lZRc-00044p-00 for ; Wed, 19 Feb 2003 19:59:48 +0100 Original-Lines: 11 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en In-Reply-To: <1045303631.7047.35.camel@lan1> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11775 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11775 Robert Anderson wrote: > Has anyone ever looked into why emacs doesn't play well with valgrind? > It dies immediately with: My guess would be undump() -- the build process creates the final emacs binary by starting emacs, loading up some LISP files, then writing all its memory out to a new executable. -- Joe Buehler