Re: Psql crashes with Segmentation fault on copy from

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: lists(at)stringsutils(dot)com
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Psql crashes with Segmentation fault on copy from
Date: 2008-05-28 20:42:53
Message-ID: 5424.1212007373@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Francisco Reyes" <lists(at)stringsutils(dot)com> writes:
> On 3:09 pm 05/28/08 Gregory Stark <stark(at)enterprisedb(dot)com> wrote:
>> Does it really have a COPY command at the beginning? Are you really doing >\i data/usb_t_60M.sql or were you trying to do a copy from this file?

> Argh..That's it.
> When I re-organized the scripts I must have taken the copy command from the top of the data file and did not put a 'copy from' in the calling script.

Hmm ... even so, it shouldn't have crashed, it should at worst have
given you an out-of-memory error message.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message hobbes 2008-05-28 21:17:52 Help with remote connection to remote Postgresql 8.3 Server...
Previous Message Pavel Stehule 2008-05-28 20:18:27 Re: Populating a sparse array piecemeal in plpgsql (REDUX)