i have a perl program running on windows platform, this program performs a file presence check and quits if a timeout condition is met.
often ( in a irregular pattern ) i get a SIGQUIT delivered to the perl program, during this time machine was up and running. i'm not sure what causes this signal to get delivered
eliminating the possibility of a user raising this signal, what are the other places in which i can look for answers, your suggestions to debug this program are welcomed