Hi, experts,

When I study the firefox startup performance, I find following line of 
debugging output:

29623: 1: 
file=/export/home/brian/moz-ws/community/builds/build1108/firefox-opt/nss/softokn/libfreebl_hybrid_3.so;
  
dlopen() called from 
file=/export/home/brian/moz-ws/community/builds/build1108/firefox-opt/dist/bin/libsoftokn3.so
  
[ RTLD_NOW  RTLD_LOCAL  RTLD_GROUP  RTLD_WORLD ]


I don't know why RTLD_NOW is present. Because* no *codes in 
libsoftokn3.so opens libfreebl_hybrid_3.so with dlopen() and 
libfreebl_hybrid_3.so is built with *no *-z now option.

Can anyone explain this for me?

Thanks in advance.

Brian


Reply via email to