Re: segmentation faults with psycopg2 and multiprocessing - Mailing list psycopg

From Daniele Varrazzo
Subject Re: segmentation faults with psycopg2 and multiprocessing
Date
Msg-id CA+mi_8YAMDv7_dp8A4zpqF6dCZZsrVEx-7V9pxH_Tm7ge=nA_g@mail.gmail.com
Whole thread Raw
In response to segmentation faults with psycopg2 and multiprocessing  (Ryan Kelly <rpkelly22@gmail.com>)
Responses Re: segmentation faults with psycopg2 and multiprocessing
Re: segmentation faults with psycopg2 and multiprocessing
List psycopg
On Fri, Sep 28, 2012 at 8:01 PM, Ryan Kelly <rpkelly22@gmail.com> wrote:
> 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?

Can you produce a traceback?

-- Daniele


psycopg by date:

Previous
From: Ryan Kelly
Date:
Subject: segmentation faults with psycopg2 and multiprocessing
Next
From: Ryan Kelly
Date:
Subject: Re: segmentation faults with psycopg2 and multiprocessing