Re: [Bug 1973322] Re: Bacula for 22.04/Jammy

2022-05-18 Thread Eric Bollengier
Hello, Bacula 9.6.7 is pretty old, can you upgrade for the tests to 11.0.6 ? Thanks Eric Le mer. 18 mai 2022, 13:55, Alex Murray <1973...@bugs.launchpad.net> a écrit : > As can be seen at > https://launchpad.net/ubuntu/+source/bacula/+publishinghistory bacula > was removed from Ubuntu during

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

2011-07-06 Thread Eric Bollengier
Public bug reported: 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);