To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115603





------- Additional comments from [email protected] Mon Dec  6 12:59:46 +0000 
2010 -------
It seems like this is as following:
OOo in versions < 3.3 shipped a libxml2 library with unversioned symbols.
Solaris already includes a libxml2 in standard system library paths
with versioned symbols.

OOo itself will only load its bundled libxml2 library, but the system
libxml2 may be loaded into the OOo process by dependencies from other
system libraries, such as GConf.

Since the OOo bundled libxml2 library did not use symbol versioning, the
functions in system libxml2 could call functions in the OOo bundled
libxml2, which could lead to crashes.

Crashes can definitely happen on Solaris 10 Update 8;
it is unknown whether other Solaris 10 update versions are affected.

This is fixed by building OOo bundled libxml2 with versioned symbols
(using different versions than system libxml2) in OOo 3.3.

For further details see the corresponding OOo issues:
http://www.openoffice.org/issues/show_bug.cgi?id=112480

MD: So I'm going to close this issue. OOo 3.3 works fine on any current Solaris
including builds 153/154 on x86 and SPARC.


---------------------------------------------------------------------
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]

Reply via email to