[Touch-packages] [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 Touch seeded packages, which is subscribed to sudo in Ubuntu. https://bugs.launchpad.net/bugs/1659846 Title: /usr/bin/sudo:6:kill:main Status in sudo package in Ubuntu: New

[Touch-packages] [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

[Touch-packages] [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 Touch seeded packages, which is subscribed to sudo in Ubuntu. https://bugs.launchpad.net/bugs/1659846 Title: /usr/bin/sudo:6:kill:main Status