id summary reporter owner description type status priority milestone component version resolution keywords cc irc_client os os_version 384 "Don't re-create the iconv ""object"" all the time" wilmer "Every time a string has to be converted (when sending/receiving stuff from IRC), do_iconv() creates a new GIConv structure. It'd probably be more efficient to keep two GIConvs around in irc_t and only recreate them when the user changes the charset setting. Plus, I see regular crashes on creating this object. I'm not sure if this is really a bug in iconv/its GLib hooks, maybe BitlBee *is* somehow hitting it in a weak spot by running g_iconv_new() so often. This maybe less trivial than it seems. If so, I'll update the milestone..." defect closed normal 1.2.1 BitlBee 1.2 fixed Client-independent Public server