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: Wed, 28 Apr 2010 21:27:45 +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 #5, bug #29553 (project octave):

I'm also unable to reproduce this problem after passing --without-arpack to
the configure script.

Can you try running the tests with gdb and see where it crashes?  To do that,
edit the generated test/Makefile file and change the lines

check: test_sparse.m test_bc_overloads.m
        $(top_builddir)/run-octave --norc --silent --no-history 
$(srcdir)/fntests.m
$(srcdir)

to be

check: test_sparse.m test_bc_overloads.m
        $(top_builddir)/run-octave -g --norc --silent --no-history
$(srcdir)/fntests.m $(srcdir)

(i.e., add -g to the run-octave command).  Then run make check again, and
when the "(gdb)" prompt appears, type "run".  When the crash occurs, get a
backtrace with bt and post it here.  Maybe that will give some clues.

    _______________________________________________________

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]