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
Is it possible that you are trying to free a pointer that you didn't get back from malloc (e.g. inside of the allocation that you got rather than the start)?
same issue as #1468.
I don't have a minimal example, but a Qt program compiled on macos 15.1 (arm) with llvm 19.1.4 exhibits this problem on startup:
I'm not sure what to do about this.
The text was updated successfully, but these errors were encountered: