Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
Description
When executing cursors.callproc() method with a python debug build, it segfaults with the following message:
../Include/object.h:541: _Py_NegativeRefcount: Assertion failed: object has negative ref count
|
Memory block allocated at (most recent call first):
|
File "<unknown>", line 0
|
|
object address : 0x7f8af6e0ebf0
|
object refcount : -1
|
object type : 0x55dee6e03ac0
|
object type name: tuple
|
object repr : <refcnt -1 at 0x7f8af6e0ebf0>
|
|
Fatal Python error: _PyObject_AssertFailed
|
Python runtime state: initialized
|