[OpenAFS] Re: modload failing, Sol10 SPARC, 1.4.14

Andrew Deason adeason@sinenomine.net
Tue, 31 May 2011 12:06:11 -0500


On Tue, 31 May 2011 11:50:43 -0500
"Douglas E. Engert" <deengert@anl.gov> wrote:

> I can use Sun Studio 12 on Solaris 10, without
> the problem. The compiler was installed originally
> on Solaoris 9 in

I can see the problem on my Solaris 10 box if I install the newest
SUNWspro. My guess is it's translating some C operation into a memset,
and for some reason it goes for _memset, and it's a bug in some newish
version of Solaris Studio. afs_dynroot.o (for me anyway) has references
to both memset and _memset; if I comment out all of the explicit calls
to memset, the memset reference goes away but the _memset reference
stays.

It's hard to tell where the reference is coming from, though. Is there
any way to get nm or something else to tell me the address for what
instructions would be translated to a _memset call?

-- 
Andrew Deason
adeason@sinenomine.net