Re: [CentOS] glibc error ???

2008-03-21 Thread Ignacio Vazquez-Abrams
On Fri, 2008-03-21 at 11:11 -0700, Robert - elists wrote: *** glibc detected *** free(): invalid pointer: 0xbffa11b8 *** ... I am wondering if I should be focusing on a certain glib area or in the application providing the error in the error logs Application. This error happens when an app

RE: [CentOS] glibc error ???

2008-03-21 Thread Robert - elists
I'd be looking at the application that triggered that error. Apparently, it tried to 'free()' a memory block that wasn't malloc()'d in the first place. ___ Thank you John and Ignacio and others, So, since this box has been online for like 2 or

RE: [CentOS] glibc error ???

2008-03-21 Thread Ignacio Vazquez-Abrams
On Fri, 2008-03-21 at 11:27 -0700, Robert - elists wrote: So, since this box has been online for like 2 or 3 years, since like centos 4.0 or 4.1 load with multiple yum updates, I am guessing a recompile of that app should make the difference? No. You need to find out where the memory is being