Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=171197
Summary: perl: double free or corruption (!prev) Product: Fedora Core Version: devel Platform: i386 OS/Version: Linux Status: NEW Severity: normal Priority: normal Component: perl AssignedTo: wtogami@redhat.com ReportedBy: rvokal@redhat.com QAContact: dkl@redhat.com CC: fedora-perl-devel-list@redhat.com
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b5) Gecko/20051008 Fedora/1.5-0.5.0.beta2 Firefox/1.4.1
Description of problem: A sample perl module for net-snmp causes double free corruption
# perl ./perl_module.pl starting perl_module.pl perl_module.pl loaded ok registering at netSnmp.999 NET-SNMP version 5.2.2.rc1 AgentX subagent connected started us as a subagent (NetSNMP::agent=HASH(0x917c360)) shutting down mainloop excercised *** glibc detected *** perl: double free or corruption (!prev): 0x091c3768 ***
Version-Release number of selected component (if applicable): perl-5.8.7-0.5.fc5.i386
How reproducible: Always
Steps to Reproduce: 1. start net-snmp add following line to snmpd.conf
master agentx
2. start perl module (perl /path/to/perl_module.pl) 3. hit ctrl-c
Additional info:
testing with rawhide net-snmp