Re: [PORTS] Port Bug Report: postmaster/linux kernel unaligned trap errors

From: Uncle George <gatgul(at)voicenet(dot)com>
To: Ed Powell <epowell(at)visi(dot)com>
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] Port Bug Report: postmaster/linux kernel unaligned trap errors
Date: 1999-07-14 10:29:52
Message-ID: 378C66A0.8653C01A@voicenet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Unaligned traps aren't serious. They tell u that u fetched an int/long from an unaligned address. The processor caught the problem, and did an ( expensive ) fixup to get u the proper value.
It should be looked at to see if it can be aligned.
gat
Unprivileged user wrote:

> ============================================================================
> POSTGRESQL BUG REPORT TEMPLATE
> ============================================================================
>
>
> portmaster(6329): unaligned trap at 0000000120144ee0: 000000011fff9781
> portmaster(6329): unaligned trap at 0000000120144ee0: 000000011fff9782
> portmaster(6329): unaligned trap at 0000000120144ee0: 000000011fff9783
> portmaster(6329): unaligned trap at 0000000120144ee0: 000000011fff9785
>
> T

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Michael Davis 1999-07-14 12:57:22 Problems with Postgresql upgrade
Previous Message Uncle George 1999-07-14 10:23:22 RedHat6.0 & Alpha