Re: table schema causes crash

Thomas T. Thai <tom@minnesota.com>

From: <tom@minnesota.com>
To: <pgsql-general@postgresql.org>
Cc: <tgl@sss.pgh.pa.us>, <pgman@candle.pha.pa.us>
Date: 2002-12-20T20:23:23Z
Lists: pgsql-general
>> But still, you haven't given us anywhere near enough information to
>> find the problem.  I think you'll have to either get in there with a
>> debugger yourself, or let someone have a temporary account on your
>> machine to study the problem.

I attached gdb to a running pid of psql. After I do:

\d imap_passwd

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
#14136 0x160034458 in _rtld_start () from /usr/libexec/ld.elf_so
#14137 0x160034458 in _rtld_start () from /usr/libexec/ld.elf_so
#14138 0x160034458 in _rtld_start () from /usr/libexec/ld.elf_so
...

pressing <return> and it keeps going and going...