mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-30 20:52:28 -04:00
The ".quit" file that is used to communicate shutdown to the "jt9" sub-process was not getting deleted under some obscure circumstances. If "wsjtx" is started with the ".quit" file in place; "jt9" starts and stops immediately rather than going into it's normal wait state. Probably some sort of race condition between the two processes dying and file and/or shared memory locks. Rather than track the issue down I have added code to ensure that ".quit" is removed before starting "jt9". git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3586 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
Description
This a mirror of WSJT-X and will be updated every 6 hours. PR will be ignored, head to the SF link. Repo will be updated at 06:00:00 UTC 12:00:00 UTC 18:00:00 UTC 00:00:00 UTC Now fixed.
Languages
C++
52.4%
Fortran
19.5%
Python
18.8%
C
7.6%
CMake
1.3%
Other
0.1%