Re: Fix for psql core dumping on bad user

From: "D(dot) Hageman" <dhageman(at)dracken(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-patches(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: Fix for psql core dumping on bad user
Date: 2001-04-18 16:40:15
Message-ID: Pine.LNX.4.33.0104181117060.1466-100000@typhon.dracken.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


I just tried it on Alpha hardware running FreeBSD. Same results.

[~/opt/bin]
dhageman(at)marconi: ./psql -f test.sql test
psql:test.sql:1: \connect: FATAL 1: user "testuser" does not exist
Illegal instruction (core dumped)

At any rate, I am convinced that I am not going crazy here with the
results I saw on my normal database system.

On Wed, 18 Apr 2001, D. Hageman wrote:

>
> Strange. Maybe I haven't fully explored the problem then. I would be
> more then happy to supply a core file if you would like to analyze it. I
> also guess that I should have been more complete in my bug report. I am
> doing this on a RedHat 6.2 (Fully updated, Intel architecture) machine and
> I have seen this behavior in the past several versions of PostgreSQL, but
> just have now gotten around to doing something about it. As far as how I
> compile it, I usually use the roll rpms from the srpms that you create Tom?
>
> I think I will go ahead and try it out on some other platforms later on
> today ...
>
> On Tue, 17 Apr 2001, Tom Lane wrote:
>
> > "D. Hageman" <dhageman(at)dracken(dot)com> writes:
> > > The postgresql interactive terminal will dump core on any script that is
> > > run via the -f command line option if their exists a connect line without
> > > a valid user.
> >
> > Curiously, I see no core dump here:
> >
> > $ cat zscript
> > \connect - testuser
> > $ psql -f zscript regression
> > psql:zscript:1: \connect: FATAL 1: user "testuser" does not exist
> > $
> >

--
//===================================================================\\
|| D. Hageman <dhageman(at)dracken(dot)com> ||
\\===================================================================//

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-04-18 16:48:31 Re: Fix for psql core dumping on bad user
Previous Message Peter Eisentraut 2001-04-18 16:25:22 Re: Fix for psql core dumping on bad user

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2001-04-18 16:48:31 Re: Fix for psql core dumping on bad user
Previous Message Peter Eisentraut 2001-04-18 16:25:22 Re: Fix for psql core dumping on bad user