Changeset: 1f27e134bde1 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1f27e134bde1
Modified Files:
        monetdb5/mal/mal_profiler.c
Branch: Feb2013
Log Message:

Prevent deadlock: when exiting, don't try to recursively lock profileLock.


diffs (11 lines):

diff --git a/monetdb5/mal/mal_profiler.c b/monetdb5/mal/mal_profiler.c
--- a/monetdb5/mal/mal_profiler.c
+++ b/monetdb5/mal/mal_profiler.c
@@ -547,7 +547,6 @@ openProfilerStream(stream *fd)
 str
 closeProfilerStream(void)
 {
-       profilerHeartbeatEvent("ping");
        if (eventstream) {
                (void)mnstr_close(eventstream);
                (void)mnstr_destroy(eventstream);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to