Re: Segmentation Fault in Postgres server when using psqlODBC

From: "Inoue, Hiroshi" <inoue(at)tpf(dot)co(dot)jp>
To: Joshua Berry <yoberi(at)gmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Segmentation Fault in Postgres server when using psqlODBC
Date: 2013-06-04 03:47:29
Message-ID: 51AD6351.4030208@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs 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(at)tpf(dot)co(dot)jp
> <mailto:inoue(at)tpf(dot)co(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message mrenda 2013-06-04 04:40:54 BUG #8202: can't install database
Previous Message Joshua Berry 2013-06-03 14:55:58 Re: Segmentation Fault in Postgres server when using psqlODBC

Browse pgsql-odbc by date

  From Date Subject
Next Message Joshua Berry 2013-06-04 14:46:39 Re: Segmentation Fault in Postgres server when using psqlODBC
Previous Message Inoue, Hiroshi 2013-06-04 03:35:29 Re: SQL_ERROR on SQLExecute() when using SQL_C_NUMERIC for parameters