I have a motif based application that runs on Fedora 9. This application has a functionality that calls itself periodically to perform a task using SIGALRM signal.
However the application seems to crash after a while.
Examining the logs, the X server seems to be crashing with the following logs:
*XIO: fatal IO error 2 (No such file or directory) on X server ":0.0" after 24275 requests (23960 known processed) with 0 events remaining.*
Could someone please tell me what could be the problem?