Re: Segmentation fault while COPY in 7.3
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Nicolai Tufar" <ntufar@apb.com.tr>
Cc: pgsql-general@postgresql.org
Date: 2002-12-01T04:57:26Z
Lists: pgsql-hackers, pgsql-general
"Nicolai Tufar" <ntufar@apb.com.tr> writes: > (gdb) bt > #0 0x081697bf in pfree (pointer=0x828a7b0) at mcxt.c:480 > #1 0x080b37be in CopyTo (rel=0x402be088, attnumlist=0x828a3f8, binary=0 > '\0', oids=0 '\0', > fp=0x0, delim=0x81c2a57 "\t", null_print=0x81b2c22 "\\N") at copy.c:671 > #2 0x080b32f6 in DoCopy (stmt=0x827b398) at copy.c:491 Hm. Offhand it would seem that somebody's output function is returning a non-palloc'd string. What are the datatypes in that table, exactly? regards, tom lane