Nicolas CANIART <[EMAIL PROTECTED]> writes: > Hi All ! > > Something quite strange has happened to me tonight ! :0/ > After compiling a program of mine that contained a bug I launched it in > a gnome-term. > What a surprise still does not work ! So i made > % gdb prog > > there it works perfectly (i repeated that many times adding some I/Os op > in the program to see if something changed)!
This is probably a heisenbug. Check to see if you have initialized all your variables. Compiling with -Wall -Wextra -Werror should help. Jim -- Thanks, Jim http://www.student.cs.uwaterloo.ca/~ja2morri/ http://phython.blogspot.com http://open.nit.ca/wiki/?page=jim

