[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] bash ^C bug



On 31/01/12 11:18, Vincent Rivière wrote:
Alan Hourihane wrote:
Does this fix the ^C bug ? In my builds of the official sources I have
to type ^C followed by some character to produce a break, because IIRC
MiNT does not support the signal flag SA_RESTART.

No, that's still there. Not sure what caused it, as bash 3.2 works fine.

I looked at the sources a while ago. It seems that systems without SA_RESTART are not supported anymore. Signal handling in bash is quite complicated.

I just compared code that used SA_RESTART between bash 3.2 and 4.1 and it's the same, so I don't think it's that.

Alan.