Re: GUI Interface

From: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
To:
Cc: "A(dot)M(dot)" <agentm(at)themactionfaction(dot)com>, Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, pgsql-general(at)postgresql(dot)org
Subject: Re: GUI Interface
Date: 2006-05-18 20:15:15
Message-ID: 446CD5D3.3060009@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Florian G. Pflug wrote:
> A.M. wrote:
>> Excellent catch! I was wondering why I couldn't get it to freeze. I now
>> have a backtrace:
>> poll()
>> wxPaletteBase::~wxPaletteBase
>> g_main_context_check()
>> g_main_run_loop_run()
>> gtk_main()
>> wxEventLoop::Run()
>>
>> So the evidence points to a wx bug in the destructor to wxPaletteBase
>> perhaps?
>
> Hm.. all very strange...
>
> I just build wxGTK 2.6.3 and pgadmin3 1.4.2 using g++ 3.3 on Ubuntu
> Dapper, and _the_bug_is_gone_!.
>
> When I double-click a selection using my self-compiled version, the
> text is just unselected.
>
> Doing the same in the version that I compiled by fetching the
> source-package from debian/etch, and doing "dpkg-buildpackage -us -uc
> -b" freezes X.
>
> I'm going to compare wx configure flags now...
Hm.. clicked send too soon ;-)

Theres no need to compare configure-flags - the version of wx shipped
with ubuntu dapper is 2.6.1, while I used 2.6.3. So for me it seems
as if 2.6.3 (or 2.6.2) fixed the bug.

Can anyone reproduce the bug with 2.6.3?

greetings, Florian Pflug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2006-05-18 22:11:03 Re: autovacuum "connections" are hidden
Previous Message Florian G. Pflug 2006-05-18 20:05:28 Re: GUI Interface