[fltk.bugs] SegFault

2012-02-08 Thread ayarger
Hello, I am currently attempting to use a program that employs the FLTK library, but it crashes reliably when a drop-down menu button is clicked. It seems to occur in fl_draw's fl_measure function when the 64bit library is used. running the program through gdb on 64-bit Redhat Linux results

Re: [fltk.bugs] SegFault

2012-02-08 Thread Greg Ercolano
On 02/08/12 14:45, ayar...@umich.edu wrote: Hello, I am currently attempting to use a program that employs the FLTK library, but it crashes reliably when a drop-down menu button is clicked. It seems to occur in fl_draw's fl_measure function when the 64bit library is used. running the