hello, what happened is that, all of a sudden, my app segfaults always in some FLTK redraw function. It worked yesterday evening but this morning, without me changing anything in the code (really!) it started to segfault in linux (code still works fine in windows). i tried to recompile fltk (maybe some lib it depends on was updated and since i use a self-made fltk-1.1.9 lib i thought that might have caused this (my distribution ships 1.1.7 but i want 1.1.9)). but it didnt help.
background: at the moment of the segfault the ui is loaded and settled, then i tell it to "connect" which results in some functions being executed that are then updating widgets which causes them to redraw. i have made a screenshot of a eclipse debug view which you can look at here: http://prodatum.sf.net/tmp/segv.png it always segfaults in that draw_child function. any ideas? ty, jan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

