svn commit: r274151 - head/usr.bin/w

Andrey V. Elsukov ae at FreeBSD.org
Tue Nov 11 17:33:06 UTC 2014


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


More information about the svn-src-head mailing list