Re: Crash on delete record with filter in place

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Crash on delete record with filter in place
Дата
Msg-id 1316548346.2086.15.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Crash on delete record with filter in place  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Crash on delete record with filter in place  (Dave Page <dpage@pgadmin.org>)
Список 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@lelarge.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

Вложения

В списке pgadmin-support по дате отправления:

Предыдущее
От: Colin Beckingham
Дата:
Сообщение: Re: Crash on delete record with filter in place
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Crash on delete record with filter in place