From: Dave H. <hel...@us...> - 2013-08-23 14:20:18
|
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_1.3 has been updated via eb187a794985689cc1c84adbe6192697c30e6dec (commit) from d2ed326af86b51f618fb7cd43056a2cdfaf77eb3 (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 eb187a794985689cc1c84adbe6192697c30e6dec Author: Dave Heller <hel...@us...> Date: Fri Aug 23 10:19:24 2013 -0400 [sfcb-tix:#56] Intermittent segfault at shutdown ----------------------------------------------------------------------- Summary of changes: NEWS | 2 +- sfcBroker.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5713c29..9fd9865 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ Changes in 1.3.18 New features: Bugs fixed: - +- [sfcb-tix:#56] Intermittent segfault at shutdown Changes in 1.3.17 ================ diff --git a/sfcBroker.c b/sfcBroker.c index 7bb5bb7..9a04d77 100644 --- a/sfcBroker.c +++ b/sfcBroker.c @@ -253,9 +253,10 @@ static void stopBroker(void *p) free((void *)sfcBrokerStart); pthread_mutex_unlock(&syncMtx); - _SFCB_TRACE_STOP(); unloadHostnameLib(); + + _SFCB_TRACE_STOP(); if (restartBroker) { char *emsg=strerror(errno); hooks/post-receive -- sfcb - Small Footprint CIM Broker |