Re: pgAdmin beta 3 crashes

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Zdenek Kotala <Zdenek(dot)Kotala(at)sun(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgAdmin beta 3 crashes
Date: 2009-05-07 15:27:57
Message-ID: 937d27e10905070827h81b266exf9a587c935434e7e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

2009/5/7 Zdenek Kotala <Zdenek(dot)Kotala(at)sun(dot)com>:
> I stared work on Solaris integration and after few minutes play, pgadmin
> crashes:
>
> 080470f8 libwx_gtk2u_stc-2.8.so.0.5.0`long
> wxStyledTextCtrl::SendMsg+0xf(bb69a00, 7d6, 0, 0, ffffffff)
> 08047118 libwx_gtk2u_stc-2.8.so.0.5.0`int
> wxStyledTextCtrl::GetLength+0x24(bb69a00, 88feb78, 8047158, fe45945d)
> 08047158 void frmQuery::updateMenu+0xca(bb14d80, 0, 2780, 8047430)
> 08047178 void frmQuery::OnActivate+0x1c(bb14d80, 8047270, 82b2c48, 0)
> 08047198 libwx_baseu-2.8.so.0.5.0`void
> wxAppConsole::HandleEventconst+0x18(89621a8, bb14d80, 82b0030, 0, 8047270,
> bb14d80)
> 080471c8 libwx_baseu-2.8.so.0.5.0`bool
> wxEvtHandler::ProcessEventIfMatches+0x6d(8822410, bb14d80, 8047270,
> fe1780c6)
> 08047208 libwx_baseu-2.8.so.0.5.0`bool
> wxEventHashTable::HandleEvent+0x82(8822518, 8047270, bb14d80, fe178bce)
> 08047228 libwx_baseu-2.8.so.0.5.0`bool
> wxEvtHandler::ProcessEvent+0x9f(bb14d80, 8047270, bb14fa0, fe178bce)
> 08047248 libwx_baseu-2.8.so.0.5.0`bool
> wxEvtHandler::ProcessEvent+0xbe(bb14fa0, 8047270, 2762, fe35a4a2)
>
> Reproduction scenario:
>
> 1) open Query editor
> 2) switch to query builder
> 3) clink e.g. on schema
> 4) close query editor
> 5) click on "No save"
> 6) do it again
> 7) analyze core file.

That's also a very intermittent bug on Linux. Ashesh is working on
what we hope will fix it.

> There is also bug in help. Green plum help does not point on correct
> webpage.

Yes it does. They don't have any online help, so we point it at the
closest useful docs we have. GP users can re-point it to local docs
from their installations.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2009-05-07 17:25:18 SVN Commit by guillaume: r7854 - trunk/pgadmin3/i18n/zh_CN
Previous Message Zdenek Kotala 2009-05-07 15:20:10 pgAdmin beta 3 crashes