liaojifang wrote: >> when i click on a any of Fl_Input in my GUI,a segmentation error occur. >> im doing nothing with Fl_Input call backs. im using fltk 1.3.0 >> any body have an idea regarding this? >> > > I have the exactly same program.There is a temprary solution. Using > fltk-1.1.7/src/Fl_Input_.cxx replays the fltk-1.3.x-r6542/src/Fl_Input_.cxx. > It works well.^_^
Thanks for this hint. How did you find this? Did you run a debugger? Can you give us more information, where the crash occurs? It would be really helpful, if we could get more information. Can you compile FLTK with debugging enabled, run the program with a debugger and post a stackdump? You could also give us more info about your system. Do you also use Gentoo Linux? To make it as easy as possible, please cut'n'paste the following commands to show us something about your config: uname -a cat /proc/cpuinfo locale gcc --version autoconf --version Then please run configure with the default options an post the output here: cd <fltk-dir> make distclean autoconf ./configure Last, but not least, I'd like to see all error messages and warning (either with two or three lines before each or completely) from: make Thanks in advance for your help to find the cause of this crash. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

