View Issue Details

IDProjectCategoryView StatusLast Update
0003288OpenFOAMBugpublic2019-06-06 12:45
Reporterjkau Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version14.04
Product Versiondev 
Fixed in Versiondev 
Summary0003288: restart with rigidBodyMotion crashes
Descriptiondev-fcbebe9eb374 from Jun 4, restarting a rigidBodyMotion case crashes with following error message:

--> FOAM FATAL ERROR:
Not implemented

    From function virtual Foam::Istream& Foam::ITstream::read(char*, std::streamsize)
    in file db/IOstreams/Tstreams/ITstream.C at line 159.

FOAM aborting

#0 Foam::error::printStack(Foam::Ostream&) at ??:?
#1 Foam::error::abort() at ??:?
#2 Foam::ITstream::read(char*, long) at ??:?
#3 Foam::Istream& Foam::operator>><double>(Foam::Istream&, Foam::List<double>&) at ??:?
#4 Foam::Field<double> Foam::dictionary::lookupOrDefault<Foam::Field<double> >(Foam::word const&, Foam::Field<double> const&, bool, bool) const at ??:?
#5 Foam::RBD::rigidBodyModelState::rigidBodyModelState(Foam::RBD::rigidBodyModel const&, Foam::dictionary const&) at ??:?
#6 Foam::RBD::rigidBodyMotion::rigidBodyMotion(Foam::dictionary const&, Foam::dictionary const&) at ??:?
#7 Foam::rigidBodyMeshMotion::rigidBodyMeshMotion(Foam::polyMesh const&, Foam::dictionary const&) at ??:?
#8 Foam::motionSolver::adddictionaryConstructorToTable<Foam::rigidBodyMeshMotion>::New(Foam::polyMesh const&, Foam::dictionary const&) at ??:?
#9 Foam::motionSolver::New(Foam::polyMesh const&, Foam::dictionary const&) at ??:?
#10 Foam::dynamicMotionSolverFvMesh::dynamicMotionSolverFvMesh(Foam::IOobject const&) at ??:?
#11 Foam::dynamicFvMesh::addIOobjectConstructorToTable<Foam::dynamicMotionSolverFvMesh>::New(Foam::IOobject const&) at ??:?
#12 Foam::dynamicFvMesh::New(Foam::IOobject const&) at ??:?
#13 ? at ??:?
#14 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#15 ? at ??:?
Aborted
Steps To ReproduceRun floatingObject tutorial and restart from latestTime.
TagsNo tags attached.

Activities

henry

2019-06-06 12:45

manager   ~0010510

Resolved by commit f8f083841e9e32dd728d967ad115c972918ff7af

Issue History

Date Modified Username Field Change
2019-06-05 15:52 jkau New Issue
2019-06-06 12:45 henry Assigned To => henry
2019-06-06 12:45 henry Status new => resolved
2019-06-06 12:45 henry Resolution open => fixed
2019-06-06 12:45 henry Fixed in Version => dev
2019-06-06 12:45 henry Note Added: 0010510