WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
236643
[JSC] Guard against dead remotes in numberOfProcessors
https://bugs.webkit.org/show_bug.cgi?id=236643
Summary
[JSC] Guard against dead remotes in numberOfProcessors
Angelos Oikonomopoulos
Reported
2022-02-15 06:09:31 PST
[JSC] Guard against dead remotes in numberOfProcessors
Attachments
Patch
(2.43 KB, patch)
2022-02-15 06:11 PST
,
Angelos Oikonomopoulos
no flags
Details
Formatted Diff
Diff
Patch
(2.76 KB, patch)
2022-02-21 01:49 PST
,
Angelos Oikonomopoulos
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Angelos Oikonomopoulos
Comment 1
2022-02-15 06:11:13 PST
Created
attachment 452014
[details]
Patch
Angelos Oikonomopoulos
Comment 2
2022-02-21 01:49:09 PST
Created
attachment 452720
[details]
Patch
Adrian Perez
Comment 3
2022-02-22 01:47:34 PST
Comment on
attachment 452720
[details]
Patch r=me View in context:
https://bugs.webkit.org/attachment.cgi?id=452720&action=review
> Tools/Scripts/run-jsc-stress-tests:2585 > + numProcessors = runCommandOnTester("sysctl -n hw.activecpu 2>/dev/null || nproc --all 2>/dev/null").to_i
I wonder if it would be better/good to use “getconf _NPROCESSORS_ONLN“ or have it as yet another fallback 🤔️ Anyway, just a thought, no need to update the patch for it.
Angelos Oikonomopoulos
Comment 4
2022-02-22 01:52:49 PST
(In reply to Adrian Perez from
comment #3
)
> Comment on
attachment 452720
[details]
> Patch > > r=me > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=452720&action=review
> > > Tools/Scripts/run-jsc-stress-tests:2585 > > + numProcessors = runCommandOnTester("sysctl -n hw.activecpu 2>/dev/null || nproc --all 2>/dev/null").to_i > > I wonder if it would be better/good to use “getconf _NPROCESSORS_ONLN“ or > have > it as yet another fallback 🤔️
That's probably a good idea. And since you mention _NPROCESSORS_ONLN, it'd probably make sense to remove the --all argument from the nproc invocation too.
EWS
Comment 5
2022-02-22 02:26:53 PST
Committed
r290298
(
247621@main
): <
https://commits.webkit.org/247621@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 452720
[details]
.
Radar WebKit Bug Importer
Comment 6
2022-02-22 02:27:16 PST
<
rdar://problem/89283653
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug