Re: 1.15 dev + wxWidgets 2.9.3, properties and index

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Colin Beckingham <colbec(at)start(dot)ca>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: 1.15 dev + wxWidgets 2.9.3, properties and index
Date: 2012-03-05 14:06:46
Message-ID: 1330956406.3210.7.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

On Sat, 2012-03-03 at 15:01 -0500, Colin Beckingham wrote:
> Two more issues with wxWidgets 2.9.3 on opensuse 12.1:
>
> 1. drill down through server, database, schema, public, tables
> 2. right click a specific table to bring up the context menu
> 3. most options work, however two items cause immediate fatal crash of
> pgadmin3:
> 4. click "properties" at bottom of menu
>
> $ /usr/local/pgadmin3/bin/pgadmin3
> 09:56:28 AM: Debug: Adding duplicate image handler for 'PNG file'
> ./src/common/sizer.cpp(1850): assert "m_growableRows[n] < nrows" failed
> in AdjustForGrowables(): invalid growable row index
> Trace/breakpoint trap
>
> 5. open indexes for a table, attempt to add new index:
>
> $ /usr/local/pgadmin3/bin/pgadmin3
> 09:58:24 AM: Debug: Adding duplicate image handler for 'PNG file'
> ./src/common/sizer.cpp(1850): assert "m_growableRows[n] < nrows" failed
> in AdjustForGrowables(): invalid growable row index
> Trace/breakpoint trap
>

Fixed also, with the patch from Akshay Joshi.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-03-05 14:07:23 Re: Fwd: [pgadmin-support] 1.15 dev + wxWidgets 2.9.3, properties and index
Previous Message Guillaume Lelarge 2012-03-05 14:05:02 pgAdmin III commit: Fix another bunch of errors related to wxWidgets 2.

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2012-03-05 14:07:23 Re: Fwd: [pgadmin-support] 1.15 dev + wxWidgets 2.9.3, properties and index
Previous Message Guillaume Lelarge 2012-03-05 14:06:02 Re: 15.1 Dev + wxwidgets 2.9.3 - open query builder error