Bug#767224: scilab: Empty plot window when calling plot()

Nico Rikken nico.rikken at gmail.com
Wed Oct 29 12:28:55 UTC 2014


Package: scilab
Version: 5.5.1-1
Severity: normal
Tags: upstream

Dear Maintainer,

I recently updated my Debian install to Debian Testing (coming from Debian Stable) and I ran a scilab script which ran fine on my previous install. The script contains a couple of plot() functions at the end preceded by figure() functions. No errors or warnings are given in the Scilab console. The plot() functions are just plot(x,y) without specific options.

The /var/log/messages caused by replicating the plot() command seem to indicate problems concerning OpenGL:

Oct 29 12:33:00 nico-t61 gnome-session[1467]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x3c0100f (Edit Entry)
Oct 29 12:33:00 nico-t61 gnome-session[1467]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x3c0100f (Edit Entry)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: java.lang.reflect.InvocationTargetException
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1347)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at org.scilab.modules.gui.SwingView.updateObject(Unknown Source)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at org.scilab.modules.graphic_objects.graphicController.GraphicController$2.run(Unknown Source)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at org.scilab.modules.graphic_objects.graphicController.GraphicController.objectUpdate(Unknown Source)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at org.scilab.modules.graphic_objects.graphicController.GraphicController.setGraphicObjectRelationship(Unknown Source)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at org.scilab.modules.graphic_objects.builder.Builder.cloneAxesModel(Unknown Source)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at org.scilab.modules.graphic_objects.builder.Builder.createNewFigureWithAxes(Unknown Source)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: Caused by: javax.media.opengl.GLException: Profile GL_DEFAULT is not available on X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x0, owner false, ResourceToolkitLock[obj 0x57285f7e, isOwner false, <1b9575e6, 716f5d2f>[count 0, qsz 0, owner <NULL>]]], but: []
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at javax.media.opengl.GLProfile.get(GLProfile.java:901)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at javax.media.opengl.GLProfile.getDefault(GLProfile.java:632)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at javax.media.opengl.awt.GLJPanel.<init>(GLJPanel.java:350)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at javax.media.opengl.awt.GLJPanel.<init>(GLJPanel.java:304)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at javax.media.opengl.awt.GLJPanel.<init>(GLJPanel.java:295)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at org.scilab.modules.gui.bridge.canvas.SwingScilabCanvasImpl$SafeGLJPanel.<init>(Unknown Source)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at org.scilab.modules.gui.bridge.canvas.SwingScilabCanvasImpl$SafeGLJPanel.<init>(Unknown Source)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at org.scilab.modules.gui.bridge.canvas.SwingScilabCanvasImpl.createOpenGLComponent(Unknown Source)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at org.scilab.modules.gui.bridge.canvas.SwingScilabCanvas.<init>(Unknown Source)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at org.scilab.modules.gui.bridge.tab.SwingScilabDockablePanel.addMember(Unknown Source)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at org.scilab.modules.gui.SwingView.updateFigureChildren(Unknown Source)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at org.scilab.modules.gui.SwingView.updateObjectOnEDT(Unknown Source)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at org.scilab.modules.gui.SwingView$4.run(Unknown Source)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.awt.EventQueue.access$200(EventQueue.java:103)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.awt.EventQueue$3.run(EventQueue.java:694)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.awt.EventQueue$3.run(EventQueue.java:692)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.security.AccessController.doPrivileged(Native Method)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
Oct 29 12:33:35 nico-t61 scilab.desktop[15391]: at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages scilab depends on:
ii  scilab-cli       5.5.1-1
ii  scilab-full-bin  5.5.1-1

Versions of packages scilab recommends:
ii  scilab-doc  5.5.1-1

Versions of packages scilab suggests:
pn  scilab-doc-fr     <none>
pn  scilab-doc-ja     <none>
pn  scilab-doc-pt-br  <none>

-- no debconf information



More information about the debian-science-maintainers mailing list