Re: [GENERAL] ECPG Segfaulting on EXEC SQL connect

2005-01-20 Thread Michael Meskes
On Wed, Jan 19, 2005 at 06:07:24PM +0100, Hans-Michael Stahl wrote: > It is from a very large production example. I have to work a bit to trim > this down to a small example. I'llt try to provide an example. I now > also remember that the problem *only* occurs with dynamically prepared > statem

Re: [GENERAL] ECPG Segfaulting on EXEC SQL connect

2005-01-19 Thread Hans-Michael Stahl
Michael Meskes wrote the following on 19.01.2005 11:16: I would be happy to help debugging this. But up to now I didn't even know about this problem. Could you please send me a test case so I can reproduce this? It is from a very large production example. I have to work a bit to trim this down t

Re: [GENERAL] ECPG Segfaulting on EXEC SQL connect

2005-01-19 Thread Michael Meskes
On Tue, Jan 18, 2005 at 05:49:05PM +0100, Hans-Michael Stahl wrote: > This also happens with Postgresql 7.4. under SUSE Linux 9.1 (kernel > 2.6.4-52) The last version for which embedded SQL worked well for me > was 7.3. The same source which worked fine under 7.3 for many months > stopped worki

Re: [GENERAL] ECPG Segfaulting on EXEC SQL connect

2005-01-18 Thread Hans-Michael Stahl
Michael Meskes wrote the following on 01.01.2005 16:08: On Tue, Dec 28, 2004 at 10:16:04PM -, John Smith wrote: I'm trying to convert a series of C programs written originally using Informix ESQL to use Postgres' ECPG. ... 575 EXEC SQL connect to pdev_changename; ... I'm using Postg

Re: [GENERAL] ECPG Segfaulting on EXEC SQL connect

2005-01-01 Thread John Smith
t: 01 January 2005 15:08 To: John Smith Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] ECPG Segfaulting on EXEC SQL connect On Tue, Dec 28, 2004 at 10:16:04PM -, John Smith wrote: > I'm trying to convert a series of C programs written originally using > Informix ESQL to us

Re: [GENERAL] ECPG Segfaulting on EXEC SQL connect

2005-01-01 Thread Michael Meskes
On Tue, Dec 28, 2004 at 10:16:04PM -, John Smith wrote: > I'm trying to convert a series of C programs written originally using > Informix ESQL to use Postgres' ECPG. > ... > 575 EXEC SQL connect to pdev_changename; > ... > I'm using Postgres 8.0.0rc1 on Redhat 9 (kernel 2.4.20-31.9

[GENERAL] ECPG Segfaulting on EXEC SQL connect

2004-12-30 Thread John Smith
Hello,   I'm trying to convert a series of C programs written originally using Informix ESQL to use Postgres' ECPG.   All of my test programs written from scratch seem to work ok, and I can now precompile, compile and link without error, but when I actually run the program, I get a segfault