You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the following code (thanks for the code example @gepatto) and pressing Space to open a file dialog, a second thread appears in the callstack view:
When the file dialog is closed, the thread should terminate, but the UI doesn't seem to update. I added some traces and found the following order of events:
When running the following code (thanks for the code example @gepatto) and pressing Space to open a file dialog, a second thread appears in the callstack view:
When the file dialog is closed, the thread should terminate, but the UI doesn't seem to update. I added some traces and found the following order of events:
So it looks like we don't get a valid thread ID on exit. Possibly a bug in hcxpp (@nulld)?
The text was updated successfully, but these errors were encountered: