-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seg Fault in HydroDyn in v3.5.1 #1863
Comments
@luwang00, do you have any ideas? |
@dzalkind, does this happen only when HydroDyn doesn't contain ANY outputs? or just when it doesn't contain that specific I recently found an error in the dev branch (which is significantly different than v3.5.1) that could attempt to pass an unallocated array when no output was selected. |
It appears as though it wants some output specified. Does not have to be |
I also vaguely remember there was a bug with HydroDyn when there's no output channel requested, but I can't find that particular issue. |
I remember seeing this recently as well. Not sure where though. @bjonkman, I suspect the unallocated array passing you found is the issue. |
The issue is around Line 3081 of |
The |
Bug description
I'm getting a seg fault when running OpenFAST v3.5.1 (via conda installation, both locally and on a linux CI) when running HydroDyn and our IEA-22MW reference model.
To Reproduce
Steps to reproduce the behavior:
conda install openfast
openfast IEA-22-280-RWT-Monopile.fst
Expected behavior
A simple test simulation with most modules enabled.
Screenshots, if applicable
OpenFAST Version
Additional context
Workarounds (clues :-)):
CompHydro
to 0 runs okay.Wave1Elev
to the output list also works fine.The text was updated successfully, but these errors were encountered: