From: | "Nicolai Tufar" <ntufar(at)apb(dot)com(dot)tr> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Segmentation fault while COPY in 7.3 |
Date: | 2002-12-01 06:34:32 |
Message-ID: | 006101c29903$b588fac0$8016a8c0@apb.com.tr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-advocacy pgsql-general pgsql-hackers |
----- Original Message -----
From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
>
> Can you extract more info? For example, it would be useful to see
> exactly which line of the table the COPY dies at, and what's in that
> row.
COPY dies at the first row and the data is as following:
apb=> select * from mrk_yyn limit 3;
bsvr_no | yyn_tur | yyn_no | yyn_syf | yyn_trh
---------+---------+--------+---------+---------
045030 | T | 176 | 39 |
045033 | T | 176 | 39 |
045035 | T | 176 | 39 |
(3 rows)
apb=>
yyn_trh semm to be null. I tried to COPY other tables, the ones
without date columns, I created new tables, but it still segfaults.
And I can not reproduce it on other system.
>
> regards, tom lane
>
Nic
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-12-01 06:50:38 | Re: Segmentation fault while COPY in 7.3 |
Previous Message | Joe Conway | 2002-12-01 06:32:57 | Re: Segmentation fault while COPY in 7.3 |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-12-01 06:50:38 | Re: Segmentation fault while COPY in 7.3 |
Previous Message | Joe Conway | 2002-12-01 06:32:57 | Re: Segmentation fault while COPY in 7.3 |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-12-01 06:50:38 | Re: Segmentation fault while COPY in 7.3 |
Previous Message | Joe Conway | 2002-12-01 06:32:57 | Re: Segmentation fault while COPY in 7.3 |