From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: unexec problem Date: Thu, 07 Feb 2008 23:15:34 -0500 Message-ID: References: <878x20v2ki.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1202444226 26470 80.91.229.12 (8 Feb 2008 04:17:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2008 04:17:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 08 05:17:29 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JNKg4-0000f0-Nm for ged-emacs-devel@m.gmane.org; Fri, 08 Feb 2008 05:17:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNKfb-0004On-VN for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2008 23:16:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNKeH-0003GA-I5 for emacs-devel@gnu.org; Thu, 07 Feb 2008 23:15:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNKeF-0003Eo-NE for emacs-devel@gnu.org; Thu, 07 Feb 2008 23:15:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNKeF-0003Ea-JT for emacs-devel@gnu.org; Thu, 07 Feb 2008 23:15:35 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JNKeF-000595-Fy for emacs-devel@gnu.org; Thu, 07 Feb 2008 23:15:35 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JNKeE-0000N7-Sz; Thu, 07 Feb 2008 23:15:34 -0500 In-reply-to: (message from Eli Zaretskii on Wed, 06 Feb 2008 21:26:53 +0200) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:88491 Archived-At: cd src gdb ./temacs ..... (gdb) set logging on (gdb) break malloc (gdb) commands > bt > continue > end (gdb) run --batch --load loadup bootstrap I tried that. After it had run for several hours and produced 190 meg of data, I killed it. I deleted the file because I can't possibly see any pattern in such a big collection of data except by some automated method, and we don't know what it should look for. If you have a concrete idea for how to analyze that data, I could run it again. Maybe overnight it would finish.