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

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

[Octave-bug-tracker] [bug #48482] Crash after plot interaction


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #48482] Crash after plot interaction
Date: Wed, 13 Jul 2016 16:33:29 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0

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

The top of the stack is in the i965 mesa driver, so maybe that is where the
error is occurring. Do you have another system with a different video card you
can compare against?

If not, can you try with software rendering, either


$ export LIBGL_ALWAYS_SOFTWARE=1
$ octave


or


$ LIBGL_ALWAYS_SOFTWARE=1 octave


and see if that prevents the crash from occurring for you? This should force
mesa to use the "swrast" driver instead of the i965 driver.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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