pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: wip/wsjtx does not decode FT8 radio signals.
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:77
This 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.
Home |
Main Index |
Thread Index |
Old Index