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

Unload symbols (PDB files) after profiling by attaching #57

Merged

Conversation

schellingb
Copy link
Contributor

When profiling not by loading a .sleepy file but by attaching to the process from the ThreadPicker the attach_info member gets allocated with new AttachInfo and never gets deleted even after the ThreadPicker gets deleted.

This causes the symbols (PDB files) to be locked forever until Very Sleepy is closed. This makes it annoying to test code changes while keeping multiple profile runs open because a program can't be recompiled while its PDB file is locked.

@CyberShadow CyberShadow merged commit f2b3979 into VerySleepy:master Jul 11, 2018
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.

None yet

2 participants