Mail Archives: djgpp-workers/1999/04/02/00:18:32
On Wed, 31 Mar 1999, Mark E. wrote:
> I recompiled bash 1.147 with djdev 2.02 and tried it on my configure
> script snippet. When I press ctrl-c, it too prints a traceback. So perhaps
> some adjustments in libc like you mention are needed.
The libc changes only should be considered when you use tcsetattr to
change the INTR or QUIT keys. As long as you use the defaults (Ctrl-C and
Ctrl-\, respectively), everything should behave as it was in v2.01.
I don't think that the handling of SIGINT was changed in v2.02, which is
why I don't understand how did Bash begin to print traceback under
Ctrl-C. Can you spot the differences?
- Raw text -