View Issue Details

IDProjectCategoryView StatusLast Update
0003699OpenFOAMBugpublic2021-07-28 11:41
Reporterjheylmun Assigned Towill  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformGNU/LinuxOSOtherOS Version(please specify)
Product Version9 
Summary0003699: blockMesh fails in movingCone case
DescriptionblockMesh fails when run from the tutorials/compressible/rhoCentralFoam/movingCone case
Steps To ReproduceRun blockMesh in movingCone case
Additional InformationCreate time

Reading "blockMeshDict"

Creating block mesh from
    "system/blockMeshDict"
Creating block edges
No non-planar block faces defined
Creating topology blocks
#0 Foam::error::printStack(Foam::Ostream&) at ??:?
#1 Foam::sigFpe::sigHandler(int) at ??:?
#2 ? in "/usr/lib64/libc.so.6"
#3 Foam::face::centre(Foam::Field<Foam::Vector<double> > const&) const at ??:?
#4 Foam::blockDescriptor::check(Foam::Istream const&) at ??:?
#5 Foam::blockDescriptor::blockDescriptor(Foam::dictionary const&, int, Foam::Field<Foam::Vector<double> > const&, Foam::PtrList<Foam::blockEdge> const&, Foam::PtrList<Foam::blockFace> const&, Foam::Istream&) at ??:?
#6 Foam::block::block(Foam::dictionary const&, int, Foam::Field<Foam::Vector<double> > const&, Foam::PtrList<Foam::blockEdge> const&, Foam::PtrList<Foam::blockFace> const&, Foam::Istream&) at ??:?
#7 Foam::block::New(Foam::dictionary const&, int, Foam::Field<Foam::Vector<double> > const&, Foam::PtrList<Foam::blockEdge> const&, Foam::PtrList<Foam::blockFace> const&, Foam::Istream&) at ??:?
#8 void Foam::PtrList<Foam::block>::read<Foam::block::iNew>(Foam::Istream&, Foam::block::iNew const&) at ??:?
#9 Foam::blockMesh::createTopology(Foam::IOdictionary const&, Foam::word const&) at ??:?
#10 Foam::blockMesh::blockMesh(Foam::IOdictionary const&, Foam::word const&) at ??:?
#11 ? at ??:?
#12 __libc_start_main in "/usr/lib64/libc.so.6"
#13 ? at /home/abuild/rpmbuild/BUILD/glibc-2.33/csu/../sysdeps/x86_64/start.S:122
TagsNo tags attached.

Relationships

related to 0003695 closedwill pitzDaily tutorial crashes 

Activities

henry

2021-07-26 14:35

manager   ~0012108

What gcc version are you using?

jheylmun

2021-07-26 15:11

reporter   ~0012110

I am using gcc 11.1.1

henry

2021-07-26 15:32

manager   ~0012111

See https://bugs.openfoam.org/view.php?id=3695

jheylmun

2021-07-26 17:27

reporter   ~0012113

Thank you, that fixed the issue.

will

2021-07-28 11:41

manager   ~0012115

This is a bug in gcc-11.1. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101634. It is fixed in gcc-11.2, which is being released today. Upgrading when this version becomes available on your operating system should resolve the issue.

Issue History

Date Modified Username Field Change
2021-07-26 13:58 jheylmun New Issue
2021-07-26 14:35 henry Note Added: 0012108
2021-07-26 15:11 jheylmun Note Added: 0012110
2021-07-26 15:32 henry Note Added: 0012111
2021-07-26 15:33 henry Relationship added related to 0003695
2021-07-26 17:27 jheylmun Note Added: 0012113
2021-07-28 11:41 will Assigned To => will
2021-07-28 11:41 will Status new => closed
2021-07-28 11:41 will Resolution open => no change required
2021-07-28 11:41 will Note Added: 0012115