adcopeland
adcopeland
It still happens for me, but it feels like it might be harder to reproduce now it's hard to say. I changed to this patch so it's easier to verify:...
I can confirm that in a crash scenario, this line: https://github.com/grow-graphics/gd/blob/master/internal/oop.go#L121 returned `true, nil` but I was unable to compare `var zero T` to the result to check due to...
I see what you mean. I assume the `[2]uintptr` from mmm.Get is the numeric pointer value and then the refcount? I can confirm when the crash happens it is the...
I tried `zig cc` as my compiler for cgo and observed the same behavior. ``` toprint := reflect.TypeOf(p.Temporary.Variant(area).Interface(p.Temporary)) fmt.Printf("%T %v\n", toprint, toprint) ``` prints in the error case: `*reflect.rtype gd.Object`...
yes, it does appear to be resolved. Closing.
Same issue for me on Pop!_OS.