Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
71277767
Commit
71277767
authored
Sep 09, 2019
by
Micha Müller
Browse files
Extend Caliper patch: provisional fix for segfault on termination
parent
2636e4b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcdbpusher/Caliper/patch
View file @
71277767
...
...
@@ -21,3 +21,27 @@
}
void post_init_cb(Caliper* c, Channel* chn) {
--- a/src/caliper/Caliper.cpp
+++ b/src/caliper/Caliper.cpp
@@ -267,15 +267,15 @@
struct Caliper::ThreadData
~ThreadData() {
{
- Caliper c;
- c.release_thread();
+// Caliper c;
+// c.release_thread();
}
if (is_initial_thread)
Caliper::release();
- if (Log::verbosity() >= 2)
- print_detailed_stats( Log(2).stream() );
+// if (Log::verbosity() >= 2)
+// print_detailed_stats( Log(2).stream() );
}
void print_detailed_stats(std::ostream& os) {
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment