Paul Pluzhnikov wrote:
It may appear to work, but is it bug-free?
Rebuild it with -D_GLIBCXX_DEBUG, and see how many bugs that finds.
Also test it with Valgrind (www.valgrind.org).
Did that, and didn't see any output.
Program received signal SIGINT, Interrupt.
0xb7d46574 in malloc_consolidate
Brian C <[EMAIL PROTECTED]> writes:
> I've got a program that works on my local machine:
It may appear to work, but is it bug-free?
Rebuild it with -D_GLIBCXX_DEBUG, and see how many bugs that finds.
Also test it with Valgrind (www.valgrind.org).
> The program loops (well, by loop,
Hello all,
I've got a program that works on my local machine:
g++ (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTI