Thread: pgAdmin crashes when adding NOT NULL (among other times)

pgAdmin crashes when adding NOT NULL (among other times)

From
"Beverly T. Block"
Date:
I'm setting up the schema for a new db using pgAdmin.  I have a varchar
column which I decided should be NOT NULL.  When I try to set that
property, pgAdmin crashes when I click on OK for the Table window (it
exits from the change window without incident).  There is not yet any data
in the table.

It also crashes if I click on something for which I don't have privileges,
or if I mistype my password.

I'm running V1.3.0 on Windows.

Thanks,
Beverly



Re: pgAdmin crashes when adding NOT NULL (among other times)

From
"Dave Page"
Date:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Beverly T. Block
> Sent: 26 May 2005 18:15
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] pgAdmin crashes when adding NOT
> NULL (among other times)
>
> I'm setting up the schema for a new db using pgAdmin.  I have
> a varchar
> column which I decided should be NOT NULL.  When I try to set that
> property, pgAdmin crashes when I click on OK for the Table window (it
> exits from the change window without incident).  There is not
> yet any data
> in the table.
>
> It also crashes if I click on something for which I don't
> have privileges,
> or if I mistype my password.
>
> I'm running V1.3.0 on Windows.

Hi,

I cannot reproduce either of these problems using the 1.3 snapshot I
built this morning. Can you give it a try please, and if the problems
persist, provide minimal debug logs (see the logging option under File
-> Options) showing each issue being recreated.

http://developer.pgadmin.org/snapshots/win32/pgadmin3-20050526-Win32.zip

Regards, Dave.