panic: sv_setpvn called with negative strlen at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/Encode.pm line 140.
what does this mean?
thanks.
alvn
panic: sv_setpvn called with negative strlen at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/Encode.pm line 140.
what does this mean?
thanks.
alvn
alvn:
There appears to be a bug in perl's Encode library. A snapshot
of what will be RT 3.0.4 is available at http://fsck.com/~jesse/rt-snap.tgz
has a fix that should work around this issue.
-jOn Mon, Jun 30, 2003 at 11:43:40PM +0800, alvn wrote:
panic: sv_setpvn called with negative strlen at
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/Encode.pm line 140.what does this mean?
thanks.alvn
rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-usersHave you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm
Request Tracker... So much more than a help desk — Best Practical Solutions – Trouble Ticketing. Free.
This one time, at band camp, alvn wrote:
panic: sv_setpvn called with negative strlen at
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/Encode.pm line 140.what does this mean?
thanks.
Your version of Encode.pm is old (you’re using Red Hat’s perl package?). I
fixed it by using CPAN to upgrade the Encode module.
yes i’m using redhat’s perl package. thanks jamie, its working!
Jamie Wilkinson wrote:
unfortunately, when i import dumpfile to rt3, it returned this error:
Wide character in subroutine entry at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/Encode.pm line 164
another bug?
alvn wrote: