mysql on alpha?
Idar Tollefsen
idart at performancedesign.no
Sat Mar 5 15:33:11 GMT 2005
What this means is that MySQL is trying to access memory not aligned on
4-byte boundaries. The system fixes this for you, but prints these warnings.
There are some sysctl variables you can play with here. You can either
just turn off the messages by setting machdep.unaligned_print to 0 or
you can debug the problem by compiling MySQL for yourself with debug
information and force it to crash. You force it to crash by setting
machdep.unaligned_sigbus to 1.
Printing these messages can also be turned off by setting
unaligned_print="NO" in rc.conf.
This is for 4.x btw. Not sure if these things works the same on 5.x.
- IT
Samo Jelovšek wrote:
> hello,
>
> has anyone successfuly qualify MySQL on alpha? I get some weird
> messages:
>
> pid 31049 (mysql): unaligned access: va=0x120028763 pc=0x160188b80
> ra=0x160188c14 op=ldl
> pid 31049 (mysql): unaligned access: va=0x120028763 pc=0x160188b90
> ra=0x160188c14 op=stl
> pid 31049 (mysql): unaligned access: va=0x120028763 pc=0x160188b80
> ra=0x160188c34 op=ldl
> pid 31049 (mysql): unaligned access: va=0x120028763 pc=0x160188b90
> ra=0x160188c34 op=stl
> pid 31049 (mysql): unaligned access: va=0x120028765 pc=0x160188b80
> ra=0x160188c14 op=ldl
> pid 31049 (mysql): unaligned access: va=0x120028765 pc=0x160188b90
> ra=0x160188c14 op=stl
> pid 31049 (mysql): unaligned access: va=0x120028765 pc=0x160188b80
> ra=0x160188c34 op=ldl
> pid 31049 (mysql): unaligned access: va=0x120028765 pc=0x160188b90
> ra=0x160188c34 op=stl
> pid 31049 (mysql): unaligned access: va=0x120028759 pc=0x160188b80
> ra=0x160188c14 op=ldl
> pid 31049 (mysql): unaligned access: va=0x120028759 pc=0x160188b90
> ra=0x160188c14 op=stl
> pid 31049 (mysql): unaligned access: va=0x120028759 pc=0x160188b80
> ra=0x160188c34 op=ldl
> pid 31049 (mysql): unaligned access: va=0x120028759 pc=0x160188b90
> ra=0x160188c34 op=stl
> pid 31049 (mysql): unaligned access: va=0x120028769 pc=0x160188b80
> ra=0x160188c14 op=ldl
> pid 31049 (mysql): unaligned access: va=0x120028769 pc=0x160188b90
> ra=0x160188c14 op=stl
> .....
>
> Do anyone know what's the problem here and how to fix this?
> Best regards,
> Samo
>
> _______________________________________________
> freebsd-alpha at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-alpha
> To unsubscribe, send any mail to "freebsd-alpha-unsubscribe at freebsd.org"
>
More information about the freebsd-alpha
mailing list