Bug 226717

Summary: *** glibc detected *** free(): invalid pointer: 0x08ad9be8 ***
Product: Red Hat Enterprise Linux 4 Reporter: v g s kiran kumaar <vgskirankumaar>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-01 20:15:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
*** glibc detected *** free(): invalid pointer: 0x08ad9be8 *** none

Description v g s kiran kumaar 2007-02-01 05:37:46 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:


*** glibc detected *** free(): invalid pointer: 0x08ad9be8 ***

Comment 1 v g s kiran kumaar 2007-02-01 05:37:46 UTC
Created attachment 147069 [details]
*** glibc detected *** free(): invalid pointer: 0x08ad9be8 ***

Comment 2 Jakub Jelinek 2007-02-01 20:15:05 UTC
This is not a glibc bug, but just glibc detecting a bug in the application you
were running.  If it is a RHEL4 program, please file a bug against it instead
of against glibc, if it is third party program, you need to report it to
whomever provided it.  In any case, running the program under valgrind,
ElectricFence or other memory management debugging utility might show where
exactly the bug is.