Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* malloc() debugging
@ 2002-10-30 12:07 Fredrik Tolf
  2002-10-30 12:11 ` Daniel Jacobowitz
  0 siblings, 1 reply; 6+ messages in thread
From: Fredrik Tolf @ 2002-10-30 12:07 UTC (permalink / raw)
  To: gdb

I'm trying to make a multithreaded program, but I've run into some problems. It appears as I am somehow modifying malloc's data structures (those in front of the allocated chunk, I'm using glibc), and thus the program crashes sometimes when the malloc related are called, most usually in free. The strangest thing, as I see it, is that (at least last time it crashed from this), the first word of that structure (prev_size) wasn't modified, but only the second word (size). The most probable reason I can see for an error of this kind would otherwise be a buffer overflow from the chunk before.
Anyhow, the reason that I'm mailing to this list is that I'm wondering if it's possible to configure gdb to break whenever one of these structures is modified by an instruction outside the address range of the malloc related functions. If noone knows how this would be done, could you notify of any other good tool to find these conditions? Can valgrind detect it?

Fredrik Tolf


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-10-31  6:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-30 12:07 malloc() debugging Fredrik Tolf
2002-10-30 12:11 ` Daniel Jacobowitz
2002-10-30 12:17   ` Fredrik Tolf
2002-10-30 12:26     ` Daniel Jacobowitz
2002-10-30 22:06       ` Eli Zaretskii
2002-10-30 22:05     ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox