Re: Crash on delete record with filter in place

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Dave Page <dpage(at)pgadmin(dot)org>
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-20 19:52:26
Message-ID: 1316548346.2086.15.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tue, 2011-09-20 at 13:21 +0100, Dave Page wrote:
> On Mon, Sep 19, 2011 at 8:34 PM, Guillaume Lelarge
> <guillaume(at)lelarge(dot)info> wrote:
> >
> > See the attachment. I was using GDB. Note that this is not a segfault.
> > It's a SIGABRT.
> >
> > What surprised me at first was this:
> >
> > #6 0x00007ffff7148ef5 in wxGrid::SetTable (this=0x1b48a10, table=0x0,
> > takeOwnership=false, selmode=wxGrid::wxGridSelectCells)
> > at ./src/generic/grid.cpp:4529
> >
> > I first suspected that it was due to the "refresh-on-click" patch. But
> > it doesn't seem so.
>
> Do you recall what you did to produce this (and what you did
> beforehand in that window)?
>

Nope, but here is another complete example.

Create a new database. Restore colin.dump in it (it's a 9.1 custom dump
which will create a table, add 10k lines, and then create an index).
Then, open the database with pgadmin, select the table t1, and click on
the "edit data" tool. Then, click on a line (I did it on the line 6 or
7). Crash more or less immediately. See the backtrace attached.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

Attachment Content-Type Size
backtrace.txt text/plain 11.7 KB
colin.dump application/octet-stream 37.5 KB

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2011-09-20 19:53:48 Re: Crash on delete record with filter in place
Previous Message Colin Beckingham 2011-09-20 14:48:53 Re: Crash on delete record with filter in place