DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2694
Version: 2.0-current


Hmm. This *is* interesting.
What linker do you use? (ld is smart enough to (usually) strip functions
and items that aren't used from the binary)

Is there a way for you to strip out the code from your application library
and turn it into a test case here? I'd really like to be able to work out
what the heck is happening here. Even from within node there should be no
segfault. The line that is crashing (according to your backtrace) is
guarded by an if (to check if the pointer exists), so the array call
entry[i] should be fine. My only theory is that somehow i is going out of
bounds (perhaps somewhere the nEntry counter isn't being decremented?) and
then dereferencing entry[i] is what causes the crash.


Link: http://www.fltk.org/str.php?L2694
Version: 2.0-current

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

Reply via email to