Re: Crash on selecting schema with domain

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Evan Martin <postgresql(at)realityexists(dot)net>, pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Crash on selecting schema with domain
Date: 2012-11-27 06:21:50
Message-ID: CANxoLDdoOHK3ks6TwDxFVa=du=qLd1s0mYNYcaTBKSA1Z1q_wg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tue, Nov 27, 2012 at 12:11 AM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> 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.
>

Fixed. Patch submitted.

>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

--
*Akshay Joshi
Senior Software Engineer
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
Phone: +91 20-3058-9522
Mobile: +91 976-788-8246*

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Fernando Hevia 2012-11-27 17:27:26 Re: Password entry in pgadmin3; pg_hba.conf vs .pgpass. Permissioning issue?
Previous Message Dave Page 2012-11-27 04:30:03 Re: Crash on selecting schema with domain