Обсуждение: Re: Consistent page fault in pgadmin2 1.2.0

Поиск
Список
Период
Сортировка

Re: Consistent page fault in pgadmin2 1.2.0

От
Dave Page
Дата:

> -----Original Message-----
> From: Thomas Sandford [mailto:thomas@paradisegreen.co.uk]
> Sent: 30 January 2002 17:15
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] Consistent page fault in pgadmin2 1.2.0
>
>
> I can get a consistent crash in pgadmin2 v1.2.0 by setting
> "View System Objects" on and trying to view the data in the
> pg_index table.
>
> Whilst this may well come into the category of "I hurts when
> I do this" - "Don't do it then", I thought I'd report it...
>
> Running under Windows 98.
>
> The associated error message is:
>
> "PGADMIN2 caused an invalid page fault in
> module MSADRH15.DLL at 016f:1f541588."

Hi Thomas,

I can reproduce this and am looking into it. As it's a page fault though,
it's probably one of the Microsoft objects pgAdmin uses not liking something
in pg_index - that's the nice thing about Visual Basic - it handles memory
etc for us, so if there is a page fault of gpf it's not our fault. Of
course, the downside is that we can't fix it :-(

Regards, Dave.