[cx-oracle-users] Segmentation fault on Python 3
Brought to you by:
atuining
|
From: Shai B. <sh...@pl...> - 2014-04-07 20:08:38
|
Hi, I've been trying to track down the segmentation fault with Python 3, and I'm getting a little over my head. I got a stack trace with Python info (attached), and from it, it seems like there's a reference-counting counting problem with exceptions. I took a look, and it seemed like the Py_DECREF call at Environment.c:375 (Environment_RaiseError) could be responsible -- there is no parallel for it in Environment_CheckForError -- but commenting it out did not seem to fix anything. Any pointers would be greatly appreciated, Shai. |