[Dune] dune-grid fails at vertexordertest
Christoph Grüninger
christoph.grueninger at iws.uni-stuttgart.de
Fri May 11 14:13:27 CEST 2012
Hi Christian,
find below the backtrace of vertexordertest.
I rebuild the dune modules according to Jö's suggestion including make
clean and it did not help. My g++ version is
g++-4.7 (SUSE Linux) 4.7.0 20120322 [gcc-4_7-branch revision 185687]
As soon as the delayed openSuse Milestone 4 is released I'll update and
re-test.
Bye
Christoph
= Testding 3D
== Testing ALUCubeGrid<3,3> with cubes
Program received signal SIGSEGV, Segmentation fault.
ALUGridSpace::AlignIterator<ALUGridSpace::ListIterator<ALUGridSpace::Gitter::Geometric::Hexa>,
ALUGridSpace::ListIterator<ALUGridSpace::Gitter::Geometric::Tetra>,
ALUGridSpace::Gitter::helement>::item (this=0x8418610) at serial/walk.h:646
646 else return (C &) _walk1.A::item () ;
(gdb) backtrace
#0
ALUGridSpace::AlignIterator<ALUGridSpace::ListIterator<ALUGridSpace::Gitter::Geometric::Hexa>,
ALUGridSpace::ListIterator<ALUGridSpace::Gitter::Geometric::Tetra>,
ALUGridSpace::Gitter::helement>::item (this=0x8418610) at serial/walk.h:646
#1 0x0822cabb in item (this=0x8418514) at serial/gitter_sti.h:2080
#2
ALUGridSpace::Insert<ALUGridSpace::PureElementAccessIterator<ALUGridSpace::Gitter::helement>::Handle,
ALUGridSpace::TreeIterator<ALUGridSpace::Gitter::helement,
ALUGridSpace::is_leaf<ALUGridSpace::Gitter::helement> > >::first
(this=0x8418510) at serial/walk.h:786
#3 0x0805ff05 in Dune::ALU3dGrid<(Dune::ALU3dGridElementType)7,
Dune::No_Comm>::checkMacroGrid (this=0x8404f68) at
../../../../dune/grid/alugrid/3d/grid_imp.cc:858
#4 0x0805b151 in Dune::ALU3dGrid<(Dune::ALU3dGridElementType)7,
Dune::No_Comm>::ALU3dGrid (this=0x8404f68, macroTriangFilename=...,
mpiComm=..., bndPrj=0x0, bndVec=0x0,
refinementType=Dune::nonconforming) at
../../../../dune/grid/alugrid/3d/grid_inline.hh:72
#5 0x08057a2a in Dune::ALUCubeGrid<3, 3>::ALUCubeGrid (this=0x8404f68,
mpiComm=..., bndProject=0x0, bndVector=0x0, macroName=..., verb=true)
at ../../../../dune/grid/alugrid/3d/alugrid.hh:102
#6 0x0808e080 in Dune::ALU3dGridFactory<Dune::ALUCubeGrid<3, 3>
>::createGridObj (this=0xbfffedd0, bndProjections=0x0, name=...)
at ../../../../dune/grid/alugrid/3d/alu3dgridfactory.hh:113
#7 0x0807dba6 in Dune::ALU3dGridFactory<Dune::ALUCubeGrid<3, 3>
>::createGrid (this=0xbfffedd0, addMissingBoundaries=true,
temporary=true, name=...)
at ../../../../dune/grid/alugrid/3d/alu3dgridfactory.cc:309
#8 0x0806fd5c in Dune::ALU3dGridFactory<Dune::ALUCubeGrid<3, 3>
>::createGrid (this=0xbfffedd0) at
../../../../dune/grid/alugrid/3d/alu3dgridfactory.cc:163
#9 0x08066277 in Dune::StructuredGridFactory<Dune::ALUCubeGrid<3, 3>
>::createCubeGrid (lowerLeft=..., upperRight=..., elements=...) at
../structuredgridfactory.hh:189
#10 0x0805d461 in testVertexOrderByIdCubes<Dune::ALUCubeGrid<3, 3> >
(result=@0xbfffef74) at vertexordertest.cc:280
#11 0x0804ceff in main (argc=1, argv=0xbffff024) at vertexordertest.cc:357
(gdb)
More information about the Dune
mailing list