Win 7 64 REXX-ooRexx_4.1.3(MT) 6.03 4 Jul 2013
Deb 7 64 REXX-ooRexx_4.2.0(MT)_64-bit 6.04 29 Dec 2013
Debian: segfault
Win 7: Open Object Rexx Interface has stopped working
on exec of this program
-- program
parse version v; say v
test = .test~new
say 'created' test
exit
::CLASS test
::METHOD makeString
-- end program
On first encounter I had a makeString method containing a say statement not a return statement, which also triggers the segfault.
Anonymous
This is already fixed in the 5.0.0 code.