emacs-devel
[Top][All Lists]
Advanced

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

Re: failure with temporary file on Mac OSX


From: Harald Hanche-Olsen
Subject: Re: failure with temporary file on Mac OSX
Date: Sun, 04 Jul 2010 14:21:53 -0500 (CDT)

+ Ivan Kanis <address@hidden>:

> I am getting the following strange error message:
> 
> apply: Failed to open temporary file: Interrupted system call, emacsXXXXXX
> 
> I am running emacs 23.2 that I compiled with NS. I am seeing the error
> while using gnus and displaying MIME messages. The error doesn't always
> happen. When I select the mail a second time it's usually OK.
> 
> So what gives? Any suggestions on troubleshooting this are welcome!

Try to turn on debugging and post the traceback.

M-x set-variable RET debug-on-error RET t RET

Then trigger the error. Hopefully, you will get a buffer *Backtrace*.
Copy its contents to the list, and maybe someone can work out what
happened and why.

To clean up, type q in the *Backtrace* buffer to quit the debugger and
revert the setting of the debug-on-error variable:

M-x set-variable RET debug-on-error RET nil RET

- Harald



reply via email to

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