Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • dynare dynare
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 110
    • Issues 110
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Dynare
  • dynaredynare
  • Issues
  • #1815

Closed
Open
Created Sep 17, 2021 by Johannes Pfeifer@JohannesPfeiferDeveloper

bytecode locks .bin file after entering homotopy.

Running ireland.mod triggers an exception Fatal error in bytecode: umfpack_dl_solve failed in the first iteration so that we enter homotopy mode. This it successful. But subsequently, the mod-file cannot be run a second time due to model/bytecode/dynamic.bin being locked. It seems that SparseMatrix.cc opens

        SaveCode.open(file_name + "/model/bytecode/dynamic.bin", ios::in | ios::binary);

but never closes it in case of an exception.

Assignee
Assign to
Time tracking