On Mon, Apr 20, 2015 at 5:29 PM, Charlie Hagedorn <charlie.haged...@gmail.com> wrote: > I've had inconsistent Octave seg-faults on several jessie machines that I've > traced to at least the octave-ltfat package. > The seg-faults are triggered calls to the Octave function rcond. Installing > octave-ltfat makes it break, uninstalling > restores expected behavior (i.e. not crashing Octave).
I am unable to reproduce this problem either. % echo 'which rcond' | octave -q 'rcond' is a built-in function from the file libinterp/corefcn/rcond.cc % echo 'rcond(magic(31))' | octave -q ans = 0.030391 I get the same output whether octave-ltfat package is installed or not. Could the OP please show the output of % echo 'which rcond' | octave -q both before and after the octave-ltfat package is insalled? That would at least confirm which rcond is being called. FWIW, here are the packages I have installed. ii libatlas3-base [liblapack.so.3] 3.10.1-4 ii libblas3 [libblas.so.3] 1.2.20110419-7 ii libc6 2.19-15 ii libfftw3-double3 3.3.4-1 ii libfftw3-single3 3.3.4-1 ii libgcc1 1:4.9.1-19 ii libgfortran3 4.9.1-19 ii liblapack3 [liblapack.so.3] 3.5.0-2 ii liboctave2 3.8.2-4 ii libquadmath0 4.9.1-19 ii libstdc++6 4.9.1-19 ii octave 3.8.2-4 ii octave-ltfat-common 2.0.1-1 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org