2016. december 18., vasárnap 20:13:39 UTC+1 időpontban Florian Uekermann a következőt írta: > > Well, I am pretty sure I was wrong about something. Turning of the garbage > collector results in no error. Any smart ideas for debugging this? > > As I know, that means that indeed your analysis is correct: the Go garbage collector follows pointers, and 0x12 seems to be a non-pointer. Somehow converting that to uintptr may help, but you're right: the best would be to change it on the C side.
-- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
