Re: BUG #1015: Got a signal 11 while trying to create a temp table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "aarjan langereis" <a(dot)j(dot)langereis(at)chello(dot)nl>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1015: Got a signal 11 while trying to create a temp table
Date: 2003-12-21 17:13:18
Message-ID: 22972.1072026798@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"aarjan langereis" <a(dot)j(dot)langereis(at)chello(dot)nl> writes:
> I don't see that "ulimit -c 0".. nowhere in the script. Where do I have to
> put the "ulimit -c unlimited"?

I'd suggest adding it to the pg_ctl script.

> Select * from blocks; gave me the whole table (I didn't look at all records,
> but got a result in psql)
> select hostid, sum(amount) from blocks group by hostid; crashed (3,2M
> records used)

Hm. What do you have sort_mem set to? Does the EXPLAIN output show
different plans for these queries?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Theodore Petrosky 2003-12-21 17:52:56 Re: make check and OSX
Previous Message Tom Lane 2003-12-21 16:54:32 Re: [GENERAL] Backwards index scan