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

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

[Octave-bug-tracker] [bug #30514] Array indexing error?


From: anonymous
Subject: [Octave-bug-tracker] [bug #30514] Array indexing error?
Date: Wed, 21 Jul 2010 23:59:33 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 ( .NET CLR 3.5.30729; .NET4.0C)

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

                 Summary: Array indexing error?
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 21 Jul 2010 11:59:32 PM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: Neil
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Running 3.2.4 on 32 bit Vista SP2.  Tested the following on 2 Vista machines
with 4GB memory and > 2 GB free:

data = zeros(180000, 6, 'single'); % ~ 4 MB
data1 = data(60000:180000, :);     % subset of range
detrend(data1, 0);                 % anything forcing copy crashes

At this point I get the 'error: memory exhausted or requested size too large
. . ." message.  

The system is now unstable and "clear all" will frequently crash with 'panic:
Segmentation violation -- stopping myself...'  (see GIF attached)

Installed with SSE2 (FFTW3 & ATLAS) and all Octave Forge Libs.

Error occurs in many variations.  Seems to coincide with completion of lazy
copy.  Error does not occur on full range copies or when the row range is a
only, say, 10000 rows.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wed 21 Jul 2010 11:59:32 PM UTC  Name: OctaveCrash.GIF  Size: 33kB  
By: None

<http://savannah.gnu.org/bugs/download.php?file_id=21032>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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