Displaying 2 results from an estimated 2 matches for "field_has_fixed_size".
2006 Oct 27
2
imap process crashing with "file mail-cache-fields.c: line 26: unreached"
Hoping someone's seen this and/or can help...heh. I'm running the at
rpm of dovecot, version dovecot-1.0-0_27.rc10.el4.at. I'm running it on
RHEL4, up to date. We're using Maildir (we're upgraded from a
Courier-IMAP installation) and things are working...but...we have a few
users with very large mailboxes (not their inboxes) where they archive
stuff (200k+ messages). When
2006 Nov 01
0
CRASH: mail-cache-fields.c crash - new info, hacked 'solution'
...as the clients. All
exhibited identical behavior. This is coming over TLS.
NOW THE FIX:
I made a change to the source (gasp!) that honestly I have no idea the
ramifications of, but it has...well, not *fixed*, but sorta fixed it.
As per Hans Morten Kind, I commented out the i_unreached() call in
field_has_fixed_size(). After this, the mail is readable as is the
folder list, but now there is an error message in the log. First things
first, here's the change I made to
dovecot-1.0.rc10/src/lib-index/mail-cache-fields.c:
---cut---
@@ -23,7 +23,7 @@
return FALSE;
}
- i_unreac...