Re: Problem with older g++ or code

2007-04-24 Thread Brian C
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

Re: Problem with older g++ or code

2007-04-23 Thread Paul Pluzhnikov
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,

Problem with older g++ or code

2007-04-23 Thread Brian C
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