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

Brian Murray brian at ubuntu.com
Thu Jul 28 03:33:31 UTC 2011


According to the Debian bug report this is fixed in perl version
5.10.0-4 which is included in Ubuntu since Lucid.  Subsequently, I am
setting this bug to Fix Released.

** Bug watch added: Debian Bug tracker #400733
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400733

** Also affects: perl (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400733
   Importance: Unknown
       Status: Unknown

** Changed in: perl (Ubuntu)
       Status: New => Fix Released

** Tags added: udd-find

-- 
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:
  Unknown

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