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

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

[Octave-bug-tracker] [bug #29553] missing arpack: make check segfaults o


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #29553] missing arpack: make check segfaults on eigs
Date: Thu, 29 Apr 2010 06:45:38 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100308 Iceweasel/3.5.8 (like Firefox/3.5.8)

Follow-up Comment #7, bug #29553 (project octave):

OK, if you set a breakpoint in EIG::init at the point where wi is created,
what is the value printed by

  p wi.rep

?  It looks like this value is invalid at the point of the call to the
Array::make_unique method.  When does it become invalid?  Is it after the
first call to dgeev?  The second?  Somewhere else?

If the call to dgeev is clobbering the value of wi.rep, then we are either
calling dgeev incorrectly, not supplying sufficient workspace, etc., or there
is a bug in your copy of dgeev, or there is some inconsistency in the way your
dgeev is compiled vs the way Octave is calling it (for example, the f2c vs
gfortran calling convention change).

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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