in reply to What is "double free or corruption"?

*** glibc detected *** double free or corruption: 0x08610b28 ***

Looks like either a bug in your glibc or perl (likely) or a hardware problem (less likely, still possible). Try upgrading (or downgrading, if there aren't any upgrades) your glibc and perl a few versions, see if it's still there.

Replies are listed 'Best First'.
Re^2: What is "double free or corruption"?
by dmd (Initiate) on Sep 16, 2004 at 21:36 UTC
    I've narrowed this down to a bug in Term::ReadLine::Gnu, and have reported it.

      Very good work. ++ worthy.