[Pkg-octave-devel] Bug#607071: Bug#607071: Bug#607071: octave-symbolic: Segfaults, doesn't work at all
Jordi Gutiérrez Hermoso
jordigh at gmail.com
Thu Dec 16 05:37:44 UTC 2010
2010/12/15 Jordi Gutiérrez Hermoso <jordigh at gmail.com>:
> Checking package...
> warning: mark_as_command is obsolete and will be removed from a
> future version of Octave
> [findsym]
> ***** test
> symbols
> x=sym("x"); y=sym("y"); f=x^2+3*x*y-y^2;
> vars = findsym (f);
> assert(vars, 'x,y');
> vars2 = findsym (f,1);
> assert(vars2, 'x');
> !!!!! test failed
> T& Array<T>::checkelem (4, -1, 2): range error[sym2poly]
> PASSES 2 out of 2 tests
> [symfsolve]
> PASSES 5 out of 5 tests
>
> (The mark_as_command warning is from another package I have installed,
> but I keep forgetting which one.) So something fishy is happening,
> "!!!!! test failed" yet "PASSES 2 out of 2 tests".
Durr, I can't read debug output, it's failing the findsym test. It's
the same range error... hmm...
More information about the Pkg-octave-devel
mailing list