Re: pgadmin3-1.6.1 - core dumped - Work around

From: Dave Page <dpage(at)postgresql(dot)org>
To: Zdenek Kotala <Zdenek(dot)Kotala(at)sun(dot)com>
Cc: Dhanaraj M <Dhanaraj(dot)M(at)sun(dot)com>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgadmin3-1.6.1 - core dumped - Work around
Date: 2006-12-15 10:13:30
Message-ID: 4582754A.2060502@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Zdenek Kotala wrote:
>> I'm still not sure how you're getting into that code when you close
>> the form though...
>
> The root cause is destructor of frmQuery dialog. It removes all
> connection from combo box exclude last item - "new connection". Each
> deletion invoke frmQuery::OnChangeConnection event and the
> OnChangeConnection method invokes "new connection dialog" in the last
> step. And because there are some empty combo boxes on this dialog, gtk
> generates core.

Ah, of course - well spotted.

> My suggestion is disable event generation for cbConnection in the
> destructor.

Agreed. Can one or both of you test the attached patch please?

Thanks, Dave.

Attachment Content-Type Size
ev.diff text/plain 1.8 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dhanaraj M 2006-12-15 11:42:29 Re: pgadmin3-1.6.1 - core dumped - Work around
Previous Message Zdenek Kotala 2006-12-14 20:49:22 Re: pgadmin3-1.6.1 - core dumped - Work around