[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `print' does not print
From: |
Eli Zaretskii |
Subject: |
Re: `print' does not print |
Date: |
Fri, 22 Mar 2002 20:35:26 +0200 |
> Date: Fri, 22 Mar 2002 18:47:20 +0100
> From: Ralf Fassel <ralfixx@gmx.de>
>
> | How about disassembly of printchar? Does it show the call to fwrite
> | in both cases?
>
> You mean the assembler code output as of gcc -S ... print.c?
No, I meant the "disassembly printchar" command typed at GDB's prompt.
> | What happens if you replace `fwrite' with `fflush' followed by
> | `write'? Does that change anything?
>
> Errr, yes, it does.
Aha! So this might be a buffering issue. Does it help to keep
fwrite, but put fflush right after it?
> I don't know whether it makes much sense to dig deeper here. While
> I'm as curious what is the problem here, maybe I just go and fetch the
> CVS version and see what happens there.
If you can try the CVS version, please do. I don't think this
problem has anything to do with Emacs versions, though.
- Re: `print' does not print, (continued)
- Re: `print' does not print, Ralf Fassel, 2002/03/21
- Re: `print' does not print, Ralf Fassel, 2002/03/21
- 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 <=
- 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, 2002/03/22
- Re: `print' does not print, Richard Stallman, 2002/03/23
- Re: `print' does not print, Ralf Fassel, 2002/03/24