Skip to content

Conversation

marchdf
Copy link
Contributor

@marchdf marchdf commented May 9, 2025

I was having problem with an openfast restart on a machine and could not figure out why it was segfaulting. Turns out I was missing a file and if this check had been there I would have known much earlier instead of it silently failing.

status before: segfault (because it fails to read a file, makes the number of blades 0 and then everything else breaks)
status with this PR (proper failure mode):

terminate called after throwing an instance of 'std::runtime_error'
  what():  FAST_RestoreFromCheckpoint_T:OpenBInpFile:The input file, "5MW_Land_BD_DLL_WTurb_T3/5MW_Land_BD_DLL_WTurb.T3.109440.chkp", was not found.

@marchdf marchdf changed the base branch from main to dev May 9, 2025 19:08
@andrew-platt andrew-platt self-assigned this May 13, 2025
@andrew-platt
Copy link
Collaborator

Holding off on merging until we decide if we are doing a 4.0.5 release. Should be able to merge in a day or two.

@andrew-platt andrew-platt changed the base branch from dev to rc-4.0.5 May 15, 2025 06:50
@andrew-platt andrew-platt added this to the 4.0.5 milestone May 15, 2025
@andrew-platt andrew-platt merged commit fbc084b into OpenFAST:rc-4.0.5 May 15, 2025
67 checks passed
@marchdf marchdf deleted the ofcpp-check branch May 15, 2025 19:44
@andrew-platt andrew-platt mentioned this pull request Jun 11, 2025
35 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants