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: Ralf Fassel
Subject: Re: `print' does not print
Date: Sat, 23 Mar 2002 15:19:44 +0100

* 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.

| Anyway, this is a point where I'd strongly suggest compiling the
| library routines with enough debug info to be able to step through
| the library code and see what's wrong with Emacs.  I guess in your
| case it's hard, since the library is proprietary,

Yup.  One thing I will check is to attach the dmalloc lib.  Maybe it's
a malloc problem somewhere else, making the fwrite buffer alloc fail
later.

R'



reply via email to

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