Re: [HACKERS] Backend crashes - what's going on here???

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: jwieck(at)debis(dot)com
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Backend crashes - what's going on here???
Date: 1998-02-20 19:27:08
Message-ID: 199802201927.OAA07124@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> Hey,
>
> the current snapshot dumps core on the 4th time doing
>
> REVOKE ALL ON pg_user FROM public;
>
> It does too in other situations but this is the simplest to
> reproduce. The segmentation fault happens in nocachegetattr()
> due to a destroyed tuple descriptor (natts = 0!!! and the
> others don't look good either) for the syscache 21 (USENAME).
> But the destruction must happen somewhere else.
>
> With the 02/13 snapshot I haven't got any problems on it.
> But cannot find the error with diff.
>
> BTW: Doing last checks on view permissions - sending a patch
> soon.

Yep, I saw this too when testing my password acl null patch. Couldn't
reproduce it, so I thought it was a fluke.

--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-20 19:29:08 Re: [HACKERS] group by problem
Previous Message Oliver Elphick 1998-02-20 19:18:03 Re: [HACKERS] Who is everyone?