Re: BUG #4835: psql server crashes when using non-existing functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David Sommerseth" <dazo(at)users(dot)sourceforge(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4835: psql server crashes when using non-existing functions
Date: 2009-06-03 15:37:26
Message-ID: 5420.1244043446@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"David Sommerseth" <dazo(at)users(dot)sourceforge(dot)net> writes:
> david=# select pg_test_function_which_do_not_exists();
> server closed the connection unexpectedly

Wow. That works as expected for me, and for everyone who's run the
regression tests successfully; and we've not heard any similar
complaints from anyone.

> This bug is produced reliably on a Gentoo installation (hardened/x86) on
> i686 (32bit).

I hate to cast aspersions, but Gentoo does not have a reputation for
being a remarkably stable platform. I'm betting on a compiler bug.
Have you changed compiler version between 8.3.5 and 8.3.7? Also,
are you following the usual Gentoo practice of compiling everything
locally, or did you get your Postgres executables from somewhere else
(and if so where)?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Hiroshi Saito 2009-06-03 16:03:38 Re: Unable to find UUID Option while Installing PostGreSQL 8.3
Previous Message David Vitek 2009-06-03 15:21:08 BUG #4837: initdb segv's if getpwuid fails