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

2017-02-12 Thread Damian Gryski
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 emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more

[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),