Re: Buglets in dlgFunction

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Guillaume Lelarge" <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Buglets in dlgFunction
Date: 2008-10-08 14:29:58
Message-ID: 937d27e10810080729y37aa18f1sdd35295c3467677f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tue, Oct 7, 2008 at 1:26 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2008-10-08 22:02:25 Re: Buglets in dlgFunction
Previous Message Guillaume Lelarge 2008-10-08 13:29:01 Re: Buglets in dlgFunction