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

Resource stop and start causes segfault or panic on linux #26

Open
xxshady opened this issue May 9, 2024 · 1 comment
Open

Resource stop and start causes segfault or panic on linux #26

xxshady opened this issue May 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@xxshady
Copy link
Owner

xxshady commented May 9, 2024

https://discord.com/channels/371265202378899476/576771706119520287/1238222174741991545

@xxshady xxshady added the bug Something isn't working label May 9, 2024
@xxshady
Copy link
Owner Author

xxshady commented Oct 25, 2024

working on the fix for this one

+ fix for memory leaks if resource:
used statics with memory allocations

static something: Mutex<String> = ...

or leaked memory via std::mem::forget, Box::leak etc. on both windows and linux

@xxshady xxshady mentioned this issue Nov 5, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant