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

1060: Handle exceptions thrown during checkAndInitialize (#120) #127

Open
wants to merge 1 commit into
base: 1060
Choose a base branch
from

Conversation

rfrandse
Copy link
Contributor

Handle exceptions thrown during checkAndInitialize (#120)

If dump manager crashes core file will be generated but core dump will
not be created as the dump service that creates core dump is taking a
reset. We check for core files at the start of the dump service and
capture them in core dump.If there was an exception while capturing the
dump it was unhandled

Fix:
Added exception handling for the above scenario.

Signed-off-by: Deepa Karthikeyan <[email protected]>

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

Successfully merging this pull request may close these issues.

1 participant