Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 384
    • Issues 384
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1068

Closed
Open
Created Nov 12, 2018 by Prashant Sonakar@PrashantDeveloper

COMP: issue in executables getting segmentFault

With latest develop pulled today, the compilations runs through OK. However none of the executable work. All end up with segment Fault.

Changing the file src/OpenFOAM/fields/Fields/fieldTypes.C

const Foam::wordList Foam::fieldTypes::basic
({
    "labelField", //Foam::labelIOField::typeName,
    "scalarField", //Foam::scalarIOField::typeName,
    "vectorField", //Foam::vectorIOField::typeName,
    "sphericalTensorField", //Foam::sphericalTensorIOField::typeName,
    "symmTensorField", //Foam::symmTensorIOField::typeName,
    "tensorField" //Foam::tensorIOField::typeName
});

seems to work.

Assignee
Assign to
Time tracking