Re: 7.0.3 - Backend crash on simple SELECT query

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ivan(at)pilasnet(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 7.0.3 - Backend crash on simple SELECT query
Date: 2001-03-06 16:08:47
Message-ID: 5820.983894927@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ivan Baldo <ivan(at)pilasnet(dot)com> writes:
> Simple SELECT query with simple REGEXP comparison with simple
> ORDER
> and WITHOUT JOINS CRASHES BACKEND (seems to die in an infinite loop that
> consumes CPU and uses the hard disk).

Evidently it's data-specific, since I see no problem if I just create an
empty table per your CREATE and then try the query.

> Dumping the database, then dropping it, then creating it and
> re-importing the dumped data has no effect.

Could you send me the table dump? Or at least a backtrace from the
crashed backend?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2001-03-06 16:32:24 Re: [BUGS] Irony bug
Previous Message Tom Lane 2001-03-06 15:57:30 Re: interface differences in the 7.0.3 version