[STR Closed w/Resolution]

Link: http://www.fltk.org/str.php?L2250
Version: 1.1.10
Fix Version: Will Not Fix


I would add:

To ask for help, try the fltk.general newsgroup.
Point your news reader at news.easysw.com or click on:
news://news.easysw.com
.. and subscribe to fltk.general.

I'm not familiar with the platform you're using, but if you
have crashing problems and think it's related to FLTK and not the port,
follow up to the fltk.general group with a stack trace from your
debugger and maybe you'll find help.

If your debugger is gdb, you can use the following to debug your app:

% gdb yourapp     -- start gdb with your app
(gdb) run         -- type 'run' at the (gdb) prompt

[[..your app runs, then crashes..]]

(gdb) where       -- type 'where' at the (gdb) prompt after the crash,
                     then post the output on fltk.general along with
                     your description and fltk/platform/version info.

Make sure your app and FLTK are built with debug info turned on.


Link: http://www.fltk.org/str.php?L2250
Version: 1.1.10
Fix Version: Will Not Fix

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to