From: | <tom(at)minnesota(dot)com> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Cc: | <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Subject: | Re: table schema causes crash |
Date: | 2002-12-20 20:23:23 |
Message-ID: | 2450.63.226.186.156.1040415803.squirrel@www.minnesota.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
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...
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-12-20 20:31:49 | Re: table schema causes crash |
Previous Message | tom | 2002-12-20 19:49:23 | Re: table schema causes crash |