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

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

[Octave-bug-tracker] [bug #32528] error: memory exhausted


From: anonymous
Subject: [Octave-bug-tracker] [bug #32528] error: memory exhausted
Date: Fri, 18 Feb 2011 11:56:40 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/4.4; de) KHTML/4.4.5 (like Gecko)

Follow-up Comment #1, bug #32528 (project octave):

I think I have the same bug on a 32-bit Version of a Debian 6.0 system. It is
completely reproducable on my computer, but not reproducable an a second
computer (64-bit openSUSE).

octave:1> version
ans = 3.4.0
octave:2> plot([-1 0 1], [0.11774 0.11772 0.11774])
error: memory exhausted or requested size too large for range of Octave's
index type -- trying to return to prompt


Please note:

- Using an older version (3.2.4) does work without error.

- Using Version 3.4.0 and Valgrind does also work without error.

- Using Version 3.4.0 and the following plot commands do not give errors,
too:
  plot([-1 0 1], [0.11775 0.11772 0.11775]);
  plot([-1 0 1], [0.11773 0.11772 0.11773]);

- The error message is probably printed in toplev.cc at line 638 due to an
exception std::bad_alloc, but I do not know where the exception is thrown.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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