New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
plotting is broken with nvidia drivers #327
Comments
|
The Can you link the issues in the Octave bug tracker? Also, if this indeed affects the non-flatpak'd version of Octave as well, this issue should be closed, since this tracker is intended for issues that only occur with the Flatpak. |
|
The issue is: (and gnuplot works) Dmitri. |
|
https://savannah.gnu.org/bugs/index.php?64948 Not much info there though. Dmitri. |
|
Attached is a backtrace. The relevant thread seems to be: Dmitri. |
|
After the latest update to |
Currently octave cannot plot on computer with proprietary nvidia drivers (crashes with signal 6).
Looking further I noticed:
which looks odd to me since I assum most libraries should be from withing
/appcontainer.In particular:
Is a mix-n-match of /app and system libraries. If I have Mesa drivers installed on the system it kind-of works since
the libraries are ABI compatible (?).
In any case, it used to work fine some time ago (~month?) and now it does not.
There are already bug reports on the octave's bug tracker which seem to be related to this issue.
Sincerely,
Dmitri.
The text was updated successfully, but these errors were encountered: