To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=65788
------- Additional comments from [EMAIL PROTECTED] Fri May 26 15:14:37 -0700 2006 ------- bus error on sparc is a hint of memory alignment problems. Browsing the changes reveals alignment code in alloc_impl.h and so this: [EMAIL PROTECTED]:~/m165/sal$ grep -r SAL_TYPES_ALIGNMENT8 * inc/sal/types.h: #define SAL_TYPES_ALIGNMENT8 1 rtl/source/alloc_impl.h:#if SAL_TYPES_ALIGNMENT8 > 1 rtl/source/alloc_impl.h:#define RTL_MEMORY_ALIGNMENT_8 SAL_TYPES_ALIGNMENT8 rtl/source/alloc_impl.h:#endif /* SAL_TYPES_ALIGNMENT8 */ unxlngs.pro/inc/sal/typesizes.h:#define SAL_TYPES_ALIGNMENT8 4 This last one looks odd, if I change 4 to be 8, touch rtl/source/alloc_impl.h and build again, then udkapi builds without errors. So it looks like the function GetAlignment or Description_Ctor in sal/typesconfig/typesconfig.c does not return a correct value? --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
