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/2228 fix threadsafe disabled wavemodcounter #2228

Merged
merged 2 commits into from
Aug 15, 2024

Conversation

MichaelHuth
Copy link
Collaborator

close #2221

New function: KillTrashFolders

No functional changes
The underlying issue is that for some caching key determination we use
WaveModCount that does not support free waves when executed from the
main thread.
This issue comes up e.g. when the LNB is accessed due to the key wave caching.

The solution is to move the prepaed DF to a global location before calling
ASYNC_Worker. The global DF is created as a trash* DF in the MIES DF.
Since certain actions, like TP acquisition would create a massive amount of
these temporary DFs, the trash DFs are cleaned up whenever
a new ASYCNC workload is pushed. This is good enough for debugging
purposes.
@t-b t-b enabled auto-merge August 15, 2024 11:36
@t-b t-b removed their assignment Aug 15, 2024
@t-b t-b merged commit 033b3bf into main Aug 15, 2024
23 checks passed
@t-b t-b deleted the bugfix/2228-fix_threadsafe_disabled_wavemodcounter branch August 15, 2024 22:01
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.

WaveModCountWrapper issue with threadsafe disabled
2 participants