On 07/01/2014 04:36 PM, Georg Baum wrote:
Richard Heck wrote:
That was what I was thinking, too. Just guessing at this point.
Yes. It would be really nice if we had a more reliable way to reproduce the
crash. OTOH it is good that it does not occur very often;-)
I went over the code again and found and fixed a memory leak (and missing
iconv_close() call caused by that), but I doubt that this has anything to do
with the crash: An IconvProcessor instance is only copied when inserting a
new one into the map in ucs4To8bitProcessors(), but to_utf8 uses its own
dedicated IconvProcessor which is never copied.
Do you think that should go to 2.1.1? Or does it need testing?
Richard