-
Notifications
You must be signed in to change notification settings - Fork 38
Description
With freshly compiled of9 and running default test case pitzDaily I got floating point exception caused by function streamlinesLine. When function is not used, all is ok. Any idea where is the problem?
streamlines streamlines write: seeded 10 particles #0 Foam::error::printStack(Foam::Ostream&) at ??:? #1 Foam::sigFpe::sigHandler(int) at ??:? #2 ? in "/usr/lib/libc.so.6" #3 Foam::streamlinesParticle::move(Foam::streamlinesCloud&, Foam::streamlinesParticle::trackingData&, double) at ??:? #4 void Foam::Cloud<Foam::streamlinesParticle>::move<Foam::streamlinesCloud>(Foam::streamlinesCloud&, Foam::streamlinesParticle::trackingData&, double) at ??:? #5 Foam::functionObjects::streamlines::track() at ??:? #6 Foam::functionObjects::streamlines::write() at ??:? #7 Foam::functionObjects::timeControl::write() at ??:? #8 Foam::functionObjectList::start() at ??:? #9 Foam::Time::loop() at ??:? #10 ? in "/home/jiri/apps/OpenFOAM/OpenFOAM-9/platforms/linux64GccDPInt32Opt/bin/simpleFoam" #11 __libc_start_main in "/usr/lib/libc.so.6" #12 ? in "/home/jiri/apps/OpenFOAM/OpenFOAM-9/platforms/linux64GccDPInt32Opt/bin/simpleFoam" Floating point exception (core dumped)
Compiled with default Allwmake,
Arch Linux
gcc 11.1.0
cmake 3.21.2
boost 1.76.0
cgal 4.14.3
scotch 6.0.9
Jiri