To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54319
User hr changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |WORKSFORME
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Nov 2 07:26:58 -0800
2005 -------
All that checkdll does is to open a shared library with dlopen() and extract a
single symbol from (GetVersionInfo) from it. It does not even try to unload the
library afterwards. So checkdll itself is almost certainly not at fault here.
It#s actually a 5 line program, all the cruft in there is stuff for MacOSX.
If checkdll segfaults it usually indicates a problem with the shared library or
one of the libraries the lib depends on, often it's some global initializer
(static constructors) which is broken - global initilizers are run on dlopen()
of a library. Detecting these cases is exactly where checkdll is for. In this
particular case it's look more like a broken runtime linker ... the stacks point
somewhere deep into relocation processing.
Since both of you work on Solaris 9 - could you please compare the patchlevel of
your linker and runtime linker? We work on Solaris 9 too, and have no problems
at all. The linker must be not to old, I weakly remember we had serious problems
with old linkers (I think the symptoms were similiar but I could be wrong here)
---------------------------------------------------------------------
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]