Re: select query core dump

From: Gaetano Mendola <mendola(at)bigfoot(dot)com>
To: John Liu <johnl(at)stihealthcare(dot)com>
Subject: Re: select query core dump
Date: 2004-09-26 21:50:48
Message-ID: 415739B8.8050800@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

John Liu wrote:
> Pg version 7.4 on AIX,
>
> psql dbs
>
>> >select * from tablex;
>
> core dump, tablex has about 5 million records. What’s the proper
> approach to debug it?

A good start point is to upgrade to last version of the 7.4 series,
the 7.4.5 ( at time of this reply ).
If the application still do a core dump could be usefull analyze
the core and extract the stack trace ( I don't know if the gdb exist on AIX ).

Regards
Gaetano Mendola

In response to

Browse pgsql-general by date

  From Date Subject
Next Message gearond 2004-09-26 21:54:57 Re: wierd reserved word?
Previous Message gearond 2004-09-26 21:47:57 Re: wierd reserved word?