Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2018 21:19:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230066] sysutils/turbostat coredump on ivy bridge
Message-ID:  <bug-230066-7788-3LlzVGP2mL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230066-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230066-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230066

--- Comment #1 from D Scott Phillips <d.scott.phillips@intel.com> ---
Created attachment 195703
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D195703&action=
=3Dedit
[PATCH] sysutils/turbostat: Fix reading topology with multiple packages

Fixed a bug where core identifiers within a package would not
count from zero. This caused a out-of-bounds array access when
multiple packages were present.

Also gracefully handle the absence of the kern.intrs sysctl (added
in 12.0), and don't use reallocarray (added in 11.0).

PR:             230066
Submitted by:   D Scott Phillips <d.scott.phillips@intel.com>

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230066-7788-3LlzVGP2mL>