Hi,
>
> I'm the author of xchat, an irc client that uses Perl embed for scripting.
> Lately I've been getting alot of reports of crashes by users of Perl 5.8.
seems like you have asked on the wrong list. This list is for Embperl, a
tools for embedding Perl into HTML/XML files
Gerald
--
Hi All,
I'm the author of xchat, an irc client that uses Perl embed for scripting.
Lately I've been getting alot of reports of crashes by users of Perl 5.8.
The solution has always been:
export LC_CTYPE=en_US (en_US or ANY locale really)
xchat &
this avoids the segfault.
Could anyone shed one