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

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

[Octave-bug-tracker] [bug #35258] "image" gives error "memory exhausted"


From: Matthias Jüschke
Subject: [Octave-bug-tracker] [bug #35258] "image" gives error "memory exhausted"
Date: Sat, 07 Jan 2012 00:20:36 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20100101 Firefox/9.0

URL:
  <http://savannah.gnu.org/bugs/?35258>

                 Summary: "image" gives error "memory exhausted"
                 Project: GNU Octave
            Submitted by: maju
            Submitted on: Sat 07 Jan 2012 12:20:35 AM GMT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Matthias Jüschke
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Even for small matrices an error is returned if small axis limits are given
(<1?)

octave:1> imagesc([0 7.5],[.05 .36],rand([200 500]))
error: memory exhausted or requested size too large for range of Octave's
index type -- trying to return to prompt
octave:1> imagesc([0 7.5],[.05 .36]*100,rand([200 500]))
octave:2> imagesc([0 7.5],[.05 .36]*100,rand([2 5]))
octave:3> imagesc([0 7.5],[.05 .36],rand([2 5]))
octave:4> imagesc([0 7.5],[.05 .36],rand([20 50]))
error: memory exhausted or requested size too large for range of Octave's
index type -- trying to return to prompt





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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