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

From Joshua Berry
Subject Re: Segmentation Fault in Postgres server when using psqlODBC
Date
Msg-id CAPmZXM1ffoi_niJc_Ra7MG1+Anp5Q0-77AAW0YawEJ4hVA3b=g@mail.gmail.com
Whole thread Raw
In response to Re: Segmentation Fault in Postgres server when using psqlODBC  (Hiroshi Inoue <inoue@tpf.co.jp>)
Responses Re: Segmentation Fault in Postgres server when using psqlODBC  (Hiroshi Inoue <inoue@tpf.co.jp>)
List pgsql-odbc
Hi Hiroshi,

On Tue, May 28, 2013 at 3:19 PM, Hiroshi Inoue <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.

Regards,
-Joshua

pgsql-odbc by date:

Previous
From: ter062424
Date:
Subject: Re: ODBC SELECT Timeout
Next
From: Hiroshi Inoue
Date:
Subject: Re: Segmentation Fault in Postgres server when using psqlODBC