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

Initialize TargetPaginationKeys in constructor #378

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

driv3r
Copy link
Contributor

@driv3r driv3r commented Dec 12, 2024

We had an issue that Progress reporter would try to start using TargetPaginationKeys, before Run() function was even started in goroutine, causing

panic: runtime error: invalid memory address or nil pointer dereference

This should fix it, by initializing TargetPaginationKeys early in constructor instead.

@driv3r driv3r force-pushed the allocate-map-in-constructor branch from 52c81e6 to f84e20d Compare December 12, 2024 09:39
@driv3r driv3r merged commit c4f3291 into main Dec 12, 2024
9 checks passed
@driv3r driv3r deleted the allocate-map-in-constructor branch December 12, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants