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

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

[Octave-bug-tracker] [bug #53507] Sparse.h:491:57: runtime error: load o


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #53507] Sparse.h:491:57: runtime error: load of value 176, which is not a valid value for type 'bool'
Date: Wed, 28 Mar 2018 20:39:01 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #4, bug #53507 (project octave):

For completion sake.

This one works


octave:1> A = sparse (magic (3));
octave:2>  [~, ~, ~, ~, l] = symbfact (A, "sym", "lower");


this one has the same problem:


octave:1> A = sparse ([1 0 8;0 1 8;8 8 1]);
octave:2> [count, h, parent, post, r] = symbfact (A);
../liboctave/array/Sparse.h:491:57: runtime error: load of value 48, which is
not a valid value for type 'bool'


This is the only problem I observed with -fsanitize=undefined.

Dmitri.
-- 


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53507>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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