Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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


  • From: "Bernt M. Johnsen" <Bernt(dot)Johnsen(at)Sun(dot)COM>
  • To: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
  • Cc: pgsql-bugs(at)postgresql(dot)org
  • Subject: Re: BUG #5145: Complex query with lots of LEFT JOIN causes segfault
  • Date: Thu, 29 Oct 2009 16:09:57 +0100
  • Message-id: <20091029150957.GA513@atum01.Norway.Sun.COM> <text/plain>

>>>>>>>>>>>> Euler Taveira de Oliveira wrote (2009-10-29 12:17:36):
> Bernt Marius Johnsen escreveu:
> > The below query generated by the Random Query Generator
> > (https://launchpad.net/randgen) causes a segfault. It was caused running
> > 

Checkout the latest RQG from launchpad and run ./gentest.pl as shown
above (The lastest tarball misses a feature you need). xx.yy is
attached.

Run like this:
./gentest.pl --dsn=dbi:Pg:user=xxxx --gendata --queries=100000 --threads=1 --grammar=/path/to/xx.yy



> 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

We'll see next week If I can spare some time.

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

-- 
Bernt Marius Johnsen, Staff Engineer
Database Technology Group, Sun Microsystems, Trondheim, Norway

Attachment: xx.yy
Description: Text document

Attachment: signature.asc
Description: Digital signature



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group