Has anyone run into "unknown software exception 0xC000005" using pyPgSQL and Python 2.4 in 64-bit Windows?
Specifically, I'm running Python 2.4 32-bit interpreter on Windows XP Professional SP2 x64. My application uses PyQt for the application framework and pyPgSQL for database access. I have a separate thread running to process postgres LISTEN/NOTIFY events and the intent is when events are found, use the Qt framework to post the events to the app running in the main thread using qApp.postEvent. T
This works fine on Fedora and 32-bit XP but on 64-bit Windows, calls to the PgConnection notifies() method usually, but not always, cause the app to crash and Windows pops up the error message referenced in the subject line of this question. Any suggestions or ideas on how to troubleshoot and/or solve this problem are greatly appreciated.
Start Free Trial