On Thu, 13 Nov 2008, MacArthur, Ian (SELEX GALILEO, UK) wrote: > That said, it sounds like memory allocation or a mishandled pointer.
In addition to doing a backtrace with gdb, with debugging enabled, run it through valgrind. That will allow you to find many memory allocation problems. Best, Marc _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

