[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
- Re: `print' does not print, (continued)
- Re: `print' does not print, Eli Zaretskii, 2002/03/22
- Re: `print' does not print, Ralf Fassel, 2002/03/22
- Re: `print' does not print, Eli Zaretskii, 2002/03/22
- Re: `print' does not print, Ralf Fassel, 2002/03/22
- Re: `print' does not print, Eli Zaretskii, 2002/03/22
- Re: `print' does not print, Ralf Fassel, 2002/03/22
- Re: `print' does not print, Eli Zaretskii, 2002/03/23
- Re: `print' does not print, Ralf Fassel, 2002/03/23
- Re: `print' does not print, Eli Zaretskii, 2002/03/23
- Re: `print' does not print, Ralf Fassel, 2002/03/23
- Re: `print' does not print,
Stefan Monnier <=
- Re: `print' does not print, Richard Stallman, 2002/03/23
- Re: `print' does not print, Ralf Fassel, 2002/03/24
- Re: `print' does not print, Eli Zaretskii, 2002/03/24
- Re: `print' does not print, Ralf Fassel, 2002/03/24
- Re: `print' does not print, Eli Zaretskii, 2002/03/25
- Re: `print' does not print, Ralf Fassel, 2002/03/25
- Re: `print' does not print, Eli Zaretskii, 2002/03/25
- Re: `print' does not print, David Kaelbling, 2002/03/25
- Re: `print' does not print, Eli Zaretskii, 2002/03/25
- Re: `print' does not print, David Kaelbling, 2002/03/25