Re: pgadmin goes to infinite loop

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

downloaded official build from website. has the same problem.

exe names are nonstandard beacuse i have multiple pgadmin3.exe files in "C:\Program Files\pgAdmin III\1.10" directory.
i have not modified the code.

stack:
ntkrnlpa.exe!KiUnlockDispatcherDatabase+0x77
ntkrnlpa.exe!KeSetEvent+0x74
ntkrnlpa.exe!PspGetSetContextSpecialApc+0x4e
ntkrnlpa.exe!KiDeliverApc+0xb3
hal.dll!HalpApcInterrupt+0xc5
win32k.sys!RFONTOBJ::bInit+0xc9
win32k.sys!RFONTOBJ::vInit+0x16
win32k.sys!GreGetCharABCWidthsW+0x8c
win32k.sys!NtGdiGetCharABCWidthsW+0xff
ntkrnlpa.exe!KiFastCallEntry+0xf8
ntdll.dll!KiFastSystemCallRet
GDI32.dll!NtGdiGetCharABCWidthsW+0xc
GDI32.dll!GetCharABCWidthsW+0x18
pgadmin3_orig.exe+0x39bc11
GDI32.dll!hGetPEBHandle+0x38
pgadmin3_orig.exe+0x356c5a
pgadmin3_orig.exe+0x35b2a1
MSVCR80.dll!free+0xec

Madis

On 3.08.2009 18:08, Dave Page wrote:
> 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.
>

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Stephan Jaensch 2009-08-04 07:50:38 Re: Cannot paste text from eclipse 3.5 to PGAdmin III
Previous Message Mike Blackwell 2009-08-03 18:34:59 Feature request - find record from selected foreign key