You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a SIGSEGV on cursor close (on delete dbi_data;) and am not sure if it is related:
#0 0x000000000174f010 in ?? ()
#1 0x00007fdb7da2fecd in Cursor::setPrivateData (this=0x185eed0, d=0x0) at ../../../runtime/libgixsql/Cursor.cpp:200
#2 0x00007fdb74838aac in DbInterfacePGSQL::close_cursor (this=0x17a0a50, cursor=0x185eed0) at ../../../runtime/libgixsql-pgsql/DbInterfacePGSQL.cpp:528
#3 0x00007fdb7da70eb5 in GIXSQLCursorClose (st=0x7fdb59bdf7c0 <b_53>, cname=0x7fdb59953ab2 "COBOL_CRS_KEY01NG") at ../../../runtime/libgixsql/gixsql.cpp:916
likely happens because that cursor data is not valid anymore.
I get a SIGSEGV on cursor close (on
delete dbi_data;
) and am not sure if it is related:likely happens because that cursor data is not valid anymore.
Originally posted by @GitMensch in #119 (comment)
The text was updated successfully, but these errors were encountered: