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-23 20:04:35
Message-ID: 1316808276.2049.9.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Wed, 2011-09-21 at 14:17 +0100, Dave Page wrote:
> On Tue, Sep 20, 2011 at 8:52 PM, Guillaume Lelarge
> <guillaume(at)lelarge(dot)info> wrote:
> > 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.
>
> I cannot reproduce on Windows, Mac or Linux :-(
>

I didn't try on Windows or Mac. But I still trigger it on Linux.

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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2011-09-23 20:07:36 Re: pgadmin3 crash report
Previous Message Guillaume Lelarge 2011-09-23 19:28:11 Re: pgadmin string data output...