DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2545 Version: 1.3.0 Attached gdb stack trace 0x0006e370 in Fl_Browser::item_height (this=0x45bc90, item=<value optimized out>) at ../FL/fl_draw.H:452 452 inline void fl_font(Fl_Font face, Fl_Fontsize size) { fl_graphics_driver->font(face,size); } (gdb) bt #0 0x0006e370 in Fl_Browser::item_height (this=0x45bc90, item=<value optimized out>) at ../FL/fl_draw.H:452 #1 0x0006e58c in Fl_Browser::insert (this=0x45bc90, line=1, item=0x45b6a0) at Fl_Browser.cxx:273 #2 0x00016580 in UserInterface (this=0x2e7b00) at saacke1.cxx:101589 #3 0x0004b8a4 in global constructors keyed to ui () at main.cxx:123 #4 0x000be7b4 in __libc_csu_init (argc=1, argv=0xbe864d94, envp=0xbe864d9c) at elf-init.c:83 #5 0x4039af78 in ?? () from /lib/libc.so.6 Cannot access memory at address 0x0 (gdb) The SEGV was caused when text was added to an FL_Browser box. This has been successful under fltk 1.1.7. Also the text is a small string, so it not a buffer overflow. Link: http://www.fltk.org/str.php?L2545 Version: 1.3.0 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
