Re: [BUGS] problem creating index in 6,5,3 - Mailing list pgsql-bugs

From Karl DeBisschop
Subject Re: [BUGS] problem creating index in 6,5,3
Date
Msg-id 200001061740.MAA24513@skillet.infoplease.com
Whole thread Raw
In response to Re: [BUGS] problem creating index in 6,5,3  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [BUGS] problem creating index in 6,5,3  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
gdb seesion follows:

GNU gdb 4.17.0.11 with Linux support
Copyright 1998 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"...
(gdb) attach 9923
Attaching to program `/opt/postgresql/bin/postgres', Pid 9923
Reading symbols from /lib/libcrypt.so.1...done.
Reading symbols from /lib/libnsl.so.1...done.
Reading symbols from /lib/libdl.so.2...done.
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /usr/lib/libreadline.so.3...done.
Reading symbols from /usr/lib/libhistory.so.3...done.
Reading symbols from /lib/libtermcap.so.2...done.
Reading symbols from /usr/lib/libncurses.so.4...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/ld-linux.so.2...done.
0x80d8363 in SpinAcquire ()
(gdb) break exit
Breakpoint 1 at 0x2abb0532: file exit.c, line 40.
(gdb) break _exit
Breakpoint 2 at 0x2ac1e910
(gdb) cont
Continuing.

Breakpoint 1, exit (status=0) at exit.c:40
exit.c:40: No such file or directory.
(gdb) bt
#0  exit (status=0) at exit.c:40
#1  0x80d6694 in proc_exit ()
#2  0x81075ef in elog ()
#3  0x80775f6 in _bt_buildadd ()
#4  0x80777ea in _bt_merge ()
#5  0x8077af5 in _bt_leafbuild ()
#6  0x807340d in btbuild ()
#7  0x810800f in fmgr_c ()
#8  0x8108227 in fmgr ()
#9  0x807e60b in index_build ()
#10 0x807de2b in index_create ()
#11 0x8085376 in DefineIndex ()
#12 0x80e006d in ProcessUtility ()
#13 0x80de096 in pg_exec_query_dest ()
#14 0x80ddfb7 in pg_exec_query ()
#15 0x80df03c in PostgresMain ()
#16 0x80c91ba in DoBackend ()
#17 0x80c8cda in BackendStartup ()
#18 0x80c8429 in ServerLoop ()
#19 0x80c7f67 in PostmasterMain ()
#20 0x80a0986 in main ()
#21 0x2aba7cb3 in __libc_start_main (main=0x80a0920 <main>, argc=5,
    argv=0x7ffffd34, init=0x8061360 <_init>, fini=0x810d63c <_fini>,
    rtld_fini=0x2aab5350 <_dl_fini>, stack_end=0x7ffffd2c)
    at ../sysdeps/generic/libc-start.c:78
(gdb) cont
Continuing.

Breakpoint 2, 0x2ac1e910 in _exit ()
(gdb) bt
#0  0x2ac1e910 in _exit ()
#1  0x2abb05f8 in exit () at exit.c:70
#2  0x80d6694 in proc_exit ()
#3  0x81075ef in elog ()
#4  0x80775f6 in _bt_buildadd ()
#5  0x80777ea in _bt_merge ()
#6  0x8077af5 in _bt_leafbuild ()
#7  0x807340d in btbuild ()
#8  0x810800f in fmgr_c ()
#9  0x8108227 in fmgr ()
#10 0x807e60b in index_build ()
#11 0x807de2b in index_create ()
#12 0x8085376 in DefineIndex ()
#13 0x80e006d in ProcessUtility ()
#14 0x80de096 in pg_exec_query_dest ()
#15 0x80ddfb7 in pg_exec_query ()
#16 0x80df03c in PostgresMain ()
#17 0x80c91ba in DoBackend ()
#18 0x80c8cda in BackendStartup ()
#19 0x80c8429 in ServerLoop ()
#20 0x80c7f67 in PostmasterMain ()
#21 0x80a0986 in main ()
#22 0x2aba7cb3 in __libc_start_main (main=0x80a0920 <main>, argc=5,
---Type <return> to continue, or q <return> to quit---
    argv=0x7ffffd34, init=0x8061360 <_init>, fini=0x810d63c <_fini>,
    rtld_fini=0x2aab5350 <_dl_fini>, stack_end=0x7ffffd2c)
    at ../sysdeps/generic/libc-start.c:78
(gdb) cont
Continuing.

Program exited normally.
(gdb)

pgsql-bugs by date:

Previous
From: "Andrew E. Kanevsky"
Date:
Subject: Bug or my problem
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] problem creating index in 6,5,3