Re: table schema causes crash - Mailing list pgsql-general

From
Subject Re: table schema causes crash
Date
Msg-id 2450.63.226.186.156.1040415803.squirrel@www.minnesota.com
Whole thread Raw
In response to Re: table schema causes crash  (<tom@minnesota.com>)
Responses Re: table schema causes crash  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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...



pgsql-general by date:

Previous
From:
Date:
Subject: Re: table schema causes crash
Next
From: Tom Lane
Date:
Subject: Re: table schema causes crash