octave-maintainers
[Top][All Lists]
Advanced

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

print error and 4.0.1


From: Michael Godfrey
Subject: print error and 4.0.1
Date: Tue, 20 Oct 2015 00:00:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Rik,

I thought about the suggestion of enclosing the actual print call to OpenGL
in visible, off ... visible, on...  When I considered this it seemed like
overkill. But, now I wonder: is there any reason to have visible on while
the plot is being printed? If not, this could not only be a helpful fix
for 4.0.1, but it stay in for as long as it takes... It would still be nice to
resolve the seg fault bug, but it is likely from what I have learned that
it is not entirely an Octave problem. I think that the bug report to
the OpenGL folks is still open.

The full test should be:

if (visible on}
    visible off
    actual print xxx
    visible on
else
    actual print xxx
endif

Michael


reply via email to

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