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: Mon, 22 Feb 2021 23:14:35 -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 #8, bug #60101 (project octave):

If I look in symbfact.cc for the DEFUN I find that after some initial input
set up, this line is called


      const SparseMatrix a = args(0).sparse_matrix_value ();


If I look at the SparseMatrix that is created I see


rep = {d = 0x7f0b482bf620, r = 0x7f0b484fa1b0, c = 0x7f0b48433f70, nzmx = 16,

  nrows = 4, ncols = 4, count = {m_count = {<std::__atomic_base<long>> = {
        static _S_alignment = 8, _M_i = 2}, <No data fields>}}}


When I call the function with the full version of matrix A the only difference
is the member variable _M_i = 1 within std::__atomic_base<long>.


    _______________________________________________________

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]