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

[STR New]

Link: http://www.fltk.org/str.php?L2501
Version: 1.3-current


make in test subdir fails on

../fluid -c fast_slow.fl

Fail for current svn (8145)
The command generates a core dump.
See attached gdb session output.

This error has been introduced quite recently,
somewhere 2nd week of december 2010. Don't know
which svn revision, there have been so many recently.


Link: http://www.fltk.org/str.php?L2501
Version: 1.3-current
cd test
gdb ../fluid/fluid.exe
run -c fast_slow.fl

(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /home/burgers/pkg/fltk-1.3/17/cygwin/fluid/fluid.exe -c
fast_slow.fl
[New thread 3104.0x10e8]
[New thread 3104.0x1420]

Breakpoint 1, main (argc=3, argv=0x83a1c0) at fluid.cxx:2297
2297    int main(int argc,char **argv) {
(gdb) c
Continuing.

Breakpoint 5, fl_filename_relative (to=0x501080 "", tolen=2048, from=0x4fc080
"/home/burgers/pkg/fltk-1.3/17/cygwin/test/fast_slow.fl")
    at filename_absolute.cxx:147
147       return fl_filename_relative(to, tolen, from, cwd_buf);
(gdb) c
Continuing.

Breakpoint 6, fl_filename_relative (to=0x501080 "", tolen=2048, from=0x4fc082
"ome/burgers/pkg/fltk-1.3/17/cygwin/test/fast_slow.fl",
    base=0x22bc48 "/home/burgers/pkg/fltk-1.3/17/cygwin/test") at
filename_absolute.cxx:238
238       if ( *newslash == '\0' && *slash != '\0' && !isdirsep(*slash)
(gdb) c
Continuing.

Breakpoint 7, fl_filename_relative (to=0x501080 "fast_slow.fl", tolen=2048,
    from=0x4fc082 "ome/burgers/pkg/fltk-1.3/17/cygwin/test/fast_slow.fl",
base=0x22bc48 "/home/burgers/pkg/fltk-1.3/17/cygwin/test")
    at filename_absolute.cxx:265
265       free(cwd);
(gdb) p cwd
$19 = 0x83bb7a "ome/burgers/pkg/fltk-1.3/17/cygwin/test"

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

Reply via email to