Re: VACUUM ANALYZE

From: "Ben-Nes Michael" <miki(at)canaan(dot)co(dot)il>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: VACUUM ANALYZE
Date: 2001-07-20 08:03:47
Message-ID: 009401c110f2$8124fee0$aa5796d4@canaan.co.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gr8, 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 ?? ()
(gdb)
(gdb)
(gdb)
(gdb) bt
#0 0x4014d8e0 in ?? ()
#1 0x8123a52 in ?? ()
#2 0x8123a9f in ?? ()
#3 0x8123caa in ?? ()
#4 0x8135f3a in ?? ()
#5 0x80ae162 in ?? ()
#6 0x80ade39 in ?? ()
#7 0x80aa4a6 in ?? ()
#8 0x80aa415 in ?? ()
#9 0x80fd36f in ?? ()
#10 0x80fb295 in ?? ()
#11 0x80fc2ee in ?? ()
#12 0x80e7410 in ?? ()
#13 0x80e700f in ?? ()
#14 0x80e6285 in ?? ()
#15 0x80e5cd0 in ?? ()
#16 0x80c7521 in ?? ()
#17 0x400eaa2c in ?? ()

----- Original Message -----
From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ben-Nes Michael" <miki(at)canaan(dot)co(dot)il>
Cc: "Stephan Szabo" <sszabo(at)megazone23(dot)bigpanda(dot)com>;
<pgsql-general(at)postgresql(dot)org>
Sent: Thursday, July 19, 2001 8:13 PM
Subject: Re: [GENERAL] VACUUM ANALYZE

> "Ben-Nes Michael" <miki(at)canaan(dot)co(dot)il> writes:
> > Core was generated by `postgres: admin canada-centre.co.il_album [local]
> > VACUUM '.
> > Program terminated with signal 11, Segmentation fault.
> > #0 0x4014d8e0 in ?? ()
>
> That doesn't look real promising, but try issuing a "bt" (backtrace)
> command to gdb, and see if you get any routine names rather than just
> addresses ...
>
> regards, tom lane
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-07-20 10:59:11 Re: Good software takes 10 years
Previous Message Tom Lane 2001-07-20 04:36:46 Re: Good software takes 10 years