[Bug 1510437] Re: list index out of range
Sebastien Bacher
seb128 at ubuntu.com
Tue Nov 10 12:58:39 UTC 2015
Thanks, I've sponsored the SRU
** Changed in: debian-goodies (Ubuntu Trusty)
Status: Triaged => Fix Committed
** Description changed:
+ * Impact
+ checkrestart raises python errors in some cases
+
+ * Test case
+ use checkrestart (on a system with gvfs fuse mounts?)
+
+ * Regression potential
+ verify that the command is working correctly
+
+ ----------------
+
# checkrestart
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
- Output information may be incomplete.
+ Output information may be incomplete.
Traceback (most recent call last):
- File "/usr/sbin/checkrestart", line 637, in <module>
- main()
- File "/usr/sbin/checkrestart", line 131, in main
- toRestart = lsofcheck(blacklist = blacklist)
- File "/usr/sbin/checkrestart", line 284, in lsofcheck
- process = processes.setdefault(data,Process(int(data)))
- File "/usr/sbin/checkrestart", line 555, in __init__
- m = re.match("^-", data[0])
+ File "/usr/sbin/checkrestart", line 637, in <module>
+ main()
+ File "/usr/sbin/checkrestart", line 131, in main
+ toRestart = lsofcheck(blacklist = blacklist)
+ File "/usr/sbin/checkrestart", line 284, in lsofcheck
+ process = processes.setdefault(data,Process(int(data)))
+ File "/usr/sbin/checkrestart", line 555, in __init__
+ m = re.match("^-", data[0])
IndexError: list index out of range
This bug is know upstream and has a patch: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=731386
Alternatively, the new upstream version 0.64 (trusty still has 0.63)
fixes this bug.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to debian-goodies in Ubuntu.
https://bugs.launchpad.net/bugs/1510437
Title:
list index out of range
Status in debian-goodies package in Ubuntu:
Fix Released
Status in debian-goodies source package in Trusty:
Fix Committed
Status in debian-goodies package in Debian:
Fix Released
Bug description:
* Impact
checkrestart raises python errors in some cases
* Test case
use checkrestart (on a system with gvfs fuse mounts?)
* Regression potential
verify that the command is working correctly
----------------
# checkrestart
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
Output information may be incomplete.
Traceback (most recent call last):
File "/usr/sbin/checkrestart", line 637, in <module>
main()
File "/usr/sbin/checkrestart", line 131, in main
toRestart = lsofcheck(blacklist = blacklist)
File "/usr/sbin/checkrestart", line 284, in lsofcheck
process = processes.setdefault(data,Process(int(data)))
File "/usr/sbin/checkrestart", line 555, in __init__
m = re.match("^-", data[0])
IndexError: list index out of range
This bug is know upstream and has a patch: https://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=731386
Alternatively, the new upstream version 0.64 (trusty still has 0.63)
fixes this bug.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-goodies/+bug/1510437/+subscriptions
More information about the foundations-bugs
mailing list