Skip to content

feat(bql): Ensure BQL is held during after_machine_init - #14

Open
lacraig2 wants to merge 1 commit into
mainfrom
feature/native-mmap
Open

feat(bql): Ensure BQL is held during after_machine_init#14
lacraig2 wants to merge 1 commit into
mainfrom
feature/native-mmap

Conversation

@lacraig2

Copy link
Copy Markdown
Member

This commit wraps the call to panda_callbacks_after_machine_init in panda_init with bql_lock() and bql_unlock().

This is critical to ensure that plugins (like the new native mmap manager) can safely perform Memory API operations during this callback without triggering bql_locked() assertion failures.

This commit wraps the call to panda_callbacks_after_machine_init in panda_init with bql_lock() and bql_unlock().

This is critical to ensure that plugins (like the new native mmap manager) can safely perform Memory API operations during this callback without triggering bql_locked() assertion failures.
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.

1 participant