-
-
Notifications
You must be signed in to change notification settings - Fork 1k
DotMemoryDiagnoser implementation #2549
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
DotMemoryDiagnoser implementation #2549
Conversation
There was a segfault happening for the integration test that I don't quite understand. I can no longer reproduce it after the last commit. I tried to debug some dumps locally but was unable to find relevant exceptions, so my only guess atm is that the crash originates from unmanaged code. Since changing the init logic seemed to affect things, and the crash always happening during In any case, I would like to test out using only the JetBrains API directly |
The last commit simplifies the implementation of the tool by using only the Jetbrains API, and the lifetime of it is more clearly managed based on the incoming signals. I'd be willing to try the same with dotTrace impl. I also want to make a flag like |
@martinothamar thank you very much for this PR! |
Implements
DotMemoryDiagnoser
to matchDotTraceDiagnoser
Common
package or just use<Compile Include="..." />
Sample output of
IntroDotMemoryDiagnoser