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

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

[Octave-bug-tracker] [bug #57591] Segmentation faults when running the t


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #57591] Segmentation faults when running the test suite
Date: Sun, 4 Jul 2021 05:56:08 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 Edg/91.0.864.64

Follow-up Comment #164, bug #57591 (project octave):

IIUC, that test requires 800 MB of (contiguous) free memory for the double
vector `resvec` (because `dim=100` and `maxit=1e6`). That seems a lot.

I pushed a change here that reduces the size of the `resvec` vector to 80 MB
(which is still kind of much but less than before):
https://hg.savannah.gnu.org/hgweb/octave/rev/b2455f0a8297

The test still passes for me with `maxit` set to 1e5. But I don't know whether
there was some reason that required `maxit` to be as high in the first place.
So, I made that change on the default branch.
If that change is save, we could maybe graft it to stable.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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