Only split /proc/*/status lines on the : character.
commit7814f30a5ed65acd07f284bba991ca557788ee80
authorPaul Wise <pabs3@bonedaddy.net>
Thu, 28 Jul 2016 05:25:54 +0000 (28 13:25 +0800)
committerPaul Wise <pabs3@bonedaddy.net>
Thu, 28 Jul 2016 05:25:54 +0000 (28 13:25 +0800)
tree71dfdec747c7be8124bac8eb64b96d39212ad0d9
parentb8058ad26d91022874138c40b6b680eee3325ebd
Only split /proc/*/status lines on the : character.

Apparently vserver kernels have some lines that don't
appear to have the tab character so iotop crashes.

The tab character will be stripped by the next code line.

Closes: https://bugs.gentoo.org/show_bug.cgi?id=458556
iotop/data.py