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

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

[Octave-bug-tracker] [bug #60101] symbfact crashes for dense matrices on


From: anonymous
Subject: [Octave-bug-tracker] [bug #60101] symbfact crashes for dense matrices on Windows
Date: Mon, 22 Feb 2021 19:03:12 -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/?60101>

                 Summary: symbfact crashes for dense matrices on Windows
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 23 Feb 2021 12:03:10 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Marcel Jacobse
        Originator Email: 
             Open/Closed: Open
                 Release: 6.2.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Example:

>> symbfact([1])


Expected result:

ans = 1


Observed result: Varies on each call. Sometimes the expected result. Sometimes
a wrong result. Sometimes a warning and error like

>> symbfact([1])
warning: warning -3, at line 89 in file ../Core/cholmod_sparse.c: problem too
large
warning: warning -4, at line 219 in file ../Cholesky/cholmod_rowcolcounts.c:
argument missing
error: symbfact: matrix corrupted

And other times Octave just crashes.

This happens for me on Octave versions 5.2.0, 6.1.0 and 6.2.0, but only on
Windows. On Linux everything works as expected. Also on both Windows and Linux
everything works as expected when using a sparse matrix, e.g.

symbfact(sparse([1]))





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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