Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2014 20:32:41 +0300
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        Marcel Moolenaar <marcel@FreeBSD.org>, src-committers@freebsd.org,  svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r274151 - head/usr.bin/w
Message-ID:  <54624839.4090807@FreeBSD.org>
In-Reply-To: <54624770.5010303@FreeBSD.org>
References:  <201411052354.sA5NsXTX072329@svn.freebsd.org> <54624770.5010303@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11.11.2014 20:29, Andrey V. Elsukov wrote:
> On 06.11.2014 02:54, Marcel Moolenaar wrote:
>> Author: marcel
>> Date: Wed Nov  5 23:54:33 2014
>> New Revision: 274151
>> URL: https://svnweb.freebsd.org/changeset/base/274151
>>
>> -	(void)printf(" %d user%s", nusers, nusers == 1 ? "" : "s");
>> +	xo_emit(" {:users/%d} user%s", nusers, nusers == 1 ? "" : "s");
>                                  ^^^^
> It looks like there is formatting problem.
> 

Also we discovered the problem:
# env LIBXO_OPTIONS="eatmem" uptime
Segmentation fault (core dumped)
# ls -lh *.core
-rw-------  1 root  wheel    18G Nov 11 21:37 uptime.core

-- 
WBR, Andrey V. Elsukov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54624839.4090807>