Обсуждение: VACUUM ANALYZE FAILS on 7.0.3

Поиск
Список
Период
Сортировка

VACUUM ANALYZE FAILS on 7.0.3

От
"Dave Cramer"
Дата:
Tom,
 
Thanks for the hint, and no I wasn't looking in the right place. Here is the backtrace
 
Dave
 
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"...(no debugging symbols found)...
 
warning: core file may not match specified executable file.
Core was generated by `/usr/bin/postgres localhost davec ebox VAC'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libcrypt.so.1...done.
Loaded symbols for /lib/libcrypt.so.1
Reading symbols from /lib/libnsl.so.1...done.
Loaded symbols for /lib/libnsl.so.1
Reading symbols from /lib/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib/libm.so.6...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /lib/libutil.so.1...done.
Loaded symbols for /lib/libutil.so.1
Reading symbols from /usr/lib/libreadline.so.4.1...done.
Loaded symbols for /usr/lib/libreadline.so.4.1
Reading symbols from /lib/libtermcap.so.2...done.
Loaded symbols for /lib/libtermcap.so.2
Reading symbols from /usr/lib/libncurses.so.5...done.
Loaded symbols for /usr/lib/libncurses.so.5
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /lib/libnss_files.so.2...done.
Loaded symbols for /lib/libnss_files.so.2
#0  0x40171b80 in strcoll () at strcoll.c:228
228     strcoll.c: No such file or directory.

Re: VACUUM ANALYZE FAILS on 7.0.3

От
Alfred Perlstein
Дата:
* Dave Cramer <Dave@micro-automation.net> [010124 09:08] wrote:
> Tom,
>
> Thanks for the hint, and no I wasn't looking in the right place. Here is the backtrace

This isn't a backtrace, you need to actually type 'bt' to get a backtrace.

-Alfred

Re: VACUUM ANALYZE FAILS on 7.0.3

От
"Dave Cramer"
Дата:
Your are correct !

#0  0x40171b80 in strcoll () at strcoll.c:228
#1  0x8115b1f in lztext_cmp ()
#2  0x8115b72 in lztext_eq ()
#3  0x8098809 in vacuum ()
#4  0x8096120 in vacuum ()
#5  0x8095705 in vacuum ()
#6  0x8094e9d in vacuum ()
#7  0x8094e21 in vacuum ()
#8  0x81000b3 in ProcessUtility ()
#9  0x80fd42c in pg_exec_query_dest ()
#10 0x80fd378 in pg_plan_query ()
#11 0x80fe465 in PostgresMain ()
#12 0x80e5b7b in PostmasterMain ()
#13 0x80e571c in PostmasterMain ()
#14 0x80e4889 in PostmasterMain ()
#15 0x80e420c in PostmasterMain ()
#16 0x80b571d in main ()
#17 0x4010ea7c in __libc_start_main (main=0x80b5670 <main>, argc=8,
ubp_av=0xbffffb24, init=0x80648b8 <_init>,
    fini=0x814632c <_fini>, rtld_fini=0x4000d684 <_dl_fini>,
stack_end=0xbffffb1c) at ../sysdeps/generic/libc-start.c:111
----- Original Message -----
From: "Alfred Perlstein" <bright@wintelcom.net>
To: "Dave Cramer" <Dave@micro-automation.net>
Cc: <pgsql-general@postgresql.org>; <tgl@sss.pgh.pa.us>
Sent: Wednesday, January 24, 2001 1:23 PM
Subject: Re: [GENERAL] VACUUM ANALYZE FAILS on 7.0.3


> * Dave Cramer <Dave@micro-automation.net> [010124 09:08] wrote:
> > Tom,
> >
> > Thanks for the hint, and no I wasn't looking in the right place. Here is
the backtrace
>
> This isn't a backtrace, you need to actually type 'bt' to get a backtrace.
>
> -Alfred
>
>