28 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] stale processes and m17n
FromSent OnAttachments
oth...@freeshell.orgDec 21, 2004 1:57 pm 
Brian CandlerDec 28, 2004 3:11 am 
Sam VarshavchikDec 28, 2004 4:16 am 
Paul L. AllenDec 28, 2004 11:32 am 
oth...@freeshell.orgDec 28, 2004 7:45 pm 
oth...@freeshell.orgDec 28, 2004 8:45 pm 
oth...@freeshell.orgDec 28, 2004 9:02 pm 
Paul L. AllenDec 29, 2004 3:28 am 
oth...@freeshell.orgDec 29, 2004 11:39 am 
Paul L. AllenDec 29, 2004 1:18 pm 
oth...@freeshell.orgDec 29, 2004 2:34 pm 
Paul L. AllenDec 29, 2004 4:50 pm 
oth...@freeshell.orgDec 29, 2004 9:08 pm 
Brian CandlerDec 30, 2004 1:10 am 
Brian CandlerDec 30, 2004 2:29 am 
Paul L. AllenDec 30, 2004 9:56 am 
Paul L. AllenDec 30, 2004 12:15 pm 
oth...@freeshell.orgDec 30, 2004 2:39 pm 
oth...@freeshell.orgDec 30, 2004 3:14 pm 
Paul L. AllenDec 30, 2004 4:07 pm 
Brian CandlerDec 31, 2004 2:40 am 
Laurent WacrenierDec 31, 2004 3:00 am 
Paul L. AllenDec 31, 2004 3:41 am 
Brian CandlerDec 31, 2004 4:11 am 
Pawel TeczaDec 31, 2004 4:47 am 
Laurent WacrenierDec 31, 2004 5:22 am 
Brian CandlerJan 1, 2005 4:45 am 
Brian CandlerJan 1, 2005 5:17 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] stale processes and m17nActions...
From:oth...@freeshell.org (oth@freeshell.org)
Date:Dec 28, 2004 7:45:33 pm
List:net.sourceforge.lists.courier-sqwebmail

All the processes are idle, so it's not really an issue.

The fact that it's still a process is the issue. If it's not doing something, I
don't want it running, taking up space.

There is (intentionally) a persistent pool of sqwebmaild processes; you can change the SQWEBMAIL_PREFORK setting in the sqwebmaild config file if you want to change the number of processes.

The ispell processes, however, should not be sitting around. Perhaps sqwebmaild forgot to close its end of the pipes (when they tried to write, they should have got a SIGPIPE signal). Or perhaps it doesn't leave the signal handlers in the correct state when it exec's ispell.

Sam?

No, that can't happen. After servicing the request the sqwebmaild process terminates, taking down all file descriptors with it.

That's what I was thinking. What's the best way to go about debugging this? I've
only seen it happen for this one user, and I've seen this same situation
repeated a few days later. It may have happened before, but just not noticed it.

Thanks for the responses,

!tr