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

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

[Octave-bug-tracker] [bug #46330] segfault with matrices containing Inf


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #46330] segfault with matrices containing Inf & NaN
Date: Fri, 29 Jul 2016 15:29:36 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.5.3

Follow-up Comment #33, bug #46330 (project octave):

For the examples


[Inf 1; 1 1] \ [4; 3] % Matlab [0; 3]
[nan 1; 1 1] \ [4; 3] % Matlab [nan; nan]


I'm still seeing this:


octave:1> [Inf 1; 1 1] \ [4;3]
warning: matrix singular to machine precision
warning: matrix singular to machine precision
 ** On entry to DLASCL parameter number  4 had an illegal value
error: exception encountered in Fortran subroutine dgelsd_
octave:1> [nan 1; 1 1] \ [4;3]
warning: matrix singular to machine precision, rcond = nan
 ** On entry to DLASCL parameter number  4 had an illegal value
error: exception encountered in Fortran subroutine dgelsd_


In comment #29 Mike said that the patch should avoid calls to XERBLA, but that
doesn't seem to be the case.

I'm using HG ID  8971508e21c8.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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