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,