Forum Topic - spawning a process fails after spme 20-30 reloads:
   
spawning a process fails after spme 20-30 reloads  
Hi Experts,

I need a general idea how to hit the issue.

There is a makefile which contains all the necessary objects and links of the .c and .o files.

The system works absolutely fine with the image.

Now, when u reload the image some 20-30 times, you will see that a particular process fails in spawnlp() and leads to 
complete system crash. this doesn't happen everytime when u reload.

 Additionally, In case of failure, it fails to load a .so from the library.

What could be the reason that after 20-30, it fails to load a shared object from library???

-Amit