Milliken, Clark wrote:
> Removing the -Bsymbolic option has no effect.
> 
> I created a test prog, that just does just does a:
> 
>  dlopen(...,RTLD_NOW | RTLD_GLOBAL) and that works fine.
> 
> Another tid-bit...
> 
> If I LD_PRELOAD=libCstd.so.1, my crash goes away.

You don't happen to have two different versions of libCstd
being loaded in the process do you?   What does a pmap of the
core file reveal?

If not, then one of the C++/iostreams experts on this alias
will hopefully provide more information.

-- 
Rod

Reply via email to