Arexx signal break on aos3.2
Post date
Sun, 02/15/2026 - 19:55
I have the following code running in aos3.2 but it doesnt break with ctrl+c.
But If I enable TS I can break it. Any change in the arexx signal process in 3.2?
/* Test */
signal on break_c
do forever
say 'aaaaaaaaaaaaaaaaaaaa'
end
break_c:
exit
Post date
Wednesday, February 18, 2026 - 12:16
It works on 3.1 for sure.
Post date
Saturday, February 21, 2026 - 09:53
I can confirm the problem the Break C Signal got not transmited to the AREXX task. It happen also if a old shell get used ,for example V46.21 from AOS 3.1.4.1, with AOS 3.2.x. It worked with other Shell replacement like ViNCED.
And it also worked with AOS 3.1 and 3.1.4(.1).
Online Status
There have been few, if any changes to ARexx for 3.2. Have you tried the same code on 3.1?