seg-fault for default branch on Mac OSX?
Michael Goffioul
michael.goffioul at gmail.com
Mon Sep 1 02:04:40 CDT 2008
On Mon, Sep 1, 2008 at 5:15 AM, Ben Abbott <bpabbott at mac.com> wrote:
> The following produces no ill effect.
>
> octave:1> __init_fltk__
> octave:2> __remove_fltk__
> octave:3> clear -f
Most probably due to a missing lock in FLTK backend
code. Can you try if adding "mlock()" in __init_fltk__
code in fltk_backend.cc does fix the problem? If yes,
I'll propose a complete patch later today.
Michael.
More information about the Octave-maintainers
mailing list