Re: Segmentation Fault in Postgres server when using psqlODBC

Поиск
Список
Период
Сортировка
От Inoue, Hiroshi
Тема Re: Segmentation Fault in Postgres server when using psqlODBC
Дата
Msg-id 51AD6351.4030208@tpf.co.jp
обсуждение исходный текст
Ответ на Re: Segmentation Fault in Postgres server when using psqlODBC  (Joshua Berry <yoberi@gmail.com>)
Ответы Re: Segmentation Fault in Postgres server when using psqlODBC  (Joshua Berry <yoberi@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Inoue, Hiroshi"
Дата:
Сообщение: Re: SQL_ERROR on SQLExecute() when using SQL_C_NUMERIC for parameters
Следующее
От: Joshua Berry
Дата:
Сообщение: Re: Segmentation Fault in Postgres server when using psqlODBC