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 HTM

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 a

Re: perl 5.8

2002-09-25 Thread Gerald Richter
> At Tue, 24 Sep 2002 05:22:58 +0200, Gerald Richter wrote: > > BTW. Some parts of Embperl fails with Perl 5.8.0, that will be fixed ASAP > > do you know what the problem is? > > i had a look this morning (with embperl 1.3.4), and it seems to only > cause problems with the input.htm `' > tests (no

Re: perl 5.8

2002-09-24 Thread Andre Landwehr
On Tue, Sep 24, 2002 at 09:59:57PM +1000, Angus Lees wrote: > At Tue, 24 Sep 2002 05:22:58 +0200, Gerald Richter wrote: > > BTW. Some parts of Embperl fails with Perl 5.8.0, that will be fixed ASAP > > do you know what the problem is? > > i had a look this morning (with embperl 1.3.4), and it se

perl 5.8

2002-09-24 Thread Angus Lees
At Tue, 24 Sep 2002 05:22:58 +0200, Gerald Richter wrote: > BTW. Some parts of Embperl fails with Perl 5.8.0, that will be fixed ASAP do you know what the problem is? i had a look this morning (with embperl 1.3.4), and it seems to only cause problems with the input.htm `' tests (no options are s

Re: embperl b8 with perl 5.8

2002-08-01 Thread Gerald Richter - ecos gmbh
> > Do you think you will be looking at 5.8 soon? > I hope I get enough time to look at running Embperl with Perl 5.8 during the next week Gerald - Gerald Richterecos electronic communication services gmbh Intern

embperl b8 with perl 5.8

2002-08-01 Thread James Ponder
Hi, We're trying out Embperl b8 with perl 5.8 with code that works fine on 5.6.1. Things... don't exactly work :) I suppose this isn't that surprising. [- exit -] produces an "Error in Perl code: (in cleanup) component" error. I'm using EmbperlObject and my