From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.bugs Subject: Re: `print' does not print Date: 22 Mar 2002 15:44:27 -0500 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <5lg02s8h90.fsf@rum.cs.yale.edu> References: <200203202019.g2KKJfs4410490@jupiter.akutech-local.de> <2593-Fri22Mar2002121734+0200-eliz@is.elta.co.il> <15515.2661.133668.691007@jupiter.akutech-local.de> <3791-Fri22Mar2002135807+0200-eliz@is.elta.co.il> <15515.15905.64808.177966@jupiter.akutech-local.de> <2110-Fri22Mar2002190057+0200-eliz@is.elta.co.il> <15515.28200.228210.321561@jupiter.akutech-local.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1016854696 14307 127.0.0.1 (23 Mar 2002 03:38:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 23 Mar 2002 03:38:16 +0000 (UTC) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16ocMB-0003ie-00 for ; Sat, 23 Mar 2002 04:38:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16ocMA-0000gN-00; Fri, 22 Mar 2002 22:38:14 -0500 Original-Received: from dimail.epfl.ch ([128.178.79.31]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16ocI3-0000Mh-00 for ; Fri, 22 Mar 2002 22:33:59 -0500 Original-Received: from dinews.epfl.ch (news@disunds1 [128.178.79.23]) by dimail.epfl.ch (8.8.X/EPFL-8.1g) with SMTP id EAA03176 for ; Sat, 23 Mar 2002 04:33:37 +0100 (MET) Original-To: gnu-emacs-bug@gnu.org Original-Newsgroups: gnu.emacs.bug User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 Original-Lines: 17 X-Original-NNTP-Posting-Host: rum.cs.yale.edu X-Original-Trace: 22 Mar 2002 15:44:27 -0500, rum.cs.yale.edu Original-Path: rum.cs.yale.edu!rum.cs.yale.edu Original-NNTP-Posting-Host: liasun13.epfl.ch X-Original-NNTP-Posting-Host: liasun13.epfl.ch Original-X-Trace: 23 Mar 2002 04:33:35 +0100, liasun13.epfl.ch Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:104 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:104 >>>>> "Ralf" == Ralf Fassel writes: > If I put at the start of main: > write(1,"write\n",6); > fwrite("frwite\n", 7,1,stdout); > I see the `write', but not the fwrite when I compile with gcc. I see > both when I compile with cc. It looks like the problem is that the `stdout' FILE* stuff got wedged. Could you look at `stdout' ? Maybe it got mangled during dump ? Maybe it's an interaction between malloc (or mmap) and dumping (assuming the `stdout' buffer was allocated with malloc). Has any part of the dumping or memory management been changed between 21.1 and 21.2 ? Stefan _______________________________________________ Bug-gnu-emacs mailing list Bug-gnu-emacs@gnu.org http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs