From: | Joshua Masiko <joshua_masiko(at)yahoo(dot)com> |
---|---|
To: | pgsql_bugs(at)postgresql(dot)org |
Subject: | ECPGdebug causes program crash on windows |
Date: | 2005-08-09 19:42:07 |
Message-ID: | 20050809194207.16510.qmail@web33906.mail.mud.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
/* 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??
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Rafael BArrios | 2005-08-09 21:43:15 | BUG #1816: Insert null values on a null field |
Previous Message | joshua masiko | 2005-08-09 19:40:27 | BUG #1815: ECPGdebug causes crash on Windows XP |