Re: pgAdminII 1.1.66-Dev crash

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: pgAdminII 1.1.66-Dev crash
Дата
Msg-id FED2B709E3270E4B903EB0175A49BCB10472F8@dogbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на pgAdminII 1.1.66-Dev crash  (Paul Jongsma <paulj@webtic.com>)
Ответы Casing  ("Colin Freas" <cef6@georgetown.edu>)
Список pgadmin-support

> -----Original Message-----
> From: Paul Jongsma [mailto:paulj@webtic.com]
> Sent: 27 November 2001 12:23
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] pgAdminII 1.1.66-Dev crash
>
>
>
> Using pgAdminII 1.1.66-Dev on a W2K machine I have a 100%
> reproducable crash when I do a "View data in selected table"
> on a specific table.
>
> Looking at the log file in full debug mode does not show
> anything alerting (tail of log):
>
> 2001-11-27 13:08:36 - Entering pgSchema:pgView.Property Get
> Identifier() 2001-11-27 13:08:36 - Entering pgAdmin
> II:frmSQLOutput.LoadGrid() 2001-11-27 13:08:36 - Loading
> Data... 2001-11-27 13:08:36 - Done - 0,14 Secs. 2001-11-27
> 13:08:36 - Entering pgAdmin II:frmSQLOutput.Form_Resize()
>
> The table in question looks like (taken from the Definition pane):
>
> -- Table: in the bubble
> CREATE TABLE "in the bubble" (
>    "pub_start" timestamp DEFAULT now(),
>    "pub_stop" timestamp DEFAULT now(),
>    "pub_status" text DEFAULT 'owner',
>    "pub_owner_id" oid,
>    "title" text,
>    "intro" text,
>    "body" text,
>    "date" date,
>    "current" bool DEFAULT 't'::bool,
>    "fm_idx" int4
> ) INHERITS("publication");
>
> The moment I click the "View data" icon Dr. Watson takes over
> with a "pgAdmin2.exe has generated errors and will be closed".
>
> The server I am talking to is on the same LAN, running 7.1.3
> on FreeBSD 4.4-STABLE.
>
> Logs and Data are available for further investigation if
> needed, any hints on how to go on from here are welcome..

Hi Paul,

To be honest, if Dr Watson's involved then the chances are that this is a
Microsoft bug :-(

Having said that, if it's not too big, if you can send me (privately, not to
the list) a pg_dump of 'in the bubble', 'publication', their data and any
related indexes etc, I'll gladly take a look.

Regards, Dave.

В списке pgadmin-support по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: exporters - how?
Следующее
От: "Colin Freas"
Дата:
Сообщение: Casing