Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Crash at right mouse click in data grid


  • From: "Robins Tharakan" <tharakan(at)gmail(dot)com>
  • To: "Dave Page" <dpage(at)pgadmin(dot)org>
  • Cc: "Erwin Brandstetter" <brandstetter(at)falter(dot)at>, pgadmin-hackers(at)postgresql(dot)org
  • Subject: Re: Crash at right mouse click in data grid
  • Date: Sat, 31 May 2008 05:16:35 +0530
  • Message-id: <36af4bed0805301646y5fddb2c4p2cd45b4289ebbe54@mail.gmail.com> <text/plain>

Hi Dave,

This is a bug that's been there since February. I remember bringing this up
twice, but from the latest conversation, what I understood was that this
needed extensive effort (in GDB). Since the code seemed alright and since I
amn't too well-versed with GDB, I couldn't do much about it.

http://www.pgadmin.org/archives/pgadmin-hackers/2008-02/msg00099.php

http://archives.postgresql.org/pgadmin-hackers/2008-04/msg00069.php

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

Regards,
*Robins Tharakan*

---------- Forwarded message ----------
From: Dave Page <dpage(at)pgadmin(dot)org>
Date: Sat, May 31, 2008 at 12:19 AM
Subject: Re: [pgadmin-hackers] Crash at right mouse click in data grid
To: Erwin Brandstetter <brandstetter(at)falter(dot)at>
Cc: pgadmin-hackers(at)postgresql(dot)org, Robins Tharakan <robins(at)pobox(dot)com>


Hi Erwin

On Fri, May 30, 2008 at 1:14 AM, Erwin Brandstetter
<brandstetter(at)falter(dot)at> wrote:
> Hi Dave! Hi developers!
>
> Testing pgAdmin v.1.9.0-Dev (May 2 2008, rev: 7245, on WinXP Pro; hosts:
pg
> 8.2.7 and 8.3.1 on Debian Etch
>
> Looking forward to the upcoming 1.8.3 release!
> You may want to have a look at the following first, though ...

It's a bug in a new feature, so won't affect 1.8.3 (thankfully :-p )

> I have been testing the above version occasionally over the last couple of
> weeks (mostly object tree, data grid, sql window, and some random tests).
> Most everything looks good or better than before. I've found a way to
crash
> it, though.
>
> Using the right mouse button in the data grid (table or view) sends
pgAdmin
> packing almost every time. Sometimes, however, it doesn't. I could not
find
> why.

It's crashing in a thread->IsRunning() test in some new code that
Robins added to display a popup menu of sorting and filtering options.
It's not clear to me why it's crashing though - the code looks as if
it should work just fine. Can you take a look in case I missed
something please Robins?

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


Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group