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


From: Rik
Subject: [Octave-bug-tracker] [bug #60101] symbfact crashes for dense matrices
Date: Tue, 23 Feb 2021 00:24:20 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36

Follow-up Comment #10, bug #60101 (project octave):

Attached is a diff (60101.diff) against the stable branch that prevents the
segfault.  I declared both a SparseMatrix and a SparseComplexMatrix and then
use whichever one is required.  This does mean unnecessary storage on the
stack of a variable that is never used.  Perhaps there is a more clever way
with a union construct to get around that.

(file #50911)
    _______________________________________________________

Additional Item Attachment:

File name: 60101.diff                     Size:1 KB
    <https://file.savannah.gnu.org/file/60101.diff?file_id=50911>



    _______________________________________________________

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]