Re: charset_to_utf8 assertion of remaining src_size

2015-05-22 Thread Timo Sirainen
On 22 May 2015, at 17:44, Xin Li wrote: > > On 05/22/15 13:18, Cassidy Larson wrote: >> We're using FreeBSD 10.1 > > I see. Yes that's the same problem I have seen. > > There is a behavioral difference (I think it's a FreeBSD bug) between > FreeBSD's iconv(3) and GNU implementation, and there

Re: charset_to_utf8 assertion of remaining src_size

2015-05-22 Thread Xin Li
On 05/22/15 13:18, Cassidy Larson wrote: > We're using FreeBSD 10.1 I see. Yes that's the same problem I have seen. There is a behavioral difference (I think it's a FreeBSD bug) between FreeBSD's iconv(3) and GNU implementation, and there is arguably a bug with Dovecot that iconv(3) state should

Re: charset_to_utf8 assertion of remaining src_size

2015-05-22 Thread Cassidy Larson
We're using FreeBSD 10.1 Thanks On Thu, May 21, 2015 at 4:56 PM, Xin Li wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 05/21/15 15:47, Cassidy Larson wrote: > > I've been seeing this same error as well now: > > > > Fatal: master: service(indexer-worker): child 20979 killed wi

Re: charset_to_utf8 assertion of remaining src_size

2015-05-21 Thread Timo Sirainen
On 21 May 2015, at 18:47, Cassidy Larson wrote: > > I've been seeing this same error as well now: > > Fatal: master: service(indexer-worker): child 20979 killed with signal 6 > (core not dumped - set service indexer-worker { drop_priv_before_exec=yes }) > Panic: file charset-iconv.c: line 132 (

Re: charset_to_utf8 assertion of remaining src_size

2015-05-21 Thread Cassidy Larson
I've been seeing this same error as well now: Fatal: master: service(indexer-worker): child 20979 killed with signal 6 (core not dumped - set service indexer-worker { drop_priv_before_exec=yes }) Panic: file charset-iconv.c: line 132 (charset_to_utf8): assertion failed: (*src_size - pos <= CHARSET

Re: charset_to_utf8 assertion of remaining src_size

2015-05-16 Thread Timo Sirainen
On 16 May 2015, at 09:39, Xin Li wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi, > > On 5/15/15 10:58, Xin Li wrote: >> Hi, >> >> I have seen the following assertion fails on my own mail server >> (indexer-worker): >> >> Panic: file charset-iconv.c: line 132 (charset_to_

Re: charset_to_utf8 assertion of remaining src_size

2015-05-15 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, On 5/15/15 10:58, Xin Li wrote: > Hi, > > I have seen the following assertion fails on my own mail server > (indexer-worker): > > Panic: file charset-iconv.c: line 132 (charset_to_utf8): assertion > failed: (*src_size - pos <= CHARSET_MAX_PE

charset_to_utf8 assertion of remaining src_size

2015-05-15 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, I have seen the following assertion fails on my own mail server (indexer-worker): Panic: file charset-iconv.c: line 132 (charset_to_utf8): assertion failed: (*src_size - pos <= CHARSET_MAX_PENDING_BUF_SIZE) However, when charset_to_utf8_try re