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

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

[Octave-bug-tracker] [bug #60059] Octave GUI or CLI crash when oversized


From: anonymous
Subject: [Octave-bug-tracker] [bug #60059] Octave GUI or CLI crash when oversized array declared instead of error
Date: Sun, 14 Feb 2021 17:47:00 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0

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

                 Summary: Octave GUI or CLI crash when oversized array
declared instead of error
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 14 Feb 2021 10:46:59 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Segfault, Bus Error, etc.
                  Status: None
             Assigned to: None
         Originator Name: rlcross
        Originator Email: 
             Open/Closed: Open
                 Release: 6.1.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:


In GNU Octave 6.1.0 instead of issuing a error for an oversized array, both
the GUI and the CLI versions crash.

Example:


a = zeros(2^20);


Crashes immediately on version 6.1.0

However on version 5.1.0 the following error is displayed:

>> a = zeros(2^20);
error: out of memory or dimension too large for Octave's index type
>>

Other details:  
    Running Windows 10, happens on two different computers (laptop and
desktop) -- did not try on Linux due to difficulty of finding 6.1.0 for Linux





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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