Em Mon, Jun 06, 2016 at 07:52:52PM +0900, Taeung Song escreveu: > For example, > > If user config file has a wrong value 'red;default' > instead of a normal value like 'red, default' for a key 'colors.top', > > # cat ~/.perfconfig > [colors] > medium = red;default # wrong value > > and if running sub-command 'top', > > # perf top > > perf process is dead by force and terminal setting is broken > with a messge like below. > > Fatal: bad config file line 2 in /root/.perfconfig
Thanks, reproduced, tested, applied. - Arnaldo