<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Christoph,<br>
      <br>
      missed that one, excuse me. I fixed the test, thank you for
      pointing it out.<br>
      <br>
      Best regards<br>
      Christoph<br>
      <br>
      On 02/06/2013 06:36 PM, Christoph Grüninger wrote:<br>
    </div>
    <blockquote cite="mid:web-165692192@uni-stuttgart.de" type="cite">
      <pre wrap="">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

_______________________________________________
Dune-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dune-devel@dune-project.org">Dune-devel@dune-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.dune-project.org/mailman/listinfo/dune-devel">http://lists.dune-project.org/mailman/listinfo/dune-devel</a>
</pre>
    </blockquote>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <title></title>
      <font color="#666666"><small>Christoph Gersbacher</small><small> 
          <a
            href="mailto:christoph.gersbacher@mathematik.uni-freiburg.de"><font
              color="#3333ff"><christoph.gersbacher@mathematik.uni-freiburg.de></font></a></small><br>
      </font>
      <div class="moz-signature">
        <div class="moz-signature"><font color="#666666"><small>Abteilung
für
              Angewandte Mathematik
            </small><br>
          </font><font color="#666666"><small>Albert-Ludwigs-Universität
              Freiburg
            </small><br>
          </font><font color="#666666"><small>Hermann-Herder-Str. 10
            </small><br>
          </font><font color="#666666"><small>D-79104 Freiburg im
              Breisgau
            </small><br>
          </font><font color="#666666"><small>Tel.: +49 (0)761 / 203
              5645
            </small><br>
          </font><font color="#666666"><small>Fax: +49 (0)761 / 203 5632</small></font>
        </div>
      </div>
    </div>
  </body>
</html>