Re: pgAdminII 1.1.66-Dev crash

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'Paul Jongsma'" <paulj(at)webtic(dot)com>, pgadmin-support(at)postgresql(dot)org
Subject: Re: pgAdminII 1.1.66-Dev crash
Date: 2001-11-27 13:09:15
Message-ID: FED2B709E3270E4B903EB0175A49BCB10472F8@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: Paul Jongsma [mailto:paulj(at)webtic(dot)com]
> Sent: 27 November 2001 12:23
> To: pgadmin-support(at)postgresql(dot)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.

Responses

  • Casing at 2001-11-27 19:54:21 from Colin Freas

Browse pgadmin-support by date

  From Date Subject
Next Message Colin Freas 2001-11-27 19:54:21 Casing
Previous Message Dave Page 2001-11-27 12:45:33 Re: exporters - how?