Re: Initdb problem on debian mips cobalt: Bus error - Mailing list pgsql-general

From Tom Lane
Subject Re: Initdb problem on debian mips cobalt: Bus error
Date
Msg-id 24799.1216529015@sss.pgh.pa.us
Whole thread Raw
In response to Re: Initdb problem on debian mips cobalt: Bus error  (Glyn Astill <glynastill@yahoo.co.uk>)
Responses Re: Initdb problem on debian mips cobalt: Bus error
List 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 by date:

Previous
From: Karl Denninger
Date:
Subject: Re: Whassup with this? (Create table xxx like yyy fails)
Next
From: Suresh_
Date:
Subject: Re: Writing a user defined function