Possible bug in ECPGlib thread-safety (Postgres 7.4)... - Mailing list pgsql-interfaces

From Demetres Pantermalis
Subject Possible bug in ECPGlib thread-safety (Postgres 7.4)...
Date
Msg-id NDBBLJPIEGAHHANHMMBBOENADBAA.dpant@intracom.gr
Whole thread Raw
Responses Re: Possible bug in ECPGlib thread-safety (Postgres
List pgsql-interfaces
Dear All,

trying to run some tests for the thread-safety of the ecpg library, I
modified the test_thread.pgc to be like the one attached (test_thread1.pgc).

The changes are as follows:
1) All the connections used for insertions, begin in main function (and not
inside each thread)
2) The statement "EXEC SQL SET CONNECTION <conn> followed by the inserts is
used, instead of the"EXEC SQL AT <conn> ..." statement.
3) A new line for ECPGlog was added.

The results of executing the code are unexpected. Either a core dump
results, or one of the two threads inserts the rows in the table and the
process never returns to OS prompt, while the other thread seems to insert
the rows, but never commits.

A log file produced by ECPGlog is also attached.

Platforms tested: SunOS 5.8 and Linux RH9 (with the same results)

Any suggestions appreciated.

PS. I've found out that somebody else had about the same problem, but that
was during testing phase and I assumed that it could have been solved by
now. The links found are:
http://archives.postgresql.org/pgsql-hackers/2003-06/msg00513.php
http://archives.postgresql.org/pgsql-hackers/2003-06/msg00792.php

Demetres Pantermalis
Intracom SA
Network Support Systems.

Attachment

pgsql-interfaces by date:

Previous
From: Gerhard Häring
Date:
Subject: Re: 7.4 and Pygresql
Next
From: Philip Yarra
Date:
Subject: Re: Possible bug in ECPGlib thread-safety (Postgres