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

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

[Octave-bug-tracker] [bug #57195] cell(1.e24, 1) does not produce error


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #57195] cell(1.e24, 1) does not produce error
Date: Sat, 9 Nov 2019 10:25:33 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763

URL:
  <https://savannah.gnu.org/bugs/?57195>

                 Summary: cell(1.e24,1) does not produce error
                 Project: GNU Octave
            Submitted by: arb
            Submitted on: Sat 09 Nov 2019 03:25:31 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

cell(1.e24,1) is a test in ov-cell.cc-tst

on octave-5.1.1


octave:1> version
ans = 5.1.1
octave:2> cell(1.e24,1)
error: out of memory or dimension too large for Octave's index type


On dev memory consumption grows quickly on executing cell(1.24,1), as observed
in "top" program or other process monitor. The command is difficult to
interrupt with <Ctrl-C>

This is detected as a FAIL in ov-cell.cc-tst on dev.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57195>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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