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

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

[Octave-bug-tracker] [bug #41699] image package: imrotate causes a segme


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #41699] image package: imrotate causes a segmentation fault when exiting Octave
Date: Fri, 04 Apr 2014 16:35:16 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20140319 Firefox/24.0 Iceweasel/24.4.0

Follow-up Comment #13, bug #41699 (project octave):

Just be clear, you only get a segmentation fault when you exit Octave,
correct? So to replicate it, you need to run:


a = repmat (uint8 (0:255), 100, 1);
imwrite (a, "test.jpg");
b = imrotate (a, 5, "nearest", "crop"); 
exit ();


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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