Re: writing to process: bad file descriptor, IMAP
Greg Bognar <[email protected]>
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <87zijyctro.wl-greg.bognar__5632.92234805903$1481736120$gmane$org@gmail.com> |
I'm still having this problem. It doesn't matter how many attachments I try to send (but it always occurs when I try to send a mail with attachments). It's not a server problem I think, as it happens both when I try to send email through gmail and my university account. Some of the emails go through, some don't, sometimes there is a copy among sent mail, sometimes there isn't. Toggling on and off the plugged status makes no difference. Perhaps relatedly, I'm having a lot of problems lately with Wanderlust: it keeps loading the msgdb constantly (the minibuffer and *Messages* are full with "Loading msgdb for [...] ...done" messages). It keeps Emacs busy so that I have to press C-g repeatedly to stop it. Sometimes I have to exit Wanderlust completely. It has gotten to the point where I can't keep Wanderlust open all the time in order to be able to use Emacs. But this only happens on Debian testing with wl-beta 2.15.9+0.20160912-3. None of this happens on Debian stable with wl-beta 2.15.9+0.20141019-4. The two computers share the same setup. Has anyone experienced similar problems? On Fri, 09 Dec 2016 11:50:27 +0100, Greg Bognar wrote: > Hi, > > On Wed, 07 Dec 2016 13:45:41 +0100, Herbert J. Skuhra wrote: > > Greg Bognar skrev: > > > > > > Hi, > > > When I try to send more than one attachment, I get this error: "writing to > > > process: bad file descriptor, IMAP" and the email is not sent. When I send > > > the attachments separately, there is no problem. > > > > Check ~/.elmo/sendlog to see if smtp or fcc has failed. > > Hm, I don't see anything unusual there. It seems that the smtp entries are fine > for the emails for which I got the errors, but there are no fcc entries. There > are no error messages of any kind. > > > What error do you get when you use: > > > > (setq debug-on-error t) > > (setq elmo-imap4-debug t) > > Problem is, I can't reliably reproduce the error. I tried to send the same > attachments through the same server to another email address I have, and they > went through without any problems. I suspect it's a server problem. But I'm > still curious what the error message might mean. > > On Wed, 07 Dec 2016 10:43:51 +0000, John Morris wrote: > > What happens if you toggle plugged status (C-t C-t)? > > > > I get such messages periodically, but they disappear after imap > > disconnect/reconnect. In my setup the copy in the sent folder is > > placed over imap, after the smtp transfer is complete. > > [...] > > I'll try toggling next time, thanks for the tip. > > Thanks, > Greg