From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Martin Pitt <martin(at)piware(dot)de>, Bugs <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: My investigations of the postmaster Bus error |
Date: | 2005-12-22 13:56:43 |
Message-ID: | 20051222135643.GA21448@surnet.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-patches |
[Sorry for copying -patches in my last email, I actually meant to send
it to pgsql-bugs]
Alvaro Herrera wrote:
> I've been playing with the MIPS machine a little and still haven't found
> any _obvious_ cause for the problem. However I suspect that it may be
> related to unaligned memory access, which _I think_ results in a SIGBUS
> on MIPS.
However, this may turn out to be a red herring, because the variables
are allocated in the data segment and not by malloc, so I think it's
pretty hard to believe there's any unaligned acccess. A small program
that simulates what Postgres is doing here is attached, and it doesn't
fail with SIGBUS, which is rather what I'd expect. There may be
something different in the way Postgres does things, but I haven't been
able to find what. Suggestions welcome.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
Attachment | Content-Type | Size |
---|---|---|
sigbus.c | text/x-csrc | 920 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Jaime Casanova | 2005-12-22 16:43:18 | Re: BUG #2121: Problem with backup and query |
Previous Message | Alvaro Herrera | 2005-12-22 13:03:49 | Re: [BUGS] My investigations of the postmaster Bus error |
From | Date | Subject | |
---|---|---|---|
Next Message | Euler Taveira de Oliveira | 2005-12-22 13:59:35 | Re: to_char and i18n |
Previous Message | Alvaro Herrera | 2005-12-22 13:03:49 | Re: [BUGS] My investigations of the postmaster Bus error |