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

Memory-lock contention with Zowe Desktop plugin (z/OS Workload Interaction Navigator) #339

Open
ojcelis opened this issue Oct 12, 2022 · 1 comment
Assignees
Labels
bug Something isn't working priority-high An important issue that should be at least considered for the next PI, ideally within this one, if t severity-high A bug for which there may be workaround but limits the usage of the Zowe for major use cases

Comments

@ojcelis
Copy link

ojcelis commented Oct 12, 2022

Below is a code example on zowe-common-c:
char **tokens = (char **)SLHAlloc(slh, sizeof(char *) * CMS_MAX_COMMAND_TOKEN_COUNT);

@ojcelis ojcelis added the bug Something isn't working label Nov 2, 2022
@1000TurquoisePogs 1000TurquoisePogs added priority-high An important issue that should be at least considered for the next PI, ideally within this one, if t severity-high A bug for which there may be workaround but limits the usage of the Zowe for major use cases labels Feb 22, 2023
@1000TurquoisePogs
Copy link
Member

This could be fixed by zowe/launcher#58 but I'm not sure. I sent a build out to IBM on this, as they were the ones that reported the problem and can reproduce and measure its effects, so if they report this fix resolves the issue, then Zowe can merge it, otherwise there's no point in merging it as it just makes startup slower.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-high An important issue that should be at least considered for the next PI, ideally within this one, if t severity-high A bug for which there may be workaround but limits the usage of the Zowe for major use cases
Projects
Status: New
Development

No branches or pull requests

4 participants