Re: BUG #5145: Complex query with lots of LEFT JOIN causes segfault

From: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
To: Bernt Marius Johnsen <bernt(dot)johnsen(at)sun(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5145: Complex query with lots of LEFT JOIN causes segfault
Date: 2009-10-29 14:17:36
Message-ID: 4AE9A400.7030702@timbira.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Bernt Marius Johnsen escreveu:
> The below query generated by the Random Query Generator
> (https://launchpad.net/randgen) causes a segfault. It was caused running
>
Could you get a core dump and post the gdb backtrace?

$ ulimit -c unlimited
$ pg_ctl start
$ psql -c "<my query goes here>" mydb
$ gdb /path/to/postgres $PGDATA/core
(gdb) bt
.
.
.
(gdb) quit

--
Euler Taveira de Oliveira
http://www.timbira.com/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2009-10-29 14:36:25 Re: Small syntax error in fmgr.h
Previous Message Martin Pitt 2009-10-29 14:13:21 Small syntax error in fmgr.h