Crash when trying to create new database via dialog

Lists: pgadmin-hackers
From: Erwin Brandstetter <brandstetter(at)falter(dot)at>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Crash when trying to create new database via dialog
Date: 2007-09-06 15:08:36
Message-ID: 46E017F4.9020002@falter.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers

Hi developers! Hi Dave!

Testing the pgAdmin III 1.8.0 Beta 4 (Sep 4 2007, rev: 6608:6609).
Client Win XP, host: Debian Etch / PG 8.2.4 and Debian Sarge / PG 8.1.8

pgadmin crashes when I try to create new database via dialog.

Steps to reproduce:
In the object tree, right click on the "Databases" collection
-> New Database ... -> no dialog, pgAdmin goes down.

Additional Info:
- Crashes with pg 8.2 and 8.1 alike
- Maybe it is another side effect of the tablespace issues you have
already fixed in the meantime.

Regards
Erwin


From: Dave Page <dpage(at)postgresql(dot)org>
To: Erwin Brandstetter <brandstetter(at)falter(dot)at>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Crash when trying to create new database via dialog
Date: 2007-09-06 16:14:25
Message-ID: 46E02761.20408@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers

Erwin Brandstetter wrote:
> Hi developers! Hi Dave!
>
> Testing the pgAdmin III 1.8.0 Beta 4 (Sep 4 2007, rev: 6608:6609).
> Client Win XP, host: Debian Etch / PG 8.2.4 and Debian Sarge / PG 8.1.8
>
> pgadmin crashes when I try to create new database via dialog.
>
> Steps to reproduce:
> In the object tree, right click on the "Databases" collection
> -> New Database ... -> no dialog, pgAdmin goes down.
>
> Additional Info:
> - Crashes with pg 8.2 and 8.1 alike
> - Maybe it is another side effect of the tablespace issues you have
> already fixed in the meantime.

Actually that was the error that was causing the crash when creating
unique constraints. Please test the build I mailed about a few minutes ago.

Cheers, Dave


From: Erwin Brandstetter <brandstetter(at)falter(dot)at>
To: dpage(at)postgresql(dot)org
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Crash when trying to create new database via dialog
Date: 2007-09-07 02:04:02
Message-ID: 46E0B192.6020402@falter.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers


dpage(at)postgresql(dot)org wrote:
> Actually that was the error that was causing the crash when creating
> unique constraints. Please test the build I mailed about a few minutes ago.

Right. Both crashes are gone in the new test build.

/E