Re: pgAdmin beta 3 query bug

From: "Harald Armin Massa" <haraldarminmassa(at)gmail(dot)com>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Cc: mike(at)thegodshalls(dot)com, "George Pavlov" <gpavlov(at)mynewplace(dot)com>, pgadmin-hackers(at)postgresql(dot)org, "Ezequias Rodrigues da Rocha" <ezequias(dot)rocha(at)gmail(dot)com>
Subject: Re: pgAdmin beta 3 query bug
Date: 2006-10-14 20:49:35
Message-ID: 7be3f35d0610141349n25d22f74i3e1e56669b866686@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On 10/14/06, Dave Page <dpage(at)vale-housing(dot)co(dot)uk> wrote:
>
> Hi Mike, George,
>
> I've been looking some more at this bug you are both experiencing. From
> what I recall, George is seeing it in the Query Tool, whilst Mike is
> seeing it in the Edit Grid. I've seen another report for each from
> Ezequias and Harald.
>
> Both tools share two important pieces of code:
>
> 1) ctlSqlGrid is our custom control that is based on wxGrid and is used
> to display the results. This code is primarily used to size rows/columns
> and extract data (ie. When exporting). Most of the real work is done by
> wxGrid which we've used since 1.0.
>
> 2) pgQueryThread. This is a class that is used to run a query
> asynchronously. It is this class that I fixed a couple of bugs in for
> beta 3 that had demonstrably caused crashes for me.
>
> I suspect that the problem that remains is an issue in the wxWidgets
> code as pgQueryThread is fairly simple and there is little else to go
> wrong in it that I can spot. I did find a seemingly unrelated threading
> bug in wx right before beta 3 which I was forced to workaround, however
> I found today that wxWidgets 2.7.1 has been released, in which that bug
> appears to have been fixed.
>
> So, before I go insane trying to track this down further, may I send you
> both an updated .exe built against wx2.7.1, in the hope that we've
> actually been seeing just one bug that's manifested itself in different
> ways?
>
> Regards, Dave.
>

--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Reinsburgstraße 202b
70197 Stuttgart
0173/9409607
-
Python: the only language with more web frameworks than keywords.

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-10-14 23:14:57 SVN Commit by guillaume: r5492 - in trunk: pgadmin3/i18n pgadmin3/i18n/de_DE pgadmin3/pkg/win32/src www/translation
Previous Message svn 2006-10-14 20:18:33 SVN Commit by dpage: r5491 - trunk/pgadmin3/src/dlg