segmentation faults with psycopg2 and multiprocessing - Mailing list psycopg

From Ryan Kelly
Subject segmentation faults with psycopg2 and multiprocessing
Date
Msg-id 20120928190109.GF25296@llserver.lakeliving.com
Whole thread Raw
Responses Re: segmentation faults with psycopg2 and multiprocessing
List 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


psycopg by date:

Previous
From: Daniele Varrazzo
Date:
Subject: Re: Prepared statements [was: Session state per transaction]
Next
From: Daniele Varrazzo
Date:
Subject: Re: segmentation faults with psycopg2 and multiprocessing