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: Andreas Weber
Subject: [Octave-bug-tracker] [bug #44478] test __osmesa_print__.cc-tst crashes on Ubuntu with Nvidia drivers
Date: Fri, 13 Mar 2015 10:57:39 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.5.0

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

Juan Pablo,

"test _osmesa_print_.cc" uses two different pathes: One where gl2ps is invoked
and the other wehere an image is returned. I think it would help if you try
them separately in octave, for example


sombrero ();
__osmesa_print__ (gcf, "out.svg", "svg");


And


sombrero ();
img = __osmesa_print__ (gcf);
imshow (img);


Can you then please comment the "rend.draw (fobj);" call in
__osmesa_print__.cc and test again? If the segfault is caused from the "draw"
method, can you please copy the render_image() functions from the demos
(comment #12) and see if this works and you see the torrus, cone and sphere?

Thanks, Andy




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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