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-21 13:17:06
Message-ID: CA+OCxoyjxGixrxxoh8AfzJr4opi0qxx8mD5uDkBoFsHTXcLGqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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 :-(

--
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 Steve Erickson 2011-09-21 14:04:21 Dropping a type
Previous Message Willy-Bas Loos 2011-09-21 10:24:11 Re: pgadmin3 crash report