-
Notifications
You must be signed in to change notification settings - Fork 204
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
[Bug] Crash with di_search_thread. #363
Comments
I am having a similar issue, which might be related:
I can reliably cause this crash to happen by just starting the application and switching between tabs in one of the panels. After 2-4 tab switches the crash occurs. OS is Windows 11 Pro 23H2 (build 22631.4460) |
Sorry about that. Looks like I screwed up the synchronization of the new search stuff, and didn't see it happen on my development workstation. I'll thoroughly investigate this and fix it ASAP. |
Okay, I ended up reproducing at least one of the bugs here (the crash in |
I tried it and am no longer experiencing the crash :) |
Sounds good - I believe I've fixed the other one too, so I will close this, but just let me know if you hit the issue again @foxblock and I'll reopen & investigate further. |
Unfortunately I am still getting the error with the same steps to reproduce:
|
Can you pull and try again @foxblock? I have pushed another plausible fix. I reproduced a crash using the same steps, although the spot at which my exception was thrown was different (although it was an invalid access of the same data structure that yours is crashing at, and I have reason to believe that the same bug was causing both). |
Hi @ryanfleury, |
Sounds good, closing this now! |
I am encountering this bug sometimes when I enter variables in the watch window. I don't know if this matters but I am doing multi-process debugging. It seems for some reason the key is not being found. Still trying to get more information.
The text was updated successfully, but these errors were encountered: