Need help with GTK bug

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <pgadmin-hackers(at)postgresql(dot)org>, <pgadmin(at)pse-consulting(dot)de>
Subject: Need help with GTK bug
Date: 2003-10-20 12:43:12
Message-ID: 03AF4E498C591348A42FC93DEA9661B84C5BD9@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Andreas,

I could use some help with a GTK related bug if you can spare some time
please.

The bug in question is listed in BUGS.txt as: Menu item 'Query Browser'
causes Segfault under unix - crash after qbForm->Show() in
frmQueryBuilder::OnSize() at layout.LayoutMDIFrame(this). QB currently
disabled.

The error is caught by an assert in src/gtk/window.cpp on line 2875:

wxASSERT_MSG( (m_widget != NULL), wxT("invalid window") );

which was indirectly called by pgAdmin in frmQueryBuilder.cpp, line 512:

void frmQueryBuilder::OnSize(wxSizeEvent& event)
{
if (this->GetClientWindow() != NULL) {
wxLayoutAlgorithm layout;
>>> layout.LayoutMDIFrame(this);
}
}

Any ideas?

Thanks, Dave.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-10-20 13:51:10 Re: Need help with GTK bug
Previous Message Dave Page 2003-10-20 10:03:28 Re: Include column statistics as property of the column