The iconv port driver uses "int" instead of the "size_t" as the iconv parameters. This leads to the SEGFAULT on the AMD64 platform (and presumably on other platforms there sizeof(int) != sizeof(size_t). I've submitted a patch that fixes this.