Re: crash in FC2

From: "Diego A(dot) Gil" <diego(at)adminsa(dot)com>
To: ian(at)uns(dot)ns(dot)ac(dot)yu
Cc: Pgadmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: crash in FC2
Date: 2004-09-16 09:44:53
Message-ID: 1095327893.3407.2.camel@roadwarrior.adminsa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Thank you!. I applied this patch and worked.

It will be commited to cvs tree ?.

Diego.

El jue, 16-09-2004 a las 05:44, Ivan Nejgebauer escribió:
> Diego A. Gil wrote:
> > Hi,
> >
> > I am having some strange behavior in Fedora Core 2. I compiled a cvs
> > version, checked out today 16 september. When I try to add a new table,
> > or database, etc, pgadmin3 crash without any notice or warning, without
> > logging anything.
> >
> > A new bug ?.
>
> It's a side effect of the fix for the FindFocus bug. The crash you
> describe happened to me, too. Try the attached patch (not sure if that's
> the right fix, but it works for me.)
>
> i.
>
>
> ______________________________________________________________________
> --- src/ui/frmMain.cpp.old Wed Sep 15 09:51:54 2004
> +++ src/ui/frmMain.cpp Wed Sep 15 13:44:27 2004
> @@ -509,6 +509,8 @@
> if (data->IsCollection())
> {
> wxWindow *win=wxWindow::FindFocus();
> + if (!win)
> + return data;
> if (win == listViews)
> {
> if (listViews->GetSelection())
>
> ______________________________________________________________________
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Ivan Nejgebauer 2004-09-16 09:51:58 Patch: password style for the "Add Server" dialog
Previous Message Ivan Nejgebauer 2004-09-16 09:42:34 Patch: view data for tables/views on double click