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: Eli Zaretskii
Subject: Re: `print' does not print
Date: Sat, 23 Mar 2002 18:48:30 +0200

> Date: Sat, 23 Mar 2002 15:19:44 +0100
> From: Ralf Fassel <ralfixx@gmx.de>
> 
> * Eli Zaretskii
> | Can you zero out errno before the call to fwrite, and see if it gets
> | any value after fwrite returns?
> 
> Errno is 2 (ENOENT) before and 9 after the fwrite call.

9 is EBADF, AFAIK, so it might mean that the file handle is invalid.
But OTOH, you said that invoking fwrite from GDB works correctly, so
I'm confused.



reply via email to

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