Hi Dave!
I am not familiar with C++, so I am no help at the source code level.
But I will test the piece if you send it over.
Regards
Erwin
dpage@vale-housing.co.uk wrote:
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Erwin Brandstetter
Sent: 16 October 2006 02:08
To: pgadmin-support@postgresql.org
Subject: [pgadmin-support] Beta 3 crashing reproducably
Hi developers!
I am testing pgAdmin III Beta 3 (Oct 12 2006, re: 5475) on Windows XP
(German, latest patch level).
In the SQL dialogue wndow, when I move the output pane so it
becomes a
window of its own and then try to mark text (or anything) with the
mouse (point and drag), pgAdmin crashes instantly.
Further testing has shown that clicking in the window is
enough to crash
pgAdmin.
Reproducible every time.
This is a complex one :-(. When the frames get floated, they are turned
into wxFloatingPane objects by the display manager, thus many of the
objects in their original frmQuery class are no longer accessible. In
this case, the crash happens when it tries to update the menus on the
main query form. I've modified the code to stop it trying if the 'this'
pointer is of type wxFloatingPane (it doesn't make sense to have the
buttons/menus reflecting the status of the floating window anyway), and
added a ctrl-c shortcut to the edit grid control so data can be copied
out when it's floating.
As there are potentially other bugs caused by this mod, would you mind
if I mailed you an updated .exe for testing?
Regards, Dave.
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster