Re: remote pg_dump hangs always at same table

From: Axel Rau <Axel(dot)Rau(at)Chaos1(dot)DE>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: remote pg_dump hangs always at same table
Date: 2010-03-13 21:17:55
Message-ID: 9643F30D-C38E-481A-9C08-7AB7043B2FA5@Chaos1.DE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


Am 13.03.2010 um 19:45 schrieb Axel Rau:

>> The most informative thing you could do is attach to both pg_dump and
>> its connected backend with gdb and get stack traces. But looking at
>> pg_locks might solve the mystery without that.
> I will try to do that.

-----------
client:
#0 0x9405de0e in poll$UNIX2003 ()
#1 0x00044cfa in pqSocketCheck ()
#2 0x00045101 in pqWaitTimed ()
#3 0x00045167 in pqWait ()
#4 0x0004b9b3 in pqGetCopyData3 ()
#5 0x0001295f in dumpTableData_copy ()
#6 0x00022a19 in _PrintTocData ()
#7 0x0001ecd1 in RestoreArchive ()
#8 0x00015daa in main ()
-----------
server:
#0 0x00000008014b3d5a in read () from /lib/libc.so.7
#1 0x00000008012c7760 in read () from /lib/libthr.so.3
#2 0x0000000800e91142 in BIO_new_socket () from /lib/libcrypto.so.5
#3 0x000000000053039e in secure_write ()
#4 0x0000000800f0d9df in BIO_read () from /lib/libcrypto.so.5
#5 0x0000000800cdfe60 in ssl3_read_n () from /usr/lib/libssl.so.5
#6 0x0000000800ce0352 in ssl3_read_bytes () from /usr/lib/libssl.so.5
#7 0x0000000800ce6f11 in ssl3_get_message () from /usr/lib/libssl.so.5
#8 0x0000000800cd1989 in ssl3_get_client_hello () from /usr/lib/
libssl.so.5
#9 0x0000000800cd263c in ssl3_accept () from /usr/lib/libssl.so.5
#10 0x00000000005301af in secure_write ()
#11 0x0000000000535235 in pq_setkeepalivesidle ()
#12 0x0000000000535363 in pq_flush ()
#13 0x000000000053540c in pq_putmessage ()
#14 0x00000000004d62c8 in CreateCopyDestReceiver ()
#15 0x00000000004d648a in CreateCopyDestReceiver ()
#16 0x00000000004d8076 in CreateCopyDestReceiver ()
#17 0x00000000004da398 in DoCopy ()
#18 0x00000000005abd8b in ProcessUtility ()
#19 0x00000000005a87db in PostgresMain ()
#20 0x00000000005a9695 in FreeQueryDesc ()
#21 0x00000000005a9e04 in PortalRun ()
#22 0x00000000005a5b94 in pg_parse_query ()
#23 0x00000000005a6947 in PostgresMain ()
#24 0x000000000057d012 in ClosePostmasterPorts ()
#25 0x000000000057db54 in PostmasterMain ()
#26 0x00000000005374ee in main ()
-----------
Axel
---
axel(dot)rau(at)chaos1(dot)de PGP-Key:29E99DD6 +49 151 2300 9283 computing @
chaos claudius

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2010-03-13 21:35:42 Re: remote pg_dump hangs always at same table
Previous Message Axel Rau 2010-03-13 18:45:11 Re: remote pg_dump hangs always at same table