On 6 June 2013 11:29, Lionel Cons <lionelcons1...@googlemail.com> wrote: > Forwarding an interesting posting from Roland Mainz who did an > investigation why signal trap processing in ksh93, bash and dash is > currently not reliable. > > Lionel >
PS: malloc() from AT&T libast, used by ksh93, is async signal safe. Unless bash's sh_malloc() has a similar functionality you'll need a different solution, such as using signalfd() Lionel