Re: Crash on selecting schema with domain

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Evan Martin <postgresql(at)realityexists(dot)net>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>, Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Subject: Re: Crash on selecting schema with domain
Date: 2012-11-26 18:41:56
Message-ID: CA+OCxozzKuxCwj5TV7f+tTFvT1k-FJawiHA3jNW7iG2ce=p9Sw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi

On Fri, Nov 23, 2012 at 2:26 AM, Evan Martin
<postgresql(at)realityexists(dot)net> wrote:
> Running latest trunk build on 32-bit Linux, pgAdmin crashes whenever I click
> on a schema that contains one or more domains.
>
> GDB backtrace: http://pastebin.com/mSGd978J
>
> To reproduce:
>
> 1. Create a new database
> 2. Create a new schema in the database
> 3. Create a new domain in the schema.
>
> pgAdmin crashes at this point. If you restart it crashes as soon as you
> click on the schema that contains the domain in the treeview. Clicking on a
> schema with no domains is fine.

I was able to reproduce this on Windows. I strongly suspect it's
fallout from some of the other work done recently to fix some other
issues in the browser - it doesn't occur in 1.16.0, but does occur on
the tip of both the 1.16 and master branches.

Akshay, can you look at this first thing in the morning please? I'd
like to get this fixed before the PostgreSQL back branch releases next
week.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2012-11-26 22:34:11 Re: Crash on selecting schema with domain
Previous Message Andrew Taylor 2012-11-26 12:55:47 Password entry in pgadmin3; pg_hba.conf vs .pgpass. Permissioning issue?