Re: Crash at right mouse click in data grid - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Crash at right mouse click in data grid
Date
Msg-id 937d27e10806081140p72c6a3b7wd681999b5876873c@mail.gmail.com
Whole thread Raw
In response to Re: Crash at right mouse click in data grid  ("Robins Tharakan" <tharakan@gmail.com>)
Responses Re: Crash at right mouse click in data grid
List pgadmin-hackers
On Sat, May 31, 2008 at 12:46 AM, Robins Tharakan <tharakan@gmail.com> wrote:

> In particular, the bug report in the April conversation, said that the crash
> is due to IsRunning() check that Erwin is pointing to.

Oh yeah, that one :-(. I'm beginning to think we could use a bug
tracker (and I hate Bugzilla before anyone suggest it!).

I'm still stumped about that now, but I've worked around it by
checking if the refresh button is enabled as we already do in a few
other similar places. The data refresh code enables/disables that for
safety so it should be a reliable indicator of whether or not a thread
is running.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7363 - trunk/pgadmin3/pgadmin/frm
Next
From: Guillaume Lelarge
Date:
Subject: Re: Crash at right mouse click in data grid