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

Updating code to hopefully fix weird memory issue #18

Merged
merged 3 commits into from
Aug 17, 2023
Merged

Conversation

jwoertink
Copy link
Member

Fixes #17

The main patch here is running LuckyTask::Runner.tasks << self.new inside of a finished macro. I believe this macro is designed to run after all instance variables have been type checked and everything is set. My theory is in Avram, some of those tasks are a bit hefty and causing a race condition where sometimes the task is added before it's done, and sometimes after...

The rest of the updates are just bumping Ameba to hopefully catch any weird random things that are going on.

@jwoertink jwoertink merged commit 734d2df into main Aug 17, 2023
4 checks passed
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.

Potential issue with how tasks are stored
1 participant