Re: VACUUM ANALYZE

From: "Ben-Nes Michael" <miki(at)canaan(dot)co(dot)il>
To: "Stephan Szabo" <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: VACUUM ANALYZE
Date: 2001-07-19 07:08:29
Message-ID: 010c01c11021$9d69b400$aa5796d4@canaan.co.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

Im never used gdb so I hope I extracted all the Info needed, any why here it
is:

GNU gdb 5.0
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux".
Core was generated by `postgres: admin canada-centre.co.il_album [local]
VACUUM '.
Program terminated with signal 11, Segmentation fault.
#0 0x4014d8e0 in ?? ()

----- Original Message -----
From: "Stephan Szabo" <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: "Ben-Nes Michael" <miki(at)canaan(dot)co(dot)il>
Cc: <pgsql-general(at)postgresql(dot)org>
Sent: Wednesday, July 18, 2001 9:17 PM
Subject: Re: [GENERAL] VACUUM ANALYZE

>
> It looks like the backend (I'd assume this one) crashed
> with a segmentation fault.
> This should leave a core file (I believe in your db data
> directory). Can you use a debugger to get a back trace
> from the core file?
>
> On Wed, 18 Jul 2001, Ben-Nes Michael wrote:
>
> > Hi
> >
> > I use 7.1.2 compiled with locale set to the he_IL
> >
> > Last day I re initdb the whole data dir and dumped the data back to the
> > server.
> > Then I tried VACUM ANALYZE which worked :)
> > but next day it stopped working returning the next lines in the log
(link)
> >
> > http://www.canaan.co.il/users/miki/pg_errors.txt

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ben-Nes Michael 2001-07-19 07:50:40 two constrains for one column
Previous Message Justin Clift 2001-07-19 06:12:19 Re: simple linking question