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: Tue, 30 Nov 2021 05:04:42 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34

Update of bug #57591 (project octave):

                  Status:               Confirmed => Ready For Test         

    _______________________________________________________

Follow-up Comment #174:

I pushed a change to stable that might fix a possible issue with the lifetime
of a temporary variable in mgorth:
https://hg.savannah.gnu.org/hgweb/octave/rev/4f8284dee449

Maybe that fixes the intermittent crashes during the tests of
`sparse/gmres.m`.

The scope of temporary variables is sometimes hard to predict (at least for
me). And I'm not sure if this really was an issue. But the syntax looked
slightly suspicious.
Imho, it is often easier (and cleaner) to use an explicit variable (with
defined scope) to avoid potential lifetime issues.

Let's see if this makes a difference at all.
Marking as ready for test (again).

    _______________________________________________________

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]