Re: [fltk.general] SegFault in fl_measure

2012-02-10 Thread MacArthur, Ian (SELEX GALILEO, UK)
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 in

[fltk.general] SegFault in fl_measure

2012-02-09 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.general] SegFault in fl_measure

2012-02-09 Thread Greg Ercolano
On 02/09/12 13:08, 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