[Bug 343091] Re: scilab 5 displays incorrect graphics when using bar() and segfaults at exit

Almacha almacha at almacha.org
Sun Mar 15 10:54:45 UTC 2009


Thanks for your help.

When running:
// Example using GLJPanel (Mixing uicontrols and graphics is available)
usecanvas(%F);
plot2d();
uicontrol("String", "Close the window", "Position", [10 10 100, 25], "Callback", "delete(gcf())");
messagebox("You can see the button on the figure.", "Usecanvas example", "info");

it works, see output_plot2d_with_usecanvas_false.png
When running:
// Example using GLCanvas (Mixing uicontrols and graphics is not available, uicontrols are not visible)
usecanvas(%T);
plot2d();
uicontrol("String", "Close the window", "Position", [10 10 100, 25], "Callback", "delete(gcf())");
messagebox("You can''t see any button on the figure.", "Usecanvas example", "info");

it crashes, see output_plot2d_with_usecanvas_true.txt

I am using the "sis" X driver. My package xserver-xorg-video-sis has
version 1:0.10.1-1


** Attachment added: "output_plot2d_with_usecanvas_true.txt"
   http://launchpadlibrarian.net/23876883/output_plot2d_with_usecanvas_true.txt

-- 
scilab 5 displays incorrect graphics when using bar() and segfaults at exit
https://bugs.launchpad.net/bugs/343091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list