octave-maintainers
[Top][All Lists]
Advanced

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

Re: Segfault when running "make check"


From: John W. Eaton
Subject: Re: Segfault when running "make check"
Date: Wed, 30 Jan 2013 14:26:32 -0600

On 30-Jan-2013, Jordi Gutiérrez Hermoso wrote:

| I think this is running valgrind on make, not on Octave. You'll have
| to fiddle with run-octave again to make it run valgrind instead of
| gdb.

It should also work to change test/Makefile to use

  $(top_builddir)/run-octave -valgrind ...

instead of

  $(top_builddir)/run-octave

Maybe we should change the test/Makefile.am file so that this can be
done more easily with something like

  make RUN_OCTAVE_OPTS=-valgrind

jwe


reply via email to

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