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: Ian Journeaux
Subject: [Octave-bug-tracker] [bug #41699] image package: imrotate causes a segmentation fault when exiting Octave
Date: Wed, 26 Feb 2014 18:51:16 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36

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

I did some more work this morning to see if I could get more information on
the problem.

AI3c=imread('AI3c70.tif');
AI3cr=imrotate(AI3c,5,'nearest','crop');
The dimensions of the image AI3c are 5401 x 519

This completes without error but when I exit Octave, I get a segmentation
violation

Simplyfing even more, I create a synthetic array of the same dimensions

AI3c(1:6001,1:601) = 38;
AI3cr=imrotate(AI3c,5,'nearest','crop');

This completes without error and I do not get a segmentation violation when
exiting Octave.

There are no changes to the image 2.2.0 source.

    _______________________________________________________

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]