bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `print' does not print


From: Stefan Monnier
Subject: Re: `print' does not print
Date: 22 Mar 2002 15:44:27 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50

>>>>> "Ralf" == Ralf Fassel <ralfixx@gmx.de> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]