[Bug 1659846] Re: /usr/bin/sudo:6:kill:main

2017-05-30 Thread Steve Beattie
And in fact this is covered by bug 1565332. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1659846 Title: /usr/bin/sudo:6:kill:main To manage notifications about this bug go to: https://bugs.launchp

[Bug 1659846] Re: /usr/bin/sudo:6:kill:main

2017-05-30 Thread Steve Beattie
Durr, wrong copy-pasta, the actual command is: $ sudo sh -c 'kill -ABRT $$' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1659846 Title: /usr/bin/sudo:6:kill:main To manage notifications about t

[Bug 1659846] Re: /usr/bin/sudo:6:kill:main

2017-05-30 Thread Steve Beattie
This is a false positive in sudo. What's happening is that sudo is taking an error from the program it executed and propagating out to the calling shell. Thus when a called application aborts (i.e. SIGABRT), it also triggers an abort for sudo. To demonstrate: $ sudo sh -c 'echo $$' results in