Re: glibc??



In article <gr7pc5-ptp.ln1@xxxxxxxxxx>,
Thierry B. <tth@xxxxxxxxxxxxxxxxxx> wrote:
--{ Dieter Britz a plopé ceci: }--

*** glibc detected *** ./a.out: free(): invalid next size (normal):
0x080e0f78 ***

What is a glibc, what class of problems does this message indicate?

memory corruption in the malloc arena. use boundchecking everywhere
to locate the mistake.

or valgrind, if bounds checking doesn't do it for you. This is the
same issue we've been discussing recently in another thread.

-- greg

.