Hi,

I'm playing around with the runtime, copying some data behind 
unsafe.Pointer to a destination whenever a function is invoked. I'm 
currently doing it with the 'typedmemmove' function from within the 
runtime. That works for certain code, but panics with "unexpected fault 
address" - going through sigpanic and SIGBUS - with another piece of code. 
More specifically, the code panics on the second copy, as the first one is 
fine. Is the panic because the source pointer has been garbage collected 
somehow? How would I go about figuring out what the underlying cause is, 
and depending on that, work to fix it?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/f8d6fddf-b675-4c71-a899-3d2ed21c0bfbo%40googlegroups.com.

Reply via email to