Re: what is this?

From: Ragnar Kjørstad <postgres(at)ragnark(dot)vestdata(dot)no>
To: LeSI <ssh2(at)usa(dot)net>
Cc: Postgresql Admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: what is this?
Date: 2000-06-01 04:34:54
Message-ID: 20000601063454.A4678@vestdata.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, Jul 08, 2036 at 07:36:11AM +0000, LeSI wrote:
> Jun 1 00:59:06 upa kernel: postmaster(11156): unaligned trap at
> 000000012013e320: 000000011fff9d05 28 1
>
> appears in the messages (syslog)
> running pgsql 6.5.3 in an alpha UP2000 , with redhat 6.1
> rpm installation.
>
> how can i fix it?

I'm on thin ice here, but I'm giving it a try:
(I'm counting on others correcting me if I'm directly wrong :)

I think the error is caused by some data-structure with 64bit variables
are not aligned by 64bit boundaries.

To fix it, you need to find the data-structure and change it.

The good news is that the kernel automagicly avoids the problem, so it
will not have any ill effects - if it bothers you, you can configure the
kernel to stop sending warnings.

--
Ragnar Kjørstad

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Conti Alessandro (R_EDP) 2000-06-01 09:29:57 Postgresql 7.0.3 and php. Problem to install ?
Previous Message Jan Wieck 2000-06-01 02:24:58 Re: [SQL] Re: create view security