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
This is one of those false positives that I hate from UBSAN. Just because I give out a pointer to an object before it is done being constructed does not mean that I'm using the object before initialization.
remote_task
member is used before it is initialized:The text was updated successfully, but these errors were encountered: