Bug in dlgCast

From: Alexander Borkowski <alexander(dot)borkowski(at)abri(dot)une(dot)edu(dot)au>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Bug in dlgCast
Date: 2004-10-06 03:31:27
Message-ID: 4163670F.7060406@abri.une.edu.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dear all,

I just encountered a bug in 1.2.0 Beta 2 (Win XP).

When selecting the source or target type in the "New Cast" dialog, the
application crashes. What IMHO happens is that the call to
txtName->SetValue(wxEmptyString) in dlgCast::CheckChange()
(src/ui/dlgCast.cpp line 121) generates a new wxEVT_COMMAND_TEXT_UPDATED
event. This event triggers a call to dlgProperty::OnChange() which in
turn calls the virtual dlgCast::CheckChange() and so on ... until
pgAdmin crashes.

Unfortunately I have no idea how to fix this,

Alex

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2004-10-06 09:20:58 Re: Bug in dlgCast
Previous Message Andreas Pflug 2004-10-05 20:55:58 Re: [Fwd: updated spanish translation, and a question.]