Re: pgadmin goes to infinite loop

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Madis Pärn <madis(at)jawilla(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: pgadmin goes to infinite loop
Date: 2009-08-03 15:08:00
Message-ID: 937d27e10908030808t17db8b62q7270c5551d1b211a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Mon, Aug 3, 2009 at 3:51 PM, Madis Pärn<madis(at)jawilla(dot)com> wrote:
> the problem persists, multiple clicks on view refresh button hangs pgadmin
> and cpu goes up.
>
> the error occurring and being logged is empty string "".
> pgAdmin3_dbg.exe!frmEditGrid::Go+0xabb is line 1297 wxMilliSleep(10);
>
> any other ideas?

Not really. How come the executable is called pgAdmin3_dbg.exe? Have
you made any other changes to the code?

...
> USER32.dll!DialogBox2+0x15a
> USER32.dll!InternalDialogBox+0xd0
> USER32.dll!SoftModalMessageBox+0x938
> USER32.dll!MessageBoxWorker+0x2ba
> USER32.dll!MessageBoxTimeoutW+0x7a
> USER32.dll!MessageBoxExW+0x1b
> USER32.dll!MessageBoxW+0x45
> pgAdmin3_dbg.exe!wxMessageDialog::ShowModal+0x294
> pgAdmin3_dbg.exe!wxMessageBox+0x87
> pgAdmin3_dbg.exe!sysLogger::DoLog+0x4c5
> pgAdmin3_dbg.exe!wxLog::OnLog+0x10e
> pgAdmin3_dbg.exe!wxVLogError+0x71
> pgAdmin3_dbg.exe!wxLogError+0x17
> pgAdmin3_dbg.exe!pgConn::LogError+0xc3
> pgAdmin3_dbg.exe!pgConn::ExecuteScalar+0x140

And where is the message box? My best guess at the moment is that VC++
2008 is causing some weirdness. We currently only support VC++ 2005.

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

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2009-08-03 15:18:18 Re: Cannot paste text from eclipse 3.5 to PGAdmin III
Previous Message Madis Pärn 2009-08-03 14:51:27 Re: pgadmin goes to infinite loop