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

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

[Octave-bug-tracker] [bug #57435] Test suite crashes on Windows on spars


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #57435] Test suite crashes on Windows on sparse.tst
Date: Fri, 20 Dec 2019 17:10:41 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0

Follow-up Comment #13, bug #57435 (project octave):

I could limit the tests that are necessary to trigger the bug to the
following:
- libinterp/dldfcn/symbfact.cc-tst
- fixed/bug-35881/bug-35881.tst
- fixed/sparse.tst

If I remove any of those, Octave doesn't crash.
Might be another "clear all" bug.

The minimum set of commands seems to be:

A = sparse (magic (3));
[count, h, parent, post, r] = symbfact (A);
clear all
inv (sparse ([1,1;1,1+i]))


The gdb macros don't seem to work on Windows.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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