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
if you check the backtrace below you'll see that the code crashes on the __ptr dereference in __non_unique_impl:: __hash because it's dereferencing a junk address.
apparently __non_unique_impl is a specialization specifically and only for apple arm. crazy that it's broken out of the box.
so we definitely need some kind of workaround for when called on apple platforms.
if you check the backtrace below you'll see that the code crashes on the
__ptr
dereference in __non_unique_impl:: __hash because it's dereferencing a junk address.apparently __non_unique_impl is a specialization specifically and only for apple arm. crazy that it's broken out of the box.
so we definitely need some kind of workaround for when called on apple platforms.
The text was updated successfully, but these errors were encountered: