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

Reply via email to