Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGSEGV on cursor close #135

Closed
mridoni opened this issue Dec 23, 2022 · 0 comments
Closed

SIGSEGV on cursor close #135

mridoni opened this issue Dec 23, 2022 · 0 comments
Labels
Milestone

Comments

@mridoni
Copy link
Owner

mridoni commented Dec 23, 2022

    Should this be solved in 1.0.19?

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.

Originally posted by @GitMensch in #119 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant