Re: Crash on delete record with filter in place

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: Colin Beckingham <colbec(at)start(dot)ca>, "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Crash on delete record with filter in place
Date: 2011-09-19 19:23:41
Message-ID: CA+OCxox+-Lru_-VHp02ko0wM5YCVR_2KYjiHM-+Y2sfsgBPLnQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Monday, September 19, 2011, Guillaume Lelarge <guillaume(at)lelarge(dot)info>
wrote:
> On Sat, 2011-09-17 at 17:45 -0400, Colin Beckingham wrote:
>> Using pgadmin 1.15 Dev on Opensuse 11.4, kernel 3.0.
>>
>> Viewing the data in a table with full data set visible, select a record
>> for delete, run delete, record is deleted correctly, pgadmin continues
>> to run.
>>
>> View the data in a table and place a filter to show subset of records.
>> Attempt to delete a row. This is permitted by the menus. Row is deleted
>> correctly, however pgadmin immediately crashes both the main and the
>> view data windows. Data is intact, restarting pgadmin allows to continue
>> as before.
>
> I don't manage to get a reproducible test case. I mean, I do get some
> crashes, but they are mostly random. Something that would crash pgAdmin
> once won't work twice. Which doesn't help fixing it.

Random crashes should certainly be investigated though, especially if you've
found an area of the code where they may happen from time to time. Can you
attempt to reproduce with core dump enabled, or even under GDB? I'd like to
see a backtrace if possible.

FYI, I fixed a crash bug this morning that conceivably could occur anywhere,
but in practice was only reproducible on some Solaris boxes.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2011-09-19 19:34:53 Re: Crash on delete record with filter in place
Previous Message Guillaume Lelarge 2011-09-19 19:12:46 Re: Crash on delete record with filter in place