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

From Inoue, Hiroshi
Subject Re: Segmentation Fault in Postgres server when using psqlODBC
Date
Msg-id 51AD6351.4030208@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/06/03 23:55), Joshua Berry wrote:
> Hi Hiroshi,
>
> On Thu, May 30, 2013 at 8:52 AM, Hiroshi Inoue <inoue@tpf.co.jp
> <mailto:inoue@tpf.co.jp>> wrote:
>
>         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.
>
>
>
> Thanks for letting me know. I have not had another crash since my last
> posting to the list, so nothing more to report on this.

It's also preferrable to fix the crash at backend.
The crash is caused by execute commands after commit.

regards,
Hiroshi Inoue




pgsql-odbc by date:

Previous
From: "Inoue, Hiroshi"
Date:
Subject: Re: SQL_ERROR on SQLExecute() when using SQL_C_NUMERIC for parameters
Next
From: Joshua Berry
Date:
Subject: Re: Segmentation Fault in Postgres server when using psqlODBC