El 23/12/25 a las 7:22, Michael van Elst escribió:
ea1abz%gmail.com@localhost (Ramiro Aceves) writes:#0 0x000078935bb7eeea in _lwp_kill () from /usr/lib/libc.so.12 #1 0x000078935bb846e0 in abort () from /usr/lib/libc.so.12 #2 0x000078935c022fdc in __enable_execute_stack (addr=<optimized out>) at enable-execute-stack.c:77This sounds like the program requires an executable stack. You may need to allow that by patching the binary with something like: paxctl +m /path/to/binary This will disable the protection for the process running that binary.
Hello Michael, you were right! It does not crash now with paxctl +m in /usr/pkg/bin/jt9 binary
netbsd-nuc# paxctl /usr/pkg/bin/jt9 PaX flags: m: mprotect(2) restrictions, explicit disable netbsd-nuc# decoder does not crash now: netbsd-nuc$ jt9 -8 170923_082000.wav <DecodeFinished> 0 0 0But unfortunately WSJTX does not show decodes when feeding the program with test audio files.
I will continue investigating. Regards.