forked from antmd/F-Script
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Occasional crash in [FSObjectBrowserSearchField filterAction] #3
Comments
Here's another such example:
|
One more: this one seems to clearly show that the corruption likely happens before it's even assigned:
(note I built at commit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I occasionally see crashes for the release inside
setClassLabel
orsetLabel
withinFSObjectBrowserCell
when called as part offilterAction
:It happens rarely enough that I cannot reproduce it on demand. I'm guessing this is some use-after-free thing, but I tried skimming the code and the callers of this seem OK to me. Was wondering if anyone else experienced this
The text was updated successfully, but these errors were encountered: