Subject: Re: Strange segmentation fault trying to run postgresql on
To: =?ISO-8859-1?Q?R=E9mi_Zara?= <remi.zara@free.fr>
From: Alex Pelts <alexp@broadcom.com>
List: port-cobalt
Date: 04/30/2007 11:13:58
By the way you can try inserting some global char variables here and 
there to make compiler align things properly. You can also try to force 
alignment by compiler directives.
It looks like gcc has following syntax to do that :
int x __attribute__ ((aligned (16))) = 0;

Regards,
Alex