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

Remove debug callbacks during context drop #274

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

grovesNL
Copy link
Owner

@grovesNL grovesNL commented Jan 22, 2024

Fixes #270

@grovesNL grovesNL force-pushed the unset-debug-callback branch from 8e67e95 to c5fda0b Compare January 22, 2024 03:45
@grovesNL grovesNL merged commit 99b0abb into main Jan 25, 2024
12 checks passed
@grovesNL grovesNL deleted the unset-debug-callback branch January 25, 2024 17:12
@Imberflur
Copy link

I think I just encountered this in a test I added in wgpu (I guess it is generating a lot of debug messages).

It would be nice to have a release with this (afaict this was added just after the latest release).

@Imberflur
Copy link

Actually, testing with this fix, for me raw_debug_message_callback is still being called after dropping Context.

@Imberflur
Copy link

Opened issue #290

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.

Segmentation fault on program exit
2 participants