#805 test failure: test-oned
Metadata
Property | Value |
---|---|
Reported by | Elias Pipping (elias.pipping@fu-berlin.de) |
Reported at | Jun 15, 2010 22:27 |
Type | Bug Report |
Version | 2.0beta |
Operating System | Unspecified / All |
Last edited by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
Last edited at | Jun 21, 2010 11:45 |
Closed by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
Closed at | Jun 21, 2010 11:45 |
Closed in version | Unknown |
Resolution | Deferred |
Comment |
Description
I'm on linux 2.6.34 my compiler is g++ 4.4.4
I ran ./dune-common-2.0/bin/dunecontrol all
and then ./dune-common-2.0/bin/dunecontrol make check
. The error boils down to
pipping@bogus ~/Downloads/dune-grid-2.0/dune/grid/test $ ./test-oned Segmentation fault pipping@bogus ~/Downloads/dune-grid-2.0/dune/grid/test $
so I started from scratch again with
CFLAGS='-O0 -ggdb3' ./dune-common-2.0/bin/dunecontrol all CFLAGS='-O0 -ggdb3' ./dune-common-2.0/bin/dunecontrol make check
So here it is:
pipping@bogus ~/Downloads/dune-grid-2.0/dune/grid/test $ gdb ./test-oned [..] (gdb) run Starting program: /home/pipping/Downloads/dune-grid-2.0/dune/grid/test/test-oned [..]
Program received signal SIGSEGV, Segmentation fault. Dune::OneDGrid::preAdapt (this=0x6b9290) at onedgrid.cc:544 544 if (getRealImplementation(*eIt).target_->markState_ == OneDEntityImp<1>::COARSEN) (gdb) bt #0 Dune::OneDGrid::preAdapt (this=0x6b9290) at onedgrid.cc:544 #1 (closed) 0x0000000000411bc1 in testOneDGrid (grid=...) at test-oned.cc:99 #2 (closed) 0x0000000000411c44 in main () at test-oned.cc:124 (gdb)