Doug, Thanks, I'll be glad to test again on both x64 and i386 whenever he's ready.
Bill On 10/22/09 5:59 PM, "Doug MacEachern" <[email protected]> wrote: > On Oct 22, 2009, at 11:41 AM, Bill Harris wrote: > >> Doug, >> >> The Master branch version cpu plugin seems to work fine for X64 >> versions of 7.2, but >> fails to initialize the cpu plugin with a memory error on i386 >> versions of 7.2. > > Hi Bill, > > Strange that this would only be an issue on i386, but the array length > needs to be that of maxcpu: > - long cpuinfo[numcpu][CPUSTATES]; > + long cpuinfo[maxcpu][CPUSTATES]; > > I have push this change + a fix for gcc warnings on FreeBSD, if > Florian can pull them in to his master branch: > http://github.com/dougm/collectd/tree/kern_cp_times _______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
