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

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

[Octave-bug-tracker] [bug #44478] test __osmesa_print__.cc-tst crashes o


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #44478] test __osmesa_print__.cc-tst crashes on ubuntu
Date: Mon, 09 Mar 2015 03:24:15 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36

Follow-up Comment #10, bug #44478 (project octave):

Mike

I have uninstalled the nvidia driver (304).


./run-octave -g --no-gui
 :
octave:1> test __osmesa_print__.cc-tst


octave:1> test __osmesa_print__.cc-tst
***** testif HAVE_OSMESA
 h = figure ("visible", "off");
 fn = tempname ();
 sombrero ();
 __osmesa_print__ (h, fn, "svg");
 assert (stat (fn).size, 2692270, -0.1);
 unlink (fn);
 img = __osmesa_print__ (h);
 assert (size (img), [get(h, "position")([4, 3]), 3])
 ## Use pixel sum per RGB channel as fingerprint
 img_fp = squeeze (sum (sum (img), 2));
 assert (img_fp, [52942515; 54167797; 56158178], -0.05);
!!!!! test failed
ASSERT errors for:  assert (stat (fn).size,2692270,-0.1)

  Location  |  Observed  |  Expected  |  Reason
     ()          2798       2692270      Rel err 0.99896 exceeds tol 0.1


The origin of fault comes from the nvidia driver.

I am using the Ubuntu 14.04 on GNOME desktop but not Unity.
The unity desktop does not work for my PC with and without the nvidia driver.

I will use my Ubuntu PC without the nvidia driver at the moment.

Thank you for your advise. 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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