octave-maintainers
[Top][All Lists]
Advanced

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

Re: FLTK initialization bug?


From: Jordi Gutiérrez Hermoso
Subject: Re: FLTK initialization bug?
Date: Mon, 13 Sep 2010 21:58:49 -0500

On 13 September 2010 20:12, Ben Abbott <address@hidden> wrote:
> This looks like a timing problem to me.
>
>        octave:1> backend ("fltk") ; __go_figure__ (1, "__backend__", "fltk")
>        warning: implicit conversion from matrix to sq_string
>        error: fltk_backend: could not recognize fltk index
>        octave:1> backend ("fltk")
>        octave:2> __go_figure__ (1, "__backend__", "fltk")
>        ans =  1

I can't reproduce this. The warning and error happen here even if
they're on separate lines. Regardless, if you're seeing it, it's
doubtless a race condition... I wonder if we need to start bothering
with semaphores and mutexes...



reply via email to

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