Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spawn call overwrites instead of ORs flags #58

Open
NattyNarwhal opened this issue Apr 1, 2022 · 1 comment
Open

spawn call overwrites instead of ORs flags #58

NattyNarwhal opened this issue Apr 1, 2022 · 1 comment

Comments

@NattyNarwhal
Copy link
Collaborator

See:

inherit.flags = SPAWN_SETJOBNAMEARGV_NP;

It overwrites a mutually exclusive job name flag, but it's also getting rid of the multithreaded job flag. Is this intentional? If so, the previous two lines should be dropped or this turned into an |=?

@jimoibm
Copy link
Contributor

jimoibm commented Jun 28, 2022

It seems intentional.
The change comment said:

1.9.3 xmlservice change spawn attributes no thread, different name

Previous flags are overwritten. Not sure why leave dead code there. Since XmlService is running under single-threaded job, the setup seems OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants