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

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

[Octave-bug-tracker] [bug #33947] plot gives out of memory error with so


From: anonymous
Subject: [Octave-bug-tracker] [bug #33947] plot gives out of memory error with some data on Fedora 15
Date: Fri, 05 Aug 2011 05:21:18 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0

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

                 Summary: plot gives out of memory error with some data on
Fedora 15
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 05 Aug 2011 05:21:18 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Mike Reid
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Plotting certain data gives me an out of memory error. It depends on the range
and the details of the data, i.e. only crashes for particular numbers.  

Using Fedora 15 distribution. 

See example below. 

Mike
----------------------------------------
$ octave
GNU Octave, version 3.4.0
Copyright (C) 2011 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Octave was configured for "i386-redhat-linux-gnu".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.

For information about changes from previous versions, type `news'.

warning: dispatch is obsolete and will be removed from a future version of
Octave; please use classes instead
warning: function /usr/share/octave/packages/specfun-1.0.9/erfcx.m shadows a
built-in function
octave:1> x = 0.1:0.1:1;
octave:2> y = 0.043 * x.^0.36;
octave:3> plot(x,y);
error: memory exhausted or requested size too large for range of Octave's
index type -- trying to return to prompt
octave:3> 
--------------------------------------------




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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