21 Jun
2010
21 Jun
'10
5:15 p.m.
On Sun, 2010-06-20 at 13:14 +0200, Matthias Rieber wrote:
Jun 20 13:11:55 shrike dovecot: imap(matthias): Panic: file charset-iconv.c: line 154 (charset_to_utf8): assertion failed: (dest->used != prev_used)
it seems to be caused by a badly encoded email.
Yes. Any chance you could send me that email? If you can't find it, you can get to it quickly with binary search (e.g. assuming 100 mails):
- disable fts-squat
- use imap:
a login user pass b select mailbox c search 1:100 text hello (crash ->) d search 1:50 text hello (no crash ->) d search 51:100 text hello (crash ->) ..etc..