To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=96647 Issue #|96647 Summary|MacOSX PPC: update bridge code Component|porting Version|DEV300m33 Platform|Macintosh URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|MacOSX Assigned to|macport Reported by|maho
------- Additional comments from [EMAIL PROTECTED] Thu Nov 27 08:29:00 +0000 2008 ------- There were many conditional breakages on MacOSX PowerPC. http://blog.livedoor.jp/maho_nakata/archives/51073896.html regcomp dumps core, almost everywhere, and conditional. Stefan Bergmann solved this problem, and this was due to bug in the bridge code. http://porting.openoffice.org/servlets/ReadMsg?list=mac&msgNo=7522 I got the idea that it might be the instruction cache flushing in the GCC--UNO bridge that causes all the trouble (both regcomp and saxparser; after all, that would explain why it does not happen always). And indeed, bridges::cpp_uno::shared::VtableFactory::flushCode in trunk/bridges/source/cpp_uno/gcc3_macosx_powerpc/[EMAIL PROTECTED] (copied from trunk/bridges/source/cpp_uno/gcc3_linux_powerpc/[EMAIL PROTECTED], both by khendricks on cc---maybe he remembers something or can add other kinds of insight...) appears to deviate slightly from what is recommended on page 352 of "Power ISA Version 2.04" (<http://www.power.org/resources/downloads/PowerISA_Public.pdf>). I verified that his patch works! --------------------------------------------------------------------- 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]
