Re: Buglets in dlgFunction

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Buglets in dlgFunction
Дата
Msg-id 937d27e10810080729y37aa18f1sdd35295c3467677f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Buglets in dlgFunction  (Guillaume Lelarge <guillaume@lelarge.info>)
Ответы Re: Buglets in dlgFunction  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-hackers
On Tue, Oct 7, 2008 at 1:26 PM, Guillaume Lelarge
<guillaume@lelarge.info> wrote:
> It seems I finally get something working. But not yet for dlgFunction.
> Can you take a look at it? I just want to know if I haven't break other
> things. If it works, I will commit this patch and work on the
> dlgFunction.cpp file.
>

OK, testing on OS X Leopard, I see

dlgTable:

Existing table: Crashes:

0   libwx_macu_core-2.8.0.dylib       0x00ce8929
wxListMainWindow::SetItem(wxListItem&) + 233
1   libwx_macu_core-2.8.0.dylib       0x00ce9a12
wxGenericListCtrl::SetItem(long, int, wxString const&, int) + 194
2   libwx_macu_core-2.8.0.dylib       0x00c8cc09
wxListCtrl::SetItem(long, int, wxString const&, int) + 73
3   pgAdmin3-Debug                    0x0003eb59
ctlListView::AppendItem(int, wchar_t const*, wchar_t const*, wchar_t
const*) + 393
4   pgAdmin3-Debug                    0x000dac7f
dlgSecurityProperty::dlgSecurityProperty(pgaFactory*, frmMain*,
pgObject*, wxString const&, wxString const&, char const*) + 847
5   pgAdmin3-Debug                    0x0010983b
dlgTable::dlgTable(pgaFactory*, frmMain*, pgTable*, pgSchema*) + 139
6   pgAdmin3-Debug                    0x00109efe
pgTableFactory::CreateDialog(frmMain*, pgObject*, pgObject*) + 62

New table: OK.

dlgSequence:

Existing sequence: Crashes:

0   libwx_macu_core-2.8.0.dylib       0x00ce8929
wxListMainWindow::SetItem(wxListItem&) + 233
1   libwx_macu_core-2.8.0.dylib       0x00ce9a12
wxGenericListCtrl::SetItem(long, int, wxString const&, int) + 194
2   libwx_macu_core-2.8.0.dylib       0x00c8cc09
wxListCtrl::SetItem(long, int, wxString const&, int) + 73
3   pgAdmin3-Debug                    0x0003eb59
ctlListView::AppendItem(int, wchar_t const*, wchar_t const*, wchar_t
const*) + 393
4   pgAdmin3-Debug                    0x000dac7f
dlgSecurityProperty::dlgSecurityProperty(pgaFactory*, frmMain*,
pgObject*, wxString const&, wxString const&, char const*) + 847
5   pgAdmin3-Debug                    0x000f106b
dlgSequence::dlgSequence(pgaFactory*, frmMain*, pgSequence*,
pgSchema*) + 139
6   pgAdmin3-Debug                    0x000f119e
pgSequenceFactory::CreateDialog(frmMain*, pgObject*, pgObject*) + 62

New sequence: OK

dlgDatabase:

New database: OK
Existing database: OK

dlgPackage:

Existing package: Privileges and SQL pane controls minimally sized
initially (fixed when resized).
New package: Privileges pane list control incorrectly sized initially
(fixed when resized).

dlgTablespace:

New tablespace: OK
Existing tablespace: OK

dlgSchema:

Existing schema: Crashes:

0   libwx_macu_core-2.8.0.dylib       0x00ce8929
wxListMainWindow::SetItem(wxListItem&) + 233
1   libwx_macu_core-2.8.0.dylib       0x00ce9a12
wxGenericListCtrl::SetItem(long, int, wxString const&, int) + 194
2   libwx_macu_core-2.8.0.dylib       0x00c8cc09
wxListCtrl::SetItem(long, int, wxString const&, int) + 73
3   pgAdmin3-Debug                    0x0003eb59
ctlListView::AppendItem(int, wchar_t const*, wchar_t const*, wchar_t
const*) + 393
4   pgAdmin3-Debug                    0x000dac7f
dlgSecurityProperty::dlgSecurityProperty(pgaFactory*, frmMain*,
pgObject*, wxString const&, wxString const&, char const*) + 847
5   pgAdmin3-Debug                    0x000ed03b
dlgSchema::dlgSchema(pgaFactory*, frmMain*, pgSchema*) + 139
6   pgAdmin3-Debug                    0x000ed167
pgSchemaBaseFactory::CreateDialog(frmMain*, pgObject*, pgObject*) + 55

New schema: OK

dlgView:

Existing view: Crashes:

0   libwx_macu_core-2.8.0.dylib       0x00ce8929
wxListMainWindow::SetItem(wxListItem&) + 233
1   libwx_macu_core-2.8.0.dylib       0x00ce9a12
wxGenericListCtrl::SetItem(long, int, wxString const&, int) + 194
2   libwx_macu_core-2.8.0.dylib       0x00c8cc09
wxListCtrl::SetItem(long, int, wxString const&, int) + 73
3   pgAdmin3-Debug                    0x0003eb59
ctlListView::AppendItem(int, wchar_t const*, wchar_t const*, wchar_t
const*) + 393
4   pgAdmin3-Debug                    0x000dac7f
dlgSecurityProperty::dlgSecurityProperty(pgaFactory*, frmMain*,
pgObject*, wxString const&, wxString const&, char const*) + 847
5   pgAdmin3-Debug                    0x001310bb
dlgView::dlgView(pgaFactory*, frmMain*, pgView*, pgSchema*) + 139
6   pgAdmin3-Debug                    0x001311de
pgViewFactory::CreateDialog(frmMain*, pgObject*, pgObject*) + 62

New view: OK

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Buglets in dlgFunction
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Buglets in dlgFunction