Re: table schema causes crash

From: <tom(at)minnesota(dot)com>
To: <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>, <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: Re: table schema causes crash
Date: 2002-12-20 21:07:16
Message-ID: 2489.63.226.186.156.1040418436.squirrel@www.minnesota.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> <tom(at)minnesota(dot)com> writes:
>> There are thousands of these lines in gdb:
>> #14133 0x160034458 in _rtld_start () from /usr/libexec/ld.elf_so
>> #14134 0x160034458 in _rtld_start () from /usr/libexec/ld.elf_so
>> #14135 0x160034458 in _rtld_start () from /usr/libexec/ld.elf_so
>
> I'd say the thing is already hosed at this point --- can you dig
> down to the bottom of the call stack and see what's under the infinite
> recursion?

(gdb) bt
#0 0x160275d84 in strlen () from /usr/lib/libc.so.12
#1 0x120010a10 in print_aligned_text ()
#2 0x120012ea8 in printTable ()
#3 0x120015a94 in describeTableDetails ()
#4 0x1200041f0 in exec_command ()
#5 0x120003a50 in HandleSlashCmds ()
#6 0x12000bb8c in MainLoop ()
#7 0x12000d974 in main ()
#8 0x1200036a4 in __start ()
#9 0x160034458 in _rtld_start () from /usr/libexec/ld.elf_so
#10 0x160034458 in _rtld_start () from /usr/libexec/ld.elf_so
#11 0x160034458 in _rtld_start () from /usr/libexec/ld.elf_so
#12 0x160034458 in _rtld_start () from /usr/libexec/ld.elf_so
[...]

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-12-20 21:18:30 Re: table schema causes crash
Previous Message scott.marlowe 2002-12-20 20:56:57 Re: How to backup a postgreSQL of 80 GByte ?