From: | el dorado <do_ra_do(at)mail(dot)ru> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Cc: | magnus(at)hagander(dot)net |
Subject: | Re[3]: Problems with pg_dump for PG8.4 for WinXP (MinGW build) |
Date: | 2009-09-18 11:17:46 |
Message-ID: | E1MobTG-0003K3-00.do_ra_do-mail-ru@f287.mail.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> Hello!
> Thank you very much for your answer. I try to use gdb now. But there is a little difficulty. I'm not quite sure it is connected with postgres build. Probably I do something wrong using gdb but maybe you could show me the direction for resolving the problem?
> I built PostgreSQL 8.4 (WinXP, MinGW) with following configuration options:
> configure --without-zlib --enable-debug --enable-cassert --enable-depend
> So I supposed the result should include debugging symbols.
> But I don't see the function names in the backtrace. It looks like:
> (gdb) bt
> #0 0x7c8106e9 in ?? ()
> #1 0x00000000 in ?? ()
> (gdb)
> Maybe you could advise me how to get more detailed information?
> I'll appreciate any help.
Hello!
Sorry for disturbing. I've found out what was the problem.
I should set CFLAGS in configuration options. Now there is the following:
configure --without-zlib --enable-debug --enable-cassert --enable-depend CFLAGS='-Zi -g'
Regards, Marina.
From | Date | Subject | |
---|---|---|---|
Next Message | el dorado | 2009-09-18 11:24:24 | Build PG 8 |
Previous Message | Albe Laurenz | 2009-09-18 07:04:06 | Re: Substitutes for some Oracle packages |