Re: Need help with GTK bug - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: Need help with GTK bug
Date
Msg-id 3F93E84E.5070406@pse-consulting.de
Whole thread Raw
In response to Need help with GTK bug  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgadmin-hackers
Dave Page wrote:

>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?
>
>

Hi Dave,

it's still the same problem I had those days. I don't have a clue what's
going on. That MDI is a miracle to me, I'd have to slice it down to GTK
(which I don't know either) to be helpful.

Regards,
Andreas




pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Need help with GTK bug
Next
From: "Dave Page"
Date:
Subject: Re: Need help with GTK bug