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

From: "aarjan langereis" <a(dot)j(dot)langereis(at)chello(dot)nl>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: Fw: BUG #1015: Got a signal 11 while trying to create a temp table
Date: 2003-12-20 14:19:08
Message-ID: 05f801c3c704$3b343660$6800a8c0@Aarjan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I tried to reply to you but that doesn't work. So I try it through here..

Yours,

Aarjan
----- Original Message -----
From: aarjan langereis
To: Tom Lane
Sent: Saturday, December 20, 2003 3:17 PM
Subject: Fw: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

Did you find time to read my email? I hope you will reply sone.

Yours,

Aarjan

----- Original Message -----
From: aarjan langereis
To: pgsql-bugs(at)postgresql(dot)org
Sent: Friday, December 19, 2003 9:39 AM
Subject: Re: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

How do I get a "debugger backtrace" ?

Selecting all data from the tables involved, does that also include a 'count(*)', if so, they work:

stats=# select count(*) from blocks;
count
---------
3194409
(1 row)

stats=# select count(*) from hosts;
count
-------
205
(1 row)

stats=#

Yours,

Aarjan

----- Original Message -----
From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: <A(dot)j(dot)langereis(at)chello(dot)nl>
Cc: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
Sent: Friday, December 19, 2003 4:41 AM
Subject: Re: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

> "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org> writes:
> > I tried to create a temp table and got my back-end restarting because of a signal 11.
>
> Hmm. Can you get a debugger backtrace from the core dump?
>
> > It seems to me, and please correct me if Iâ?Tm wrong, that there is a limit to the size that a join can handle.
>
> No (and certainly not on a measly 3-million-row case). This could be a
> data corruption problem, or something more subtle, but it's not that.
>
> One way of testing the data-corruption theory is to see if you can
> select all the data from the tables involved, without any join.
>
> regards, tom lane
>

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-12-20 17:27:21 Re: BUG #1015: Got a signal 11 while trying to create a temp table
Previous Message Peter Eisentraut 2003-12-20 08:05:36 Re: [BUGS] pg_service.conf ignores dbname parameter