Enrico Forestieri wrote: > The problem here is that to_utf8() (and most probably all other > conversion routines) is not thread safe, maybe due to the static > output buffer in iconv_convert().
Huh, iconv strikes back. We already knew that iconv is not thread safe and I remember we already mutexed conversion routines. Maybe the mutex was not put on high enough level? Pavel