octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: seg-fault for default branch on Mac OSX?


From: Michael Goffioul
Subject: Re: seg-fault for default branch on Mac OSX?
Date: Mon, 1 Sep 2008 09:04:40 +0200

On Mon, Sep 1, 2008 at 5:15 AM, Ben Abbott <address@hidden> 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]