Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - spawning a process fails after spme 20-30 reloads: (1 Item)
   
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