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
We're running into this as well. I don't think this is fixed in master - as #196 mentions, remote.go wasn't initially moved over to the new pointer indirection workaround.
You're right, the network stuff did not get ported over, at the time it looked like it wasn't quite triggering it. I've been looking into porting that bit, but the clone test keeps causing quite odd errors in the allocator.
Try running the following snippet of code:
The commented-out
fmt.Println
is there intentionally. As it is, it's causing intermittent crashes, e.g.:but when the
fmt.Println
is uncommented (= it's printing that one line to stdout), it never crashes:It seems like a memory issue coming from the C code?
The text was updated successfully, but these errors were encountered: