From: Chris B. <buc...@us...> - 2012-03-30 02:48:41
|
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 b583010f97004995ee5d7779df36b741c04e494b (commit) from 9cf0380bbc32b6fed4f0c67c7a831fc2c57b6ceb (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 b583010f97004995ee5d7779df36b741c04e494b Author: buccella <buc...@li...> Date: Thu Mar 29 22:48:30 2012 -0400 [ 3416054 ] Provider continues despite SIGSEGV ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index 94876fc..3051bfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ 2012-03-29 Chris Buccella <buc...@li...> - * httpAdapter.c: + * providerDrv.c: + [ 3416054 ] Provider continues despite SIGSEGV + (patch by Klaus Kampf) + + * httpAdapter.c: [ 3441028 ] sblim-sfcb fails on large https requests (patch by Klaus Kampf) diff --git a/NEWS b/NEWS index 56f9a93..e7cf262 100644 --- a/NEWS +++ b/NEWS @@ -128,6 +128,7 @@ Bugs Fixed: - 3408288 Safer Signal Handlers - 3487419 TestIndication Provider Does Not Enable Correctly - 3441028 sblim-sfcb fails on large https requests +- 3416054 Provider continues despite SIGSEGV Changes in 1.3.13 ================= diff --git a/contributions.txt b/contributions.txt index ee42f76..5eccc0a 100644 --- a/contributions.txt +++ b/contributions.txt @@ -116,6 +116,7 @@ Klaus Kampf, Novell 09/06/2011 [ 3400114 ] sfcb fails to start with ipv6 disabled 09/30/2011 [ 3416055 ] SIGSEGV sometimes does not print provider name 03/29/2012 [ 3441028 ] sblim-sfcb fails on large https requests +03/29/2012 [ 3416054 ] Provider continues despite SIGSEGV Mike Brasher, Inova ------------------- diff --git a/providerDrv.c b/providerDrv.c index 5660743..d56eaa4 100644 --- a/providerDrv.c +++ b/providerDrv.c @@ -533,7 +533,7 @@ handleSigSegv(int sig) spSendResult(&threads->requestor, &dmy, err_crash_resp, ecr_len); threads=threads->next; } - + abort(); /* force cord dump */ } static void hooks/post-receive -- SFCB - Small Footprint CIM Broker |