Larry Rosenman <ler(at)lerctr(dot)org> writes:
> I got the following:
> $ debug -ic -c core* /usr/local/pgsql/bin/postgres
> Warning: No debugging information in /usr/local/pgsql/bin/postgres
> Core image of postgres (process p1) created
> CORE FILE [_bt_getroot]
> SIGNALED 10 (bus code[BUS_OBJERR] address[0xbb12c550]) in p1
> 0x808f057 (_bt_getroot+135:) movzwl 16(%edi),%edx
Is it repeatable? It's hard to see how _bt_getroot() could core
except maybe in the presence of serious data corruption in the index ...
regards, tom lane