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

From Ryan Kelly
Subject Re: segmentation faults with psycopg2 and multiprocessing
Date
Msg-id 20120928233253.GM25296@llserver.lakeliving.com
Whole thread Raw
In response to Re: segmentation faults with psycopg2 and multiprocessing  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
List psycopg
On Fri, Sep 28, 2012 at 11:48:54PM +0100, Daniele Varrazzo wrote:
> On Fri, Sep 28, 2012 at 10:43 PM, Ryan Kelly <rpkelly22@gmail.com> wrote:
>
> >> Ritual questions: what psycopg, postgres and python versions are?
> > psycopg2: 2.4.2
>
> Oh, there it is: it's a known issue, it has been fixed in 2.4.3. I've
> missed it at a first scan of the git blame, but we were actually not
> reacquiring the GIL before calling PyErr_Occurred().
>
> Just bump to the latest psycopg version and everything should be fixed.
This is great news. Thanks!

>
> -- Daniele

-Ryan Kelly


psycopg by date:

Previous
From: Daniele Varrazzo
Date:
Subject: Re: segmentation faults with psycopg2 and multiprocessing
Next
From: Daniele Varrazzo
Date:
Subject: Fixing handling of errors in green communication