bugzilla-daemon at freedesktop.org
2017-Oct-11 11:29 UTC
[Nouveau] [Bug 103217] New: Recent noveau causes errors with scilab 5.5.2 on NVIDIA G84GL [Quadro FX 570]
https://bugs.freedesktop.org/show_bug.cgi?id=103217 Bug ID: 103217 Summary: Recent noveau causes errors with scilab 5.5.2 on NVIDIA G84GL [Quadro FX 570] Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: sergio.callegari at gmail.com QA Contact: nouveau at lists.freedesktop.org With git tip (as of today - 11 Sept 2017) launching scilab I get javax.media.opengl.GLException: X11GLXDrawableFactory - Could not initialize shared resources for :0 at jogamp.opengl.x11.glx.X11GLXDrawableFactory$SharedResourceImplementation.createSharedResource(X11GLXDrawableFactory.java:317) at jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:295) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NullPointerException at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:625) at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:539) at jogamp.opengl.x11.glx.X11GLXDrawableFactory$SharedResourceImplementation.createSharedResource(X11GLXDrawableFactory.java:293) ... 2 more Almost sure, it used to work up to a few days ago. Scilab works fine with LIBGL_ALWAYS_SOFTWARE=1 -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20171011/68cd187d/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Oct-11 13:10 UTC
[Nouveau] [Bug 103217] Recent noveau causes errors with scilab 5.5.2 on NVIDIA G84GL [Quadro FX 570]
https://bugs.freedesktop.org/show_bug.cgi?id=103217 --- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> --- So ... what changed since a few days ago? Find a version of mesa that works and bisect? -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20171011/03c033e1/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Oct-11 13:38 UTC
[Nouveau] [Bug 103217] Recent noveau causes errors with scilab 5.5.2 on NVIDIA G84GL [Quadro FX 570]
https://bugs.freedesktop.org/show_bug.cgi?id=103217 --- Comment #2 from sergio.callegari at gmail.com --- Contrary to what I have just said, scilab does not work anymore with LLVMPIPE either, aka LIBGL_ALWAYS_SOFTWARE=1. Almost impossible for me to bisect, since this machine is shared by multiple users. Currently, the machine is on git version of drivers only thanks to the fact that there is a PPA for up to date drivers on ubuntu. Unfortunately, PPAs do not make easy to downgrade to previous versions of packages on the same PPA. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20171011/3ade2ac8/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Oct-11 13:40 UTC
[Nouveau] [Bug 103217] Recent noveau causes errors with scilab 5.5.2 on NVIDIA G84GL [Quadro FX 570]
https://bugs.freedesktop.org/show_bug.cgi?id=103217 --- Comment #3 from Ilia Mirkin <imirkin at alum.mit.edu> --- So it sounds like an issue not related to nouveau then? -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20171011/1a20dd86/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Oct-11 14:03 UTC
[Nouveau] [Bug 103217] Recent noveau causes errors with scilab 5.5.2 on NVIDIA G84GL [Quadro FX 570]
https://bugs.freedesktop.org/show_bug.cgi?id=103217 --- Comment #4 from sergio.callegari at gmail.com --- May be related, may be two independent issues. The way in which the issue triggers is different: - with nouveau, scilab complains at start up - with llvmpipe, scilab does not complain at start up but throws java exception as soon as you try to make a plot. The two have in common some infrastructure code, I guess, so the issue may lay there. Having both nouveau and the software rendering broken for this usage case at the same time is a bit unfortunate. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20171011/12972a4e/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Oct-11 14:04 UTC
[Nouveau] [Bug 103217] Recent noveau causes errors with scilab 5.5.2 on NVIDIA G84GL [Quadro FX 570]
https://bugs.freedesktop.org/show_bug.cgi?id=103217 --- Comment #5 from Ilia Mirkin <imirkin at alum.mit.edu> --- Is scilab an application that I can run myself? If not, you're probably on your own. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20171011/420d3f65/attachment.html>
bugzilla-daemon at freedesktop.org
2017-Oct-11 15:56 UTC
[Nouveau] [Bug 103217] Recent noveau causes errors with scilab 5.5.2 on NVIDIA G84GL [Quadro FX 570]
https://bugs.freedesktop.org/show_bug.cgi?id=103217 --- Comment #6 from sergio.callegari at gmail.com --- Yes, it is. It is free software. You can download it at www.scilab.org. Please, take version 5.5.2 (http://www.scilab.org/en/download/previous) since the latest version (6) is young and has some problems on its own. Once you have downloaded it, just unpack it in some dir. Then, 1) try simply starting. There is a bin dir, with the scilab executable in in. With nouveau on my hardware I already get issues at this point. 2) If it starts, you get an application window which may include multiple panels ( I do not remember if on a fresh install you have multiple panels or just one). One of the panels is the Scilab Console. In it write plot([0 0], [1 1]) and see what happens. Most likely, you will get an empty plot and a java exception. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20171011/76aa96d1/attachment.html>
bugzilla-daemon at freedesktop.org
2018-Jan-12 22:11 UTC
[Nouveau] [Bug 103217] Recent noveau causes errors with scilab 5.5.2 on NVIDIA G84GL [Quadro FX 570]
https://bugs.freedesktop.org/show_bug.cgi?id=103217 Timo Aaltonen <tjaalton at ubuntu.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #7 from Timo Aaltonen <tjaalton at ubuntu.com> --- *** This bug has been marked as a duplicate of bug 103078 *** -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20180112/46984d41/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Aug-01 12:22 UTC
[Nouveau] [Bug 103217] Recent noveau causes errors with scilab 5.5.2 on NVIDIA G84GL [Quadro FX 570]
https://bugs.freedesktop.org/show_bug.cgi?id=103217 --- Comment #8 from Ruby Windler <paho at armail.in> --- Nvidia is one of the biggest companies which make VGA cards for computer gaming. The VGA card of Nvidia is better than any company because they have higher world-class programmers and engineers. One of my friends told me that wild jack casino is nice to visit and he sent me this https://icasinoreviews.info/wild-jack-casino/ link to visit it. I am glad that I do have a computer which has an Nvidia card in it. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190801/234ace2c/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Aug-30 06:24 UTC
[Nouveau] [Bug 103217] Recent noveau causes errors with scilab 5.5.2 on NVIDIA G84GL [Quadro FX 570]
https://bugs.freedesktop.org/show_bug.cgi?id=103217 jaimeallen <jaimeallen2019 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Drivers/DRI/nouveau |Drivers/DRI/i915 Assignee|nouveau at lists.freedesktop.o |dri-devel at lists.freedesktop |rg |.org QA Contact|nouveau at lists.freedesktop.o |dri-devel at lists.freedesktop |rg |.org -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190830/44cd6bef/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2019-Aug-30 09:35 UTC
[Nouveau] [Bug 103217] Recent noveau causes errors with scilab 5.5.2 on NVIDIA G84GL [Quadro FX 570]
https://bugs.freedesktop.org/show_bug.cgi?id=103217 Michel Dänzer <michel at daenzer.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|dri-devel at lists.freedesktop |nouveau at lists.freedesktop.o |.org |rg QA Contact|dri-devel at lists.freedesktop |nouveau at lists.freedesktop.o |.org |rg Component|Drivers/DRI/i915 |Drivers/DRI/nouveau -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190830/72aeb1a4/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Sep-16 13:04 UTC
[Nouveau] [Bug 103217] Recent noveau causes errors with scilab 5.5.2 on NVIDIA G84GL [Quadro FX 570]
https://bugs.freedesktop.org/show_bug.cgi?id=103217 --- Comment #10 from sarataylor <st2648729 at gmail.com> --- After years of not sleeping well and not finding the right guide for natural products online, she decided to do the research so others don’t suffer when buying a new mattress as she did. For the past 3 years, she studied everything about sleep and natural product to put the best natural mattress buying guide online. https://topnaturalmattresses.com/best-mattress-for-stomach-sleepers/# -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190916/683f8e8b/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Sep-19 09:22 UTC
[Nouveau] [Bug 103217] Recent noveau causes errors with scilab 5.5.2 on NVIDIA G84GL [Quadro FX 570]
https://bugs.freedesktop.org/show_bug.cgi?id=103217 --- Comment #11 from sarataylor <st2648729 at gmail.com> --- To complement your foam mattress checkoff list, we even added a few things that you might want to get with it.We hope you find this the most comprehensive guide about memory foam mattresses and that it helps you acquire the best memory foam mattress. https://topnaturalmattresses.com/best-memory-foam-mattress/ -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190919/57b77c35/attachment.html>
Maybe Matching Threads
- Bug#591537: xen: FTBFS on sparc: Scilab cannot open JVM library.
- PATCH: Port equalloudfilt.m MATLAB to scilab
- the results of the SORT function differ from Scilab/Matlab for Complex Numbers
- tinc disconnects
- [Bug 99922] New: [NVE4] [regression, bisected] 4.10 (atomic): X shows black screen with cursor after monitors turn off