segmentation faults with psycopg2 and multiprocessing

From: Ryan Kelly <rpkelly22(at)gmail(dot)com>
To: psycopg(at)postgresql(dot)org
Subject: segmentation faults with psycopg2 and multiprocessing
Date: 2012-09-28 19:01:09
Message-ID: 20120928190109.GF25296@llserver.lakeliving.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: psycopg

Hello:

I am using psycopg2 and multiprocessing (and have been for quite some
time). However, my application recently needed a connection to a new
database. After adding this connection, I am receiving segmentation
faults back in the parent process. I do not use the original connections
in the child process. I create new database connections in the children.
Does anyone have any idea about what the problem might be here?

-Ryan Kelly

Responses

Browse psycopg by date

  From Date Subject
Next Message Daniele Varrazzo 2012-09-28 19:20:49 Re: segmentation faults with psycopg2 and multiprocessing
Previous Message Daniele Varrazzo 2012-09-28 10:57:50 Re: Prepared statements [was: Session state per transaction]