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 *** corrupted double-linked list


[Daniel Jacobowitz]
> These messages come from malloc debugging, so presumably the linked
> list is internal to malloc (e.g. for the free list).  You've
> probably scribbled over something.

Try using <URL:http://valgrind.org/> to see if you can pinpoint the
error.  It is quite good at finding memory handling error.

It is quite unlikely that your problem is a bug in glibc, so this is
most likely not a good mailing list to discuss your problem.  If you
can verify that your problem is indeed a bug in glibc, please report
it, but until then, you are better off asking for help on a mailing
list discussing C programming and not glibc development.

Friendly,
-- 
Petter Reinholdtsen


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