Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14470] New: term-readline-gnu is broken since many years

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14470] New: term-readline-gnu is broken since many years
  • Date: 19 Apr 2008 14:34:37 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14470

Summary: term-readline-gnu is broken since many years
Product: Codex
Version: stable grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: perl-cpan
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: sobukus AT sourcemage.org


Version 1.15 of said spell fixed a double free/corruption bug on any usage of
the perl module... many
years ago.

Current version is 1.17a .
The specific bug I encountered is reproduced by this:

perl -MTerm::ReadLine -e 'my $rl = new Term::ReadLine "bla"; print "Your
readline is: ".
$rl->ReadLine()."\n";'

With glibc 2.7 I get a non-positve return value and this message:
refcnt_dec: fd -1 < 0

Which is a PerlIO error message... with older glibcs you get a "double free
or corruption" variant.
Well, baseline is that we really want that version upgrade.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 14470] New: term-readline-gnu is broken since many years, bugzilla-daemon, 04/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page