Re: Initdb problem on debian mips cobalt: Bus error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Initdb problem on debian mips cobalt: Bus error
Дата
Msg-id 24799.1216529015@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Initdb problem on debian mips cobalt: Bus error  (Glyn Astill <glynastill@yahoo.co.uk>)
Ответы Re: Initdb problem on debian mips cobalt: Bus error  (Glyn Astill <glynastill@yahoo.co.uk>)
Список pgsql-general
Glyn Astill <glynastill@yahoo.co.uk> writes:
> A recompile with --enable-debug, then rerunning the make check gave me the same backtrace from gdb

Did you actually give a "bt" command, or was that just the initial
output from gdb?

Another thing to try is looking around the current instruction pointer:

x/i $pc
x/32i $pc-32

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Karl Denninger
Дата:
Сообщение: Re: Whassup with this? (Create table xxx like yyy fails)
Следующее
От: Suresh_
Дата:
Сообщение: Re: Writing a user defined function