octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #44478] test __osmesa_print__.cc-tst crashes o


From: Rik
Subject: [Octave-bug-tracker] [bug #44478] test __osmesa_print__.cc-tst crashes on Ubuntu with Nvidia drivers
Date: Thu, 09 Apr 2015 16:18:02 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

Follow-up Comment #47, bug #44478 (project octave):

Thanks Juan.

I'm attaching a patch that builds the simple_gl_oct function into core Octave
rather than having it as a dynamically linked function.  Somebody with an
Nvidia driver can apply it, compile, and test as shown below.

What I notice is that I get strange results for the Qt toolkit even without
the Nvidia driver.  This makes me think that maybe there is something else
Octave is not doing when it initializes OpenGL through Qt.

See below for a series of test commands and the results on my computer.


graphics_toolkit qt
plot (1:10)
simple_gl_oct 
ans =  32610
close all
graphics_toolkit fltk
plot (1:10)
simple_gl_oct 
ans =  24


24 makes sense, 32610 does not.



(file #33615)
    _______________________________________________________

Additional Item Attachment:

File name: nvidia.cset                    Size:1 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44478>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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