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: Petr Mikulik
Subject: [Octave-bug-tracker] [bug #29553] missing arpack: make check segfaults on eigs
Date: Tue, 27 Apr 2010 20:23:30 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.9.2.3) Gecko/20100401 SUSE/3.6.3-1.2 Firefox/3.6.3

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

> I am unable to reproduce this on a development version
> (83de7b060e91) with a gnulib pulled on 4/19/2010.

With or without arpack installed?

> Can you retry using the the latest version of the dev sources
> and gnulib?

The crash is also in sources as of 2010-04-27.

> It might also be useful to run just the eigs tests themselves
> rather than all of 'make check'
> From the compile tree try:
> ./run-octave -f --eval 'test eigs'

This works; here is the output:

octave$ ./run-octave -f --eval 'test eigs'
GNU Octave, version 3.3.51+
Copyright (C) 2010 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Octave was configured for "i686-pc-linux-gnu".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.

For information about changes from previous versions, type `news'.

  ***** testif HAVE_ARPACK
 d1 = eigs (A, k);
 assert (d1, d0(end:-1:(end-k+1)), 1e-11);
----- skipped test


However, "make check" or "octave> fntests" lead to crash as indicated in the
bug report. I can reproduce the problem on two computers.


    _______________________________________________________

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]