Re: [systemd-devel] [PATCH] cgtop: fix assert when not on tty

2015-03-12 Thread David Herrmann
Hi On Wed, Mar 11, 2015 at 11:24 AM, Umut Tezduyar Lindskog wrote: > systemd-cgtop --dept=1 -b -n 10 -d 0.1 | cat > > Assertion 'new_length >= 3' failed at src/shared/util.c:3 \ > 595, function ellipsize_mem(). Aborting. > Aborted (core dumped) > --- > src/cgtop/cgtop.c | 2 +- > 1 file changed,

[systemd-devel] [PATCH] cgtop: fix assert when not on tty

2015-03-11 Thread Umut Tezduyar Lindskog
systemd-cgtop --dept=1 -b -n 10 -d 0.1 | cat Assertion 'new_length >= 3' failed at src/shared/util.c:3 \ 595, function ellipsize_mem(). Aborting. Aborted (core dumped) --- src/cgtop/cgtop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c i