Skip to content
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

[BugFix] SrvD segfault if lidar used, but no SumPrint #1805

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

andrew-platt
Copy link
Collaborator

This is ready to merge.

Feature or improvement description
There was some a missing if statement to check if the summary file is actually being used. If lidar in InflowWind is in use, then a segfault would occur in ServoDyn if SumPrint wass set to false.

Thanks to @Guiiem for tracking down the combination of factors that triggered this bug.

Related issue, if one exists
#1690

Impacted areas of the software
The lidar functionality in InflowWind can now be used with SumPrint in ServoDyn is false.

Additional supporting information

Test results, if applicable
No test results are affected (this obscure combination was not tested).

There was some a missing if statement to check if the summary file is actually being used.  If lidar in InflowWind is in use, then a segfault would occur in ServoDyn if `SumPrint` wass set to false.
@andrew-platt andrew-platt merged commit 5034481 into OpenFAST:rc-3.5.1 Oct 12, 2023
19 checks passed
@andrew-platt andrew-platt deleted the b/lidar_SrvD_sumprint branch October 12, 2023 19:40
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