Re: [wsjt-devel] Shared memory bug

2022-09-28 Thread Joe Taylor via wsjt-devel
Hi Mike, I cannot confirm that anything you mention needs to be fixed. You mention file 'constants.h', which does not exist. I think you must mean 'constants.f90'. File constants.f90 defines the constant NMAX to have the value 30*60*12000 -- the size necessary to hold 30 minutes of data

Re: [wsjt-devel] Shared memory bug

2022-09-27 Thread Black Michael via wsjt-devel
I'll note that still doesn't fix the segfault in jt9.exe Mike W9MDB On Tuesday, September 27, 2022 at 04:24:11 PM CDT, Black Michael via wsjt-devel wrote: I think this needs to be fixed -- seems lib/jt9com.f90 got out of sync with constants.h His WAV file also shows that NSMAX may

[wsjt-devel] Shared memory bug

2022-09-27 Thread Black Michael via wsjt-devel
I think this needs to be fixed -- seems lib/jt9com.f90 got out of sync with constants.h His WAV file also shows that NSMAX may need to be increased to 6912 diff --git a/lib/constants.f90 b/lib/constants.f90index 36e81c77b..4f39e1aba 100644--- a/lib/constants.f90+++ b/lib/constants.f90@@ -3,3