From: | Erwin Brandstetter <brandstetter(at)falter(dot)at> |
---|---|
To: | dpage(at)vale-housing(dot)co(dot)uk, pgadmin-support(at)postgresql(dot)org |
Subject: | Re: Beta 3 crashing reproducably |
Date: | 2006-10-16 12:43:11 |
Message-ID: | 45337E5F.7060705@falter.at |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
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(at)vale-housing(dot)co(dot)uk wrote:
>
>> -----Original Message-----
>> From: pgadmin-support-owner(at)postgresql(dot)org
>> [mailto:pgadmin-support-owner(at)postgresql(dot)org] On Behalf Of
>> Erwin Brandstetter
>> Sent: 16 October 2006 02:08
>> To: pgadmin-support(at)postgresql(dot)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.
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Raymond O'Donnell | 2006-10-16 12:46:49 | Re: Beta 3 crashing reproducably |
Previous Message | Dave Page | 2006-10-16 10:58:52 | Re: Beta 3 crashing reproducably |