/usr/bin/sudo:6:kill:main
Bug #1659846 reported by
errors.ubuntu.com bug bridge
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
sudo (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
The Ubuntu Error Tracker has been receiving reports about a problem regarding sudo. This problem was most recently seen with package version 1.8.19p1-1ubuntu1, the problem page at https:/
If you do not have access to the Ubuntu Error Tracker you can request it at http://
To post a comment you must log in.
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 the following in /var/crash:
$ ls -l /var/crash/ sudo.0. crash
total 164
-rw-r----- 1 root whoopsie 29122 May 30 15:32 _bin_dash.0.crash
-rw-r----- 1 root whoopsie 133096 May 30 15:32 _usr_bin_