This may be expected behavior. The IBM Rexx manual for AIX says SIGNAL, CALL, internal function call, or trapped condition change SIGL. The OS/2 Object Rexx manual also says this, but it's not present in the original (classic Rexx) manual. The newest version available (2023) drops the "internal" wording and states simply: "The line number from which there was a transfer of control because of a function call, a SIGNAL instruction, or a CALL instruction - (SIGL)"
As a "proof of sanity" I guess, it does this on FreeBSD as well. res=SysFileSearch('derp', 'fpc-3.2.2.x86_64-linux.tar', ff, "N")
As a "proof of sanity" I guess, it does this on FreeBSD as well.
Segfault in SysFileSearch()
-O3 -> -O2 did the trick.. sorry for the false alarm ;) edit: where's my manners.. thank you!
-O3 -> -O2 did the trick.. sorry for the false alarm ;)
3.9.6, on Slackware Linux, built from https://downloads.sourceforge.net/regina-rexx/regina-rexx-3.9.6.tar.gz ./configure && make
CENTER regression