Re: Initdb problem on debian mips cobalt: Bus error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Initdb problem on debian mips cobalt: Bus error
Дата
Msg-id 420.1216746501@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Initdb problem on debian mips cobalt: Bus error  (Glyn Astill <glynastill@yahoo.co.uk>)
Список pgsql-general
Glyn Astill <glynastill@yahoo.co.uk> writes:
> And, the instruction pointer info:

> (gdb) x/i $pc
> 0x7572d0 <InitializeGUCOptions+648>:
>     beqz        v0,0x75748c <InitializeGUCOptions+1092>

Huh.  The pc could possibly be a bit off from reality in this type of
error, but none of the instructions immediately around it look like they
could be making a bogus memory access either.  The only thought that
comes to mind is that the branch is being attempted but there's garbage
at InitializeGUCOptions+1092 ?  Try "x/32i InitializeGUCOptions+1092"

What ulimit settings are operative anyway?  (ulimit -a might tell you)

            regards, tom lane

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

Предыдущее
От: "Bill Wordsworth"
Дата:
Сообщение: Re: pg_query transaction: auto rollback? begin or start?? commit or end???
Следующее
От: "Andrej Ricnik-Bay"
Дата:
Сообщение: Re: Problems Restarting PostgreSQL Daemon