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

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

[Octave-bug-tracker] [bug #52998] Segmentation fault for OpenGL printing


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #52998] Segmentation fault for OpenGL printing of non-visible figures
Date: Mon, 29 Jan 2018 20:11:12 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #5, bug #52998 (project octave):

Yes, it probably is.  I just got confused with debugging, testing versions of
code last night.  I usually use the prefix 

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGL.so

these days for building, but don't always when testing.

However, this prefix doesn't lead to complete success.  FLTK appears to run
fine, but Qt has problems:


octave:1> graphics_toolkit fltk
octave:2> set(gcf, 'visible', 'off')
octave:3> plot(1:50)
octave:4> print junk.pdf
octave:5> exit



octave:1> graphics_toolkit qt
octave:2> set(gcf, 'visible', 'off')
octave:3> plot(1:50)
octave:4> print junk.pdf
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
octave:5> exit

[process is hung right here and won't come back to command line]


So, I can't get this to work either way for Qt.  I'm going to test the
changeset attached here

https://savannah.gnu.org/bugs/?52940#comment40

this evening for how well the output looks and see if that gets around the
Nvidia hardware/driver issue.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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