----panic: runtime error: cgo argument has Go pointer to Go pointer

Hi
i was testing the driver(https://github.com/ibmdb/go_ibm_db) with bradfitz testing frame work(https://github.com/bradfitz/go-sql-test) the driver was working fine for windows but it is not working for linux and producing me this type of error
‘’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’’
panic: runtime error: cgo argument has Go pointer to Go pointer

goroutine 40 [running]:
github.com/ibmdb/go_ibm_db/api.SQLBindCol.func1(0x4000100070001, 0xc00005b138, 0xc000000004, 0xc00005b118, 0x5aba40)
/home/rakhil/go/src/github.com/bradfitz/go-sql-test/src/github.com/ibmdb/go_ibm_db/api/zapi_unix.go:26 +0x4c
github.com/ibmdb/go_ibm_db/api.SQLBindCol(0x4000100070001, 0xc00005b138, 0x4, 0xc00005b118, 0x0)
/home/rakhil/go/src/github.com/bradfitz/go-sql-test/src/github.com/ibmdb/go_ibm_db/api/zapi_unix.go:26 +0x59
github.com/ibmdb/go_ibm_db.(*BufferLen).Bind(0xc00005b118, 0x70001, 0x0, 0x440004, 0xc00005b138, 0x4, 0x8, 0xc00014e560)
/home/rakhil/go/src/github.com/bradfitz/go-sql-test/src/github.com/ibmdb/go_ibm_db/column.go:29 +0x62
github.com/ibmdb/go_ibm_db.(*BindableColumn).Bind(0xc00005b100, 0x70001, 0x0, 0xc00005b100, 0x0, 0x0)
/home/rakhil/go/src/github.com/bradfitz/go-sql-test/src/github.com/ibmdb/go_ibm_db/column.go:202 +0x6c
github.com/ibmdb/go_ibm_db.(*ODBCStmt).BindColumns(0xc0000ad1d0, 0x91fcb0, 0x0)
/home/rakhil/go/src/github.com/bradfitz/go-sql-test/src/github.com/ibmdb/go_ibm_db/odbcstmt.go:148 +0x1eb
“”""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
I have no idea why it is producing this kind of errors

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.