BUG #1815: ECPGdebug causes crash on Windows XP

Поиск
Список
Период
Сортировка
От joshua masiko
Тема BUG #1815: ECPGdebug causes crash on Windows XP
Дата
Msg-id 20050809194027.A1C76F0B08@svr2.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1815
Logged by:          joshua masiko
Email address:      joshua_masiko@yahoo.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??

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1814: Cancelling a CLUSTER changes the OID counter
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #1808: bug: plan bugs on alert /drop table