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

common: misc fixes detected by crypto shutdown assert #12925

Merged
merged 4 commits into from Jan 16, 2017

Conversation

liewegas
Copy link
Member

These are fixes uncovered by #12624, without the assert on shutdown that
helped find them (since not all leaks have been found yet).

We were leaking several heap items from
LibRadosMiscConnectFailure.ConnectFailure when connect() was called
multiple times (after failure).  Use std::unique_ptr to avoid maintaining
fragile cleanup paths.

Signed-off-by: Sage Weil <sage@redhat.com>
Signed-off-by: Sage Weil <sage@redhat.com>
This can happen if we trigger an assertion while g_ceph_context is being
torn down.

Signed-off-by: Sage Weil <sage@redhat.com>
We can dump the backtrace regardless of where we hit the assertion.

Signed-off-by: Sage Weil <sage@redhat.com>
@yuriw
Copy link
Contributor

yuriw commented Jan 13, 2017

test this please

Copy link
Contributor

@badone badone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

ostringstream oss;
bt.print(oss);
dout_emergency(oss.str());

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a thought here. Would this code benefit from Kefu's PR 9028 ?

@liewegas
Copy link
Member Author

liewegas commented Jan 16, 2017 via email

@yuriw yuriw merged commit 12a1e20 into ceph:master Jan 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants