[go-nuts] Re: Panic in go1.8rc3 using cgo to get binary data from database

2017-02-13 Thread Mark Crook
ling the c data lifetimes correctly, or > might not be keeping a reference. It is difficult to tell without the > driver code. > > Thanks, -Daniel > > On Saturday, February 11, 2017 at 7:27:11 PM UTC-8, Mark Crook wrote: >> >> Hello, >> >> I'm seeing a panic i

[go-nuts] Re: Panic in go1.8rc3 using cgo to get binary data from database

2017-02-12 Thread Mark Crook
Thanks Damian On Monday, 13 February 2017 04:29:59 UTC+13, Damian Gryski wrote: > > Please file an issue at https://golang.org/issues > > Damian > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving

[go-nuts] Panic in go1.8rc3 using cgo to get binary data from database

2017-02-11 Thread Mark Crook
Hello, I'm seeing a panic in go version go1.8rc3 linux/amd64 while trying to write a database driver using cgo. The go code runs in a docker container, the database in another. Generally it works reliably, but occasionally, during repeated retrieval of binary data (photos approx 100K to 2M),