From: | "joshua masiko" <joshua_masiko(at)yahoo(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #1815: ECPGdebug causes crash on Windows XP |
Date: | 2005-08-09 19:40:27 |
Message-ID: | 20050809194027.A1C76F0B08@svr2.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-interfaces pgsql-patches |
The following bug has been logged online:
Bug reference: 1815
Logged by: joshua masiko
Email address: joshua_masiko(at)yahoo(dot)com
PostgreSQL version: 8.0.3
Operating system: Windows XP SP2
Description: ECPGdebug causes crash on Windows XP
Details:
/* Processed by ecpg (4.0.1) */
/* These include files are added by the preprocessor */
#include <ecpgtype.h>
#include <ecpglib.h>
#include <ecpgerrno.h>
#include <sqlca.h>
/* End of automatic include section */
#line 1 "main.pgc"
#include <stdio.h>
int main(int argc,char **argv)
{
ECPGdebug(1,stderr);
return 0;
}
Running the above program results in a reproducible crash on Windows XP
Environment
Windows XP SP2
Visual Studio SP5
Postgresql 8.0.3
Any ideas??
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua Masiko | 2005-08-09 19:42:07 | ECPGdebug causes program crash on windows |
Previous Message | Tom Lane | 2005-08-09 17:26:08 | Re: BUG #1814: Cancelling a CLUSTER changes the OID counter |
From | Date | Subject | |
---|---|---|---|
Next Message | jtv | 2005-08-10 02:24:39 | Re: Getting results after networking error |
Previous Message | Tom Lane | 2005-08-09 16:26:52 | Re: Getting results after networking error |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-08-09 22:21:00 | Re: [HACKERS] O_DIRECT for WAL writes |
Previous Message | Matt Miller | 2005-08-09 15:01:29 | Re: PL/pgSQL: #option select_into_1_row (was SELECT INTO |