Re: VACUUM ANALYZE - with debug

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 - with debug
Date: 2001-08-06 07:37:17
Message-ID: 013101c11e4a$9e87d600$aa5796d4@canaan.co.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

took time but here it is after recompile with enable-debug

I attached a tex file contain the log and gdb output

[root(at)www he_IL]# gdb --core ./base/18729/core
GNU gdb 5.0rh-5 Red Hat Linux 7.1
Copyright 2001 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 0x401225ea in ?? ()
(gdb) bt
#0 0x401225ea in ?? ()
#1 0x08123bf6 in ?? ()
#2 0x08123c43 in ?? ()
#3 0x08123e4e in ?? ()
#4 0x08135dee in ?? ()
#5 0x080ae0ea in ?? ()
#6 0x080addc1 in ?? ()
#7 0x080aa40e in ?? ()
#8 0x080aa37d in ?? ()
#9 0x080fd423 in ?? ()
#10 0x080fb349 in ?? ()
#11 0x080fc3a2 in ?? ()
#12 0x080e73fc in ?? ()
#13 0x080e6fef in ?? ()
#14 0x080e6259 in ?? ()
#15 0x080e5ca4 in ?? ()
#16 0x080c7491 in ?? ()
#17 0x400b9177 in ?? ()
(gdb)

----- 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: Friday, July 20, 2001 6:59 PM
Subject: Re: [GENERAL] VACUUM ANALYZE

>
> Hmm, unfortunate (was hoping that only the bottom of the trace
> was only addresses). Can you turn on --enable-debug (from configure),
> recompile, and see if it crashes then and what the trace is from that?
> I think that'd be sufficient in general to get routine names (if I'm
> wrong, I'm sure Tom will correct me...)
>
> On Fri, 20 Jul 2001, Ben-Nes Michael wrote:
>
> > 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 ?? ()
>
>
--------------------------
Canaan Surfing Ltd.
Internet Service Providers
Ben-Nes Michael - Manager
Tel: 972-4-6991122
http://sites.canaan.co.il
--------------------------

Attachment Content-Type Size
vacumm.txt text/plain 14.6 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Waldispuehl, Peter 2001-08-06 11:23:02 Installing PostgreSQL 7.1.2 on SCO Open Server 5.0.5
Previous Message Tom Lane 2001-08-06 05:32:01 Re: Improved Load Speed From Current Sources