[LCP]memory clobbered before allocated block

Greg Black gjb at gbch.net
Wed Mar 31 09:54:01 UTC 2004


On 2004-03-30, Aaron Walker wrote:
> On Tue, 2004-03-30 at 13:56, robert at ncdesigns.net wrote:
> > If your using gdb, have you tried running a backtrace?
> > You'll find out where in the code is crashed.
> 
> Unfortunately, no I won't.
> 
> (gdb) bt
> No stack.

You need to learn the basics of using your tools.  Compile the
code for debugging, and then use the debugger as intended.

If this is too hard, google for things like electricfence and
stitch it into your code.



More information about the linuxCprogramming mailing list