[Webkit-unassigned] [Bug 132286] New: run-jsc-stress-tests: Silence warning about kernel interface hw.activecpu not available on Linux
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 28 10:33:50 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=132286
Summary: run-jsc-stress-tests: Silence warning about kernel
interface hw.activecpu not available on Linux
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: clopez at igalia.com
When running the run-jsc-stress-tests script, on Linux systems the following warning shows:
sysctl: cannot stat /proc/sys/hw/activecpu: No such file or directory
That kernel interface (hw.activecpu) is not available on Linux. The script gets right the number of CPUs because it fallbacks later to the nproc utility. However the warning about hw.activecpu should be hidden.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list