ECPGdebug causes program crash on windows - Mailing list pgsql-bugs

From Joshua Masiko
Subject ECPGdebug causes program crash on windows
Date
Msg-id 20050809194207.16510.qmail@web33906.mail.mud.yahoo.com
Whole thread Raw
List 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

pgsql-bugs by date:

Previous
From: Laurent Hausermann
Date:
Subject: Re: BUG #1799: Auto Creation of Strong Password fails
Next
From: "Mahesh Shinde"
Date:
Subject: Help Needed