This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "sfcb - Small Footprint CIM Broker".
The branch, master has been updated
via 9c1bb3284c083fa4a647e03c63483c320e56a35c (commit)
from 0dc5fc03dbabae41f81d2cc92dc3176d8333a799 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9c1bb3284c083fa4a647e03c63483c320e56a35c
Author: Michael Chase-Salerno <br...@li...>
Date: Thu Jun 6 13:25:19 2013 -0400
[sfcb-tix:#56] Intermittent segfault at shutdown
Relocate trace_stop due to timing issue on shmdt() call
-----------------------------------------------------------------------
Summary of changes:
sfcBroker.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sfcBroker.c b/sfcBroker.c
index 3d15a2d..7e1762e 100644
--- a/sfcBroker.c
+++ b/sfcBroker.c
@@ -274,10 +274,10 @@ stopBroker()
pthread_mutex_unlock(&syncMtx);
- _SFCB_TRACE_STOP();
-
unloadHostnameLib();
+ _SFCB_TRACE_STOP();
+
if (restartBroker) {
char *emsg = strerror(errno);
execvp("sfcbd", restartArgv);
hooks/post-receive
--
sfcb - Small Footprint CIM Broker
|