bug-bash
[Top][All Lists]
Advanced

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

Strange behaviour when sending SIGTERM to bash


From: Martin Schulte
Subject: Strange behaviour when sending SIGTERM to bash
Date: Wed, 28 Mar 2018 18:52:27 +0200

Hello,

I'm running bash under Debian Stretch:

$ echo $BASH_VERSION 
4.4.12(1)-release
$ trap
$ echo $$
1100
$ kill 1100
$ 

=> Looks fine for me

Then I do a

kill 1100

from another session and the bash above terminates.

=> Looks wrong for me

Greetings,

Martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]