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
RingBuffer has been extremely helpful, but I've noticed that turning on Address Sanitizer leads to a fatal error related to the buffer when run on a device. Oddly that doesn't happen with the Obj-C version. I'm not sure if it's something in my code, or some difference between Swift and Obj-C that doesn't like the way vm_remap is used.
The text was updated successfully, but these errors were encountered:
RingBuffer has been extremely helpful, but I've noticed that turning on Address Sanitizer leads to a fatal error related to the buffer when run on a device. Oddly that doesn't happen with the Obj-C version. I'm not sure if it's something in my code, or some difference between Swift and Obj-C that doesn't like the way vm_remap is used.
The text was updated successfully, but these errors were encountered: