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

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

[Octave-bug-tracker] [bug #44285] "test eigs" never returns when built w


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #44285] "test eigs" never returns when built with SuiteSparse 4.4.3
Date: Thu, 19 Feb 2015 03:37:48 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36

Update of bug #44285 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #6:

Found and fixed, this is a version compatibility thing:

http://hg.savannah.gnu.org/hgweb/octave/rev/cdcdb255c46d

In SuiteSparse 4.3 and newer, the functions cholmod_divcomplex and
cholmod_hypot were changed to dispatch to SuiteSparse_divcomplex and
SuiteSparse_hypot. The patch that was applied to fix bug #43063 updated how
the function pointers are assigned, but the wrong (old) function pointers were
still being assigned. This resulted in an infinite loop of cholmod_divcomplex
calling itself.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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