Skip Menu |

This queue is for tickets about the Term-ReadLine-Gnu CPAN distribution.

Maintainer(s)' notes

When you report a bug, please provide the following information;

- output of
	perl -V
	perl Makefile.PL verbose
	make test TEST_VERBOSE=1
	perl -Mblib t/00checkver.t
	echo $TERM
- terminal emulator which you are using
- compiler which is used to compile the GNU Readline Library (libreadline.a) if you can know.
Read INSTALL in the distribution for more details.

Report information
The Basics
Id: 7672
Status: resolved
Priority: 0/
Queue: Term-ReadLine-Gnu

People
Owner: Nobody in particular
Requestors: dmd [...] 3e.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.14
Fixed in: 1.15



Subject: double free or corruption
Perl 5.8.5 Term-ReadLine-Gnu 1.14 $ cat tester.pl #!/usr/bin/perl use Term::ReadLine; my $term = new Term::ReadLine::Gnu; $ ./tester.pl *** glibc detected *** double free or corruption: 0x08107aa8 *** Aborted $
Fixed in 1.15, released yesterday.