Madhusudhan Reddy wrote:
> Hi,
> I see the following error when i try to view the core file using pstack
> 
> librtld_db failed to initialize; symbols from shared libraries will not be 
> available.
> 
> Iam seeing similar error while dbx too.
> 
> Iam viewing core file on the same machine(and same build environment) and i 
> have no clue why iam seeing this error. Can someone please explain why this 
> error is coming and is there any workaround the core file.
> 
> Thanks,
> amreddy
>  
>  
> This message posted from opensolaris.org
> _______________________________________________
> tools-linking mailing list
> tools-linking at opensolaris.org


This can mean that librtld_db is out of sync with ld.so.1. Offhand, it doesn't 
sound
like that is the case with your example. Are you building and modifying linker 
components
in your build area?

I found the following online that might be useful in understanding what
librtld_db does:
        
     
http://developers.sun.com/sunstudio/articles/DebugLibraries/DebugLibraries_content.html

I think Michael Hunter's hypothesis that your core file is truncated or 
otherwise
bad is a more likely answer.

- Ali

Reply via email to