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

Wip/optimize parameters #87

Open
wants to merge 22 commits into
base: development
Choose a base branch
from
Open

Conversation

nathanjhood
Copy link
Owner

What kind of change does this PR introduce?

@nathanjhood nathanjhood added the enhancement New feature or request label Mar 23, 2024
@nathanjhood nathanjhood self-assigned this Mar 23, 2024
@nathanjhood
Copy link
Owner Author

Oh look, the CI/CD failed. No worries, the logs can help us determine the cause of failure so that we can reproduce, fix, create tests, and deploy a patch. Let's see what the logs say!

SEGFAULT

@nathanjhood
Copy link
Owner Author

More seriously, strange that the build succeeded but it was pluginval which failed by SEGFAULTing.

Suggests that perhaps the array index went out of bounds for some reason. That, or possibly a pointer to a non-valid object... well, whatever it is, at least we have some really helpful and informative information to begin our search with:

SEGFAULT

@nathanjhood
Copy link
Owner Author

We'd probably have learned the cause of the issue whilst avoiding it, had we used the vector container template class and unique pointers.

Let's try it with std lib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant