Arexx signal break on aos3.2

Online Status

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

Online Status

There have been few, if any changes to ARexx for 3.2. Have you tried the same code on 3.1?

Online Status

It works on 3.1 for sure.

Online Status

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

A friend of mine has tried rexxlib and Rx from wb3.1 in aos3.2 and works. With the standard shell.
So..I dont understand.