Dear ALL,

I am trying to reduce startup time of my application using CRLE.
I have created Alternative objects using crle for my executale.
I have found one docs related to this and then I did the following to create 
altrenative objects

crle -c \
./CRLE/config \
-f RTLD_REL_ALL \
-G /work/CP0003/test

but when I run my application "test" this gives me segmentation fault
in case if I changed flag "-f RTLD_REL_ALL"  to  "-f RTLD_REL_EXEC" then my 
executable run well.
could you please help me to sort out this why this is happening?

Another doubt:
When I have measure time using "time" commands in both cases(without 
alternative object and with alternative object),same times comes and some times 
more time comes in alternative object case
Why this happening since I have created alternative objects(pre-relocated 
object)
so ld.so.1 should take less time to run my application using these alternative 
objects.

is there any thing wrong with my testing procedure ?


Thanks & Regards
 
 
This message posted from opensolaris.org

Reply via email to