Re: [HACKERS] pg_restore segfault with pg-CVS

2004-09-14 Thread strk
On Tue, Sep 14, 2004 at 10:55:46AM -0400, Tom Lane wrote: > strk <[EMAIL PROTECTED]> writes: > > Trying to make minimal example I found out it's pg_dump too. > > Example: > > $ pg_dump template1 > > ... > > Segmentation Fault > > You've got a broken build then, or a platform-specific p

Re: [HACKERS] pg_restore segfault with pg-CVS

2004-09-14 Thread Tom Lane
strk <[EMAIL PROTECTED]> writes: > Trying to make minimal example I found out it's pg_dump too. > Example: > $ pg_dump template1 > ... > Segmentation Fault You've got a broken build then, or a platform-specific problem. Check shared library linkage, maybe?

Re: [HACKERS] pg_restore segfault with pg-CVS

2004-09-14 Thread strk
On Tue, Sep 14, 2004 at 10:45:16PM +1000, Philip Warner wrote: > At 06:55 PM 14/09/2004, strk wrote: > >Current pg_restore segfaults. > > You might need to give a little more information; does it only segfault for > a specific DB? Does it segfault for a trivial empty DB? Can you construct a > mi

Re: [HACKERS] pg_restore segfault with pg-CVS

2004-09-14 Thread Philip Warner
At 06:55 PM 14/09/2004, strk wrote: Current pg_restore segfaults. You might need to give a little more information; does it only segfault for a specific DB? Does it segfault for a trivial empty DB? Can you construct a minimal example? -

[HACKERS] pg_restore segfault with pg-CVS

2004-09-14 Thread strk
Current pg_restore segfaults. Manually fault seems to happen at (*AH->ClosePtr) (AH) in pg_backup_archiver.c/CloseArchive(Archive *) --strk; ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.or