stored procedure callproc exit code 139 (interrupted by signal 11: SIGSEGV)

50 views
Skip to first unread message

Jörg Harzmann

unread,
Mar 2, 2022, 9:12:32 AM3/2/22
to pymssql
When trying to call a stored procedure with function callproc Process finished with exit code 139 (interrupted by signal 11: SIGSEGV).

Environment: Python 3.7, pymssql 2.2.4, Raspbian 10, MS SQL Server 2014

Code snippet:
mssql_conn = pymssql.connect(FleetSQLServer_Server, FleetSQLServer_User, FleetSQLServer_Pass,
FleetSQLServer_Database)
mssql_cursor = mssql_conn.cursor()
msg = mssql_cursor.callproc('dbo.sp_insert_driving_licenses_checks', (
date_time, 'tag', 'HostName', pymssql.output(int), pymssql.output(int), pymssql.output(str)))

Do anyone have a hint to fix it?
Reply all
Reply to author
Forward
0 new messages