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

Add type of the dump to the dump entry interface #19

Open
devenrao opened this issue Feb 21, 2022 · 0 comments
Open

Add type of the dump to the dump entry interface #19

devenrao opened this issue Feb 21, 2022 · 0 comments

Comments

@devenrao
Copy link
Contributor

We do not want more than one dump to be triggered causing memory issues. As part of testing multiple user initiated dump are triggered as dump collection is done in aync manner the caller thread is not blocked allowing user to triggern N no of dumps in the end causing system to go into undefined state.
At present added a flag to check if dump is in progress and rejecting other dumps but it would be good if we have a type in the dump which can identify it the dump is of user initiated.

https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-debug-collector/+/51219/6/dump_manager_bmc.hpp

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

1 participant