Hello Benoit,
Here are the output of conky when it fails;
and after the change in .conkyrc the output of conky when it runs ok.
--
Laurent
>>>>>>>>>>>>>>
$ cat .conkyrc |grep CPU
${color grey} CPU Usage: $cpu % ${cpubar 4}
${color grey}Name PID CPU% MEM%
$ conky
Conky: desktop window (101) is root window
Conky: drawing to desktop window
Conky: drawing to single buffer
assertion "fresh == NULL" failed: file "openbsd.c", line 345, function
"get_cpu_count"
Abort trap (core dumped)
$ vi .conkyrc
$ cat .conkyrc | grep CPU
#${color grey} CPU Usage: $cpu % ${cpubar 4}
${color grey}Name PID CPU% MEM%
$ conky
Conky: desktop window (101) is root window
Conky: drawing to desktop window
Conky: drawing to single buffer
<<<<<<<<<<<<<<<
Quoting Rafael Sadowski <[email protected]>:
> forward to Benoit Lecocq ( conky maintainer).
>
> On Mon May 14, 2012 at 11:46:22AM +0200, [email protected] wrote:
> > Hello,
> >
> > I report a bug in conky-1.8.1p5 and OpenBSD5.1 (i386 and powerpc)
> >
> > A fresh install of OpenBSD 5.1 with OpenBox and Conky, is not able to run
> conky
> > without a modification of the default ~/.conkyrc (copy of
> > /etc/conky/conky.conf).
> >
> > The line in the configuration file regarding cpu usage which contains
> ${cpu}%
> > makes conky abort due to an error in get_cpu_count (it seems to).
> >
> > If the line is commented out then conky works fine.
> >
> >
> > Best regards
> > --
> > Laurent