[Bug 806553] Re: perl: segfault in Perl_sv_pos_b2u()

Bug Watch Updater 806553 at bugs.launchpad.net
Thu Aug 11 09:45:27 UTC 2011


** Changed in: perl (Debian)
       Status: Unknown => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to perl in Ubuntu.
https://bugs.launchpad.net/bugs/806553

Title:
  perl: segfault in Perl_sv_pos_b2u()

Status in “perl” package in Ubuntu:
  Fix Released
Status in “perl” package in Debian:
  Fix Released

Bug description:
  Version: 5.8.8-12ubuntu0.5

  Here's a reproducable segfault that occurs with Request Tracker inside
  the Text::Tabs module. A minimal testcase is:

  #!/usr/bin/perl -w
  use strict;
  use Encode;
  my $s = "\x{c3}\x{84}\x{54}\x{c3}\x{84}\x{5c}\x{9}";
  $_ = Encode::decode('utf8', $s);
  s{\t}{pos()}e; 

  It looks to be reported in Debian since Dec 26, 2004.
  http://help.lockergnome.com/linux/Bug-400733-perl-segfault-Perl_sv_pos_b2u--ftopict318638.html

  Note that Redhat 5 perl-5.8.8 don't have this problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/perl/+bug/806553/+subscriptions




More information about the foundations-bugs mailing list