In a GUI based Application in Linux It is working properly in some systems,But segmentation fault (Because of SIGSEGV signal) is coming in others.Why? [closed]
- by Sreejith
The application consists of Driver code,a Source Object file(.so) ,and a Application code to interact with a hardware Card..
The problem comes in a mmap().It reads address from a card.
But it is not getting the correct address in some systems.The Error is because of It is receiving a SIGSEGV signal and segmentation fault followed to that.But in some system which having the same version of kernel is not at all facing the problem and working properly.
So please any one suggest the Reason and Remedy for this Problem.