This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: glibc detected *** free(): invalid pointer


On Tue, Jul 18, 2006 at 03:27:21PM +0530, Sripathi Kodi wrote:
> I am seeing the following message when I run a multi-threaded testcase. 
> 
> *** glibc detected *** free(): invalid pointer: 0xb7f9fb78 ***
> 
> I recompiled glibc to make it abort when it hits this message. From the core file, I see the following backtrace:


This is most likely because your program have an error in it.  In that
case, this is the wrong list to discuss the debugging of it.

I suggest using valgrind, <URL:http://valgrind.org/> to try to
pinpoint the error in your program.

Friendly,
-- 
Petter Reinholdtsen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]