DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2637 Version: 1.3.0 FWIW: I compiled icontest.cxx on fedora14 (64bit) with latest FLTK svn (r8697) and it ran ok. Ran it under valgrind with "0 errors" too (below). I re-ran it with -v and still no errors (but lots of warnings about seemingly unrelated stuff; strcmp, rindex, etc) Caveat: in my case I ran it on 64bit linux box, but it's currently headless, so I had it displaying on my 32bit linux workstation (using the DISPLAY variable). Will be curious to see Albrecht's results on a machine with a graphics head. * * * [root@ozark examples]# valgrind ./foo ==9270== Memcheck, a memory error detector ==9270== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al. ==9270== Using Valgrind-3.5.0 and LibVEX; rerun with -h for copyright info ==9270== Command: ./foo ==9270== ==9270== ==9270== HEAP SUMMARY: ==9270== in use at exit: 390,844 bytes in 2,169 blocks ==9270== total heap usage: 7,914 allocs, 5,745 frees, 2,019,398 bytes allocated ==9270== ==9270== LEAK SUMMARY: ==9270== definitely lost: 1,089 bytes in 3 blocks ==9270== indirectly lost: 1,360 bytes in 42 blocks ==9270== possibly lost: 7,673 bytes in 227 blocks ==9270== still reachable: 380,722 bytes in 1,897 blocks ==9270== suppressed: 0 bytes in 0 blocks ==9270== Rerun with --leak-check=full to see details of leaked memory ==9270== ==9270== For counts of detected and suppressed errors, rerun with: -v ==9270== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 9 from 7) * * * Link: http://www.fltk.org/str.php?L2637 Version: 1.3.0 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
