Re: [wsjt-devel] Version 2.5.4 crashing on FreeBSD.

2022-04-12 Thread Case via wsjt-devel
So if it helps to shed any light, right after I performed the OS upgrade and before reinstalling all my ports I got back into the system and started up X and ran a few things to see if everything was good to proceed I did try wsjtx as well and to my surprise it worked fine and didn't crash between

Re: [wsjt-devel] Version 2.5.4 crashing on FreeBSD.

2022-04-11 Thread Alex Lelievre via wsjt-devel
Sorry let me be a bit more specific: The message field size that the runtime is complaining about has a length of 22. The message passed in has a size of -4294967274. -4294967274 is 0x0016 in hexadecimal. And if you ignore the top part of that 64 bit value, you get 0x16 which in de

Re: [wsjt-devel] Version 2.5.4 crashing on FreeBSD.

2022-04-11 Thread Alex Lelievre via wsjt-devel
Yes that is helpful- I ran into this same problem but I don’t remember exactly what I did to solve it and my source code is not showing a diff in that file. I believe what I had to do was to make sure that the caller to that routine was passing the right length string. However the “-42949672

Re: [wsjt-devel] Version 2.5.4 crashing on FreeBSD.

2022-04-11 Thread Jason Selwitz via wsjt-devel
is this what you were refering to? At line 1 of file /usr/ports/comms/wsjtx/work/.build/wsjtx-prefix/src/wsjtx/lib/gen65.f90 Fortran runtime error: Actual string length is shorter than the declared one for dummy argument 'msgsent' (-4294967274/22) Thanks again On 4/11/22 17:28, Jason Selwitz

Re: [wsjt-devel] Version 2.5.4 crashing on FreeBSD.

2022-04-11 Thread Jason Selwitz via wsjt-devel
Hi Alex, Yes this is the exact same issue nothing has changed.. And I would be happy to provide the backtrace, is there a particular way you need it generated, sorry I don't do it much. Thanks again for the assistance. Jason On 4/11/22 17:09, Alex Lelievre wrote: Hi Jason, Can you provide

Re: [wsjt-devel] Version 2.5.4 crashing on FreeBSD.

2022-04-11 Thread Alex Lelievre via wsjt-devel
Hi Jason, Can you provide a backtrace from the crash you are seeing? Is this the same problem you reported back in January with a Fortran runtime error? alex K6LOT > On Apr 11, 2022, at 1:41 PM, Jason Selwitz via wsjt-devel > wrote: > > Just following up again on this issue, I went ahead and

Re: [wsjt-devel] Version 2.5.4 crashing on FreeBSD.

2022-04-11 Thread Jason Selwitz via wsjt-devel
Just following up again on this issue, I went ahead and finally upgraded to 13.0 and reinstalled all my ports yet the crash still persists with the same error, I have tried recompiling with both GCC 10 and 8 to see if it would make a difference and no appreciable improvements have resulted .. I