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

correct Loader object shadowing to correct SEGFAULT #213

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

pbailey-hf
Copy link
Contributor

This addresses issue #204. I traced the issue to

exists, err := l.Afs.Exists(ignoreFile)
where a SEGFAULT occurs due to l.Afs == null.

@pbailey-hf pbailey-hf marked this pull request as ready for review March 28, 2024 19:20
@pbailey-hf pbailey-hf changed the title scope Loader object to function to correct windows SEGFAULT scope Loader object to function to correct SEGFAULT Apr 3, 2024
@pbailey-hf
Copy link
Contributor Author

pbailey-hf commented Apr 3, 2024

I have verified that this corrects segfault behavior on Linux as well. Tested on AL2023.

@pbailey-hf pbailey-hf changed the title scope Loader object to function to correct SEGFAULT correct Loader object shadowing to correct SEGFAULT Apr 3, 2024
@mirxcle
Copy link
Contributor

mirxcle commented Aug 16, 2024

@dependabot rebase

@djschleen djschleen merged commit f2d3912 into devops-kung-fu:main Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants