From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] unexec() for Cygwin port Date: 30 Mar 2004 08:20:10 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <9003-Mon29Mar2004212726+0300-eliz@gnu.org> <4068894A.1070402@hekimian.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1080627576 2764 80.91.224.253 (30 Mar 2004 06:19:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 Mar 2004 06:19:36 +0000 (UTC) Cc: emacs-devel@gnu.org, jbuehler@hekimian.com Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Mar 30 08:19:31 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B8Cax-0007Dg-00 for ; Tue, 30 Mar 2004 08:19:31 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B8Cax-0006zD-00 for ; Tue, 30 Mar 2004 08:19:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B8CaG-0007xD-M4 for emacs-devel@quimby.gnus.org; Tue, 30 Mar 2004 01:18:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B8Ca7-0007vo-S3 for emacs-devel@gnu.org; Tue, 30 Mar 2004 01:18:39 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B8CZV-0007mg-5k for emacs-devel@gnu.org; Tue, 30 Mar 2004 01:18:33 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1B8CZ9-0007fJ-AE; Tue, 30 Mar 2004 01:17:39 -0500 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on 29 Mar 2004 16:10:02 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21080 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21080 > From: Stefan Monnier > Date: 29 Mar 2004 16:10:02 -0500 > > The macosx code also spits lots of "debug" output when dumping > and noone has complained about it. I don't see any problem with that. I was under the impression that some printf's are really left-overs; in particular, some of them there are in the normal execution path, i.e. when there's no failure in sight. Perhaps you should take a look at the code yourself. It is IMHO also advisable to figure out which of these printf's should really be converted into calls to `abort', since in some grave cases, a mere printf wouldn't give enough info to debug the problem. > Especially during pretest. What pretest?