Re: Segmentation Fault in Postgres server when using psqlODBC - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: Segmentation Fault in Postgres server when using psqlODBC
Date
Msg-id 51A75999.6030701@tpf.co.jp
Whole thread Raw
In response to Re: Segmentation Fault in Postgres server when using psqlODBC  (Joshua Berry <yoberi@gmail.com>)
Responses Re: Segmentation Fault in Postgres server when using psqlODBC  (Joshua Berry <yoberi@gmail.com>)
List pgsql-odbc
Hi Joshua,

(2013/05/29 12:02), Joshua Berry wrote:
> Hi Hiroshi,
>
> On Tue, May 28, 2013 at 3:19 PM, Hiroshi Inoue <inoue@tpf.co.jp
> <mailto:inoue@tpf.co.jp>> wrote:
>
>         Thanks for the reply. Have you seen or heard of psqlODBC's use of
>         cursors intermittently causing segfaults as I'd described?
>
>
>     No.
>
>     I have a question about your application.
>     Is your application mutilthreaded?
>     If so, do multiple threads share the same connection?
>
> It is multithreaded; all threads use the same connection.

There's a possibility that the crash is caused by the multithreaded
application. Jack Wilson's bug report seems also related to multithread
and I sent him a patch to fix the bug hopefully. We will release the
next release when the patch fixes the bug.

regards,
Hiroshi Inoue



pgsql-odbc by date:

Previous
From: Joshua Berry
Date:
Subject: Re: Segmentation Fault in Postgres server when using psqlODBC
Next
From: ljwilson
Date:
Subject: Re: UseDeclareFetch=1, Fetch=100, UseServerSidePrepare=1 causes Windows client to intermittently hang