Bug#390433: dash: does not execute EXIT trap if shell is killed

2009-02-16 Thread Gerrit Pape
On Sun, Oct 19, 2008 at 04:57:34PM +0100, Chris Lamb wrote: Chris Lamb wrote: You marked this bug as forwarded but I don't see anything on the mailing list about it; should I just look harder? Any movement on this? Hi, I got no response from upstream yet. I applied the patch to

Bug#390433: dash: does not execute EXIT trap if shell is killed

2009-02-16 Thread Chris Lamb
Gerrit Pape wrote: I applied the patch to 0.5.5.1-1, but it unfortunately causes severe problems (#515229, #515064), so I removed it again in 0.5.5.1-2. I was never particularly confident in it, hence my desire to see upstream comment on it. Regards, -- ,''`. : :' : Chris

Bug#390433: dash: does not execute EXIT trap if shell is killed

2008-10-19 Thread Chris Lamb
Chris Lamb wrote: You marked this bug as forwarded but I don't see anything on the mailing list about it; should I just look harder? Any movement on this? Regards, -- ,''`. : :' : Chris Lamb `. `'` [EMAIL PROTECTED] `- signature.asc Description: PGP

Bug#390433: dash: does not execute EXIT trap if shell is killed

2008-10-19 Thread Daniel Baumann
severity 390433 important thanks This is a pretty bad bug for those of us who are relaying on correct trap handling, please apply patch, thanks. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet:

Bug#390433: dash: does not execute EXIT trap if shell is killed

2008-08-01 Thread Chris Lamb
Chris Lamb wrote: tags 390433 + patch thanks Hi Gerrit, You marked this bug as forwarded but I don't see anything on the mailing list about it; should I just look harder? Regards, -- Chris Lamb, UK [EMAIL PROTECTED]

Bug#390433: dash: does not execute EXIT trap if shell is killed

2008-06-10 Thread Chris Lamb
tags 390433 + patch thanks Patch attached. Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20 diff -urNad dash-0.5.4.orig/src/trap.c dash-0.5.4/src/trap.c --- dash-0.5.4.orig/src/trap.c

Bug#390433: dash: does not execute EXIT trap if shell is killed

2008-05-27 Thread Raphael Geissert
user [EMAIL PROTECTED] usertags 390433 + goal-dash thanks I am adding this bug to the dash as /bin/sh RG because IMHO it is relevant. This bug has actually affected some scripts I wrote and is kind-of annoying. Thanks, -- Atomo64 - Raphael Please avoid sending me Word, PowerPoint or Excel

Bug#390433: dash: does not execute EXIT trap if shell is killed

2006-10-01 Thread Martin Dickopp
Package: dash Version: 0.5.3-3 Severity: normal Hi, If I run the this two line script: trap 'echo EXIT trap executed' EXIT kill -HUP $$ I would expect it to display EXIT trap executed, but it does not display anything. (If I add a HUP trap, both the HUP trap and the EXIT trap are