Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCheck for Background-Hang-Monitor opts in multi-process #26088
Closed
Labels
Comments
|
Hi! If you have any questions regarding this issue, feel free to make a comment here, or ask it in the If you intend to work on this issue, then add |
|
@highfive: assign me |
|
Hey @qrasmont! Thanks for your interest in working on this issue. It's now assigned to you! |
|
@gterzian Just out of curiosity, what are single-process and multiprocess modes? What does a single process constitute? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In single-process mode, we only start a BHM if the options has been set:
servo/components/constellation/pipeline.rs
Line 322 in af1ebe7
But we don't perform this check before starting the BHM in multi-process mode:
servo/components/servo/lib.rs
Line 1019 in b3c12ad
I think we should. The same
optsis available there as well.