Excerpts from Christopher Warrington's message of Mon Oct 29 14:40:37 -0700 2007: > I'm getting odd ferret errors, usually when I am composing messages in > nano. > > I suspect that it has something to do with the fact that I am running > sup under cygwin on Windows... > > Here's the exception: > --- IOError at Mon Oct 29 16:27:51 -0500 2007 > IO Error occured at <except.c>:117 in xpop_context > Error occured in fs_store.c:70 - fs_exists > checking existance of /home/chrisw/.sup/ferret/_g9c.cfs: <Permission > denied>
Yeah, the typical completely incomprehensible Ferret error message. Current known things that make Ferret generate scary messages: - running more than one process touching the index at the same time (Sup locks the index now so this shouldn't happen unless you are being particularly devious) - having too many open filehandles, including too many "usual" mbox sources at the moment until I fix the mbox code not to keep filehandles open all the time. - running out of disk space. Could it have been any of those? -- William <[EMAIL PROTECTED]> _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
