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

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

[Octave-bug-tracker] [bug #48669] Segfaults at exit after using OpenGL-b


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #48669] Segfaults at exit after using OpenGL-based toolkits in --no-gui mode
Date: Tue, 2 Aug 2016 22:12:59 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #11, bug #48669 (project octave):

As for the seg-fault at exit for both FLTK and Qt, I wonder if there needs to
be a glFinish() somewhere before leaving the main application.  glFinish() is
like an OpenGL flush that waits until all OpenGL commands currently queued for
OpenGL are finished.  Could it be that there is a race condition at exit
between the application quitting and Qt/FLTK or some other OpenGL stuff to be
processed?  Again, I'm not an OpenGL expert.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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