Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r781 committed - Fixing error which intermittently causes a SIGSEGV and stops any furth...

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r781 committed - Fixing error which intermittently causes a SIGSEGV and stops any furth...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r781 committed - Fixing error which intermittently causes a SIGSEGV and stops any furth...
  • Date: Fri, 31 Aug 2012 19:28:44 +0000

Revision: 781
Author:

Date: Fri Aug 31 12:28:29 2012
Log: Fixing error which intermittently causes a SIGSEGV and stops any further processing/DB writes.
http://code.google.com/p/ndt/source/detail?r=781

Modified:
/trunk/src/test_meta_srv.c

=======================================
--- /trunk/src/test_meta_srv.c Mon Apr 30 13:46:39 2012
+++ /trunk/src/test_meta_srv.c Fri Aug 31 12:28:29 2012
@@ -139,6 +139,7 @@
snprintf(new_entry->key, sizeof(new_entry->key),
"%s", buff);
snprintf(new_entry->value, sizeof(new_entry->value),
"%s", value);
}
+ new_entry->next = NULL; // ensure meta list ends here

// Finalize test by sending appropriate message, and setting
status
if (send_msg(ctlsockfd, TEST_FINALIZE, "", 0) < 0) {


  • [ndt-dev] [ndt] r781 committed - Fixing error which intermittently causes a SIGSEGV and stops any furth..., ndt, 08/31/2012

Archive powered by MHonArc 2.6.16.

Top of Page