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
Sorry if this is a wrong place to ask, I couldn't find discussions or any other channel.
I get "out of bounds" and "buffer underflow" errors in some cases
When I sprinkle: buf = mem.buffer(store); before reading or writing to the shared memory, these errors go away. What is the explanation for this? Or is there a documentation for further reading?
Thanks for the library!
The text was updated successfully, but these errors were encountered:
Sorry if this is a wrong place to ask, I couldn't find discussions or any other channel.
I get "out of bounds" and "buffer underflow" errors in some cases
When I sprinkle:
buf = mem.buffer(store);
before reading or writing to the shared memory, these errors go away. What is the explanation for this? Or is there a documentation for further reading?Thanks for the library!
The text was updated successfully, but these errors were encountered: