Re: perl 5.8 crash when LC_CTYPE not set.

2002-10-28 Thread Gerald Richter
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 --

perl 5.8 crash when LC_CTYPE not set.

2002-10-21 Thread Peter Zelezny
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