[Dune-devel] fmatrixtest and densematrixtest fail

Christoph GrĂ¼ninger christoph.grueninger at iws.uni-stuttgart.de
Wed Feb 6 18:36:54 CET 2013


Hi,
I tried the recently changed matrix tests in dune-common and
fmatrixtest and densematrixtest fail for me with segfaults.
I assume it's an error in checkSolve, but I didn't investigate
this further.
Here's the output from gdb (he does not like the x[0]):

Program received signal SIGSEGV, Segmentation fault.
0x000000000040b0b8 in Dune::DenseMatrix<Dune::FieldMatrix<float, 1, 1> >::solve<Dune::DynamicVector<float> > (this=0x7fffffffdbb0, x=..., b=...)
    at ../../../dune/common/densematrix.hh:802
802           x[0] = b[0]/(*this)[0][0];

Bye
Christoph




More information about the Dune-devel mailing list