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

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

[Octave-bug-tracker] [bug #39925] imagesc crash


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #39925] imagesc crash
Date: Sat, 12 Oct 2013 14:29:49 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36

Follow-up Comment #14, bug #39925 (project octave):

Doug, thanks for testing all of these combinations. Your results seem
consistent with what I found earlier, that the two image calls have to be on
the same figure and in the order specified, from some range <= 1e9 to some
range >= 1e10 (or some threshold in between those 2).

So for example, this also crashes in the same way:


image (1e3  + [1 2], [1 2], rand (2));
image (1e12 + [1 2], [1 2], rand (2));


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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