Re: pgadmin goes to infinite loop - Mailing list pgadmin-support

From Dave Page
Subject Re: pgadmin goes to infinite loop
Date
Msg-id 937d27e10908030808t17db8b62q7270c5551d1b211a@mail.gmail.com
Whole thread Raw
In response to pgadmin goes to infinite loop  (Madis Pärn <madis@jawilla.com>)
Responses Re: pgadmin goes to infinite loop  (Madis Pärn <madis@jawilla.com>)
List pgadmin-support
On Mon, Aug 3, 2009 at 3:51 PM, Madis Pärn<madis@jawilla.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


pgadmin-support by date:

Previous
From: Dave Page
Date:
Subject: Re: Debugging grayed out even pldebugger is installed in postgres
Next
From: Madis Pärn
Date:
Subject: Re: pgadmin goes to infinite loop