BUG #6233: pg_dump hangs with Access Violation C0000005

From: "Holec" <holec(at)email(dot)cz>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6233: pg_dump hangs with Access Violation C0000005
Date: 2011-09-28 21:18:58
Message-ID: 201109282118.p8SLIwYx099581@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 6233
Logged by: Holec
Email address: holec(at)email(dot)cz
PostgreSQL version: 8.4.8
Operating system: Windows 7
Description: pg_dump hangs with Access Violation C0000005
Details:

I use pg_dump on Windows 7 with:
pg_dump -i -h 192.168.2.2 -p 5432 -U user -F c -b -v -f file.backup mydb

Last output is:
pg_dump: reading dependency data
pg_dump: saving encoding = WIN1250
pg_dump: saving standard_conforming_strings = off
pg_dump: saving database definition

and then Windows error messagebox and pg_dump returns Access Violation
C0000005

In Windows I can find out:
Name of error application: pg_dump.exe, version: 8.4.8.11104, timestamp:
0x4da83e6a
name of error modul: ntdll.dll, version: 6.1.7600.16695, timestamp:
0x4cc7ab44
Exception: 0xc0000005
Offset of error: 0x0005207e

*On Windows XP the same pg_dump works fine!
*On Windows 7 with -a (data only) pg_dump works fine too!!!

Regards, Pavel

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Merlin Moncure 2011-09-28 21:25:06 Re: BUG #6232: hstore operator ? no longer uses indexes
Previous Message Pierre Ducroquet 2011-09-28 20:50:10 BUG #6232: hstore operator ? no longer uses indexes