This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Symbol versioning problem? Different versions of same symbol being called.


On Thu, Jan 24, 2002 at 01:34:08AM +0100, Carlo Wood wrote:
> I tracked down a bug to be a mixup of __old_sem_post and
> __new_sem_post being called in the same application.

Use readelf to dump symbols.  Is the application sem_post global?
Does the shared lib dynamic sem_post have default symbol
visibility?  If both of these conditions are true, then your
shared lib ought to be calling the application sem_post.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]