Re: pgAdmin crashes when checking "Security of definer"

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Evan Martin <postgresql(at)realityexists(dot)net>, "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgAdmin crashes when checking "Security of definer"
Date: 2012-11-26 08:08:37
Message-ID: 1353917317.1978.3.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Sun, 2012-11-25 at 14:47 +0000, Dave Page wrote:
> On Sunday, November 25, 2012, Guillaume Lelarge wrote:
>
> > On Fri, 2012-11-23 at 00:22 +1100, Evan Martin wrote:
> > > The Apply button is disabled when I open function properties. It only
> > > becomes enabled when I make a change. You're right, this is not
> > > exclusive to "Security of definer" - any change will do. For example, I
> > > can change the function cost, click Apply (the button becomes disabled
> > > again), then as soon as I press a digit key with the cursor in the
> > > function cost textbox pgAdmin crashes.
> > >
> > > For me this is reproducible every time.
> > >
> >
> > I reproduce it too. Working on it.
> >
>
> I was looking at this earlier too, and could also reproduce it. It looks
> like the pointer to the pgFunction object that the dialogue holds becomes
> invalid, presumably when the tree item is refeshed. I'm guessing this
> applies to all dialogues with Apply buttons - not sure when or how it got
> broken though.
>

My guess would be when we added the automatic refresh of the tree. But I
didn't get any further. I also have some erratic messages on an
unavailable OID when it tries to launch the query "SELECT xmin FROM
pg_proc WHERE oid=some_huge_number" (the huge number being more than an
int4 can handle).

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Andrew Taylor 2012-11-26 12:55:47 Password entry in pgadmin3; pg_hba.conf vs .pgpass. Permissioning issue?
Previous Message Dave Page 2012-11-25 14:47:34 Re: pgAdmin crashes when checking "Security of definer"