Hi,
I'm trying to run my application after enabled the mudflap tools. When I launch the binary from IDE, I got below error. 

ldd:FATAL: Could not use _dl_alloc. We are either out of memory or application overrides this symbol and returns NULL.
 In that case, executable must have DT_BIND_NOW or environment variable LD_BIND_NOW must be set
 
 I tried to enable the LD_BIND_NOW to non zero(1) environment variable and re-launch the application, now I ended up with below error. 
 
 ldd:FATAL: unable to create dlerror() key (Not enough memory)
 
My application was using open source library ssl and crypto. Due to this error, I'm not able to run my application using mudflap tool. 

Platform: x86
Neutrino OS: 6.5
IDE: 4.7.0 


However, I am able to launch the other applications successfully using mudflap. But the successful application is not using any using any ssl and crypto library. 

Thanks,
Murugaiyan