gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r10057 - in gnunet: . src/core src/hostlist src/topology


From: gnunet
Subject: [GNUnet-SVN] r10057 - in gnunet: . src/core src/hostlist src/topology
Date: Mon, 18 Jan 2010 17:34:30 +0100

Author: grothoff
Date: 2010-01-18 17:34:30 +0100 (Mon, 18 Jan 2010)
New Revision: 10057

Modified:
   gnunet/TODO
   gnunet/src/core/core.h
   gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
   gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
   gnunet/src/topology/test_gnunet_service_topology_data.conf
Log:
fixed

Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2010-01-18 16:27:44 UTC (rev 10056)
+++ gnunet/TODO 2010-01-18 16:34:30 UTC (rev 10057)
@@ -13,24 +13,6 @@
 
 Urgent items (before announcing ng.gnunet.org):
 * topology
-  - valgrind crash (in topology test case):
-==31107== Invalid read of size 8                                               
                                                              
-==31107==    at 0x401DA1: free_peer (gnunet-daemon-topology.c:480)             
                                                              
-==31107==    by 0x4030A2: cleaning_task (gnunet-daemon-topology.c:1212)        
                                                              
-==31107==    by 0x545DCBD: run_ready (scheduler.c:482)                         
                                                              
-==31107==    by 0x545E0CD: GNUNET_SCHEDULER_run (scheduler.c:609)              
                                                              
-==31107==    by 0x545B00F: GNUNET_PROGRAM_run (program.c:223)                  
                                                              
-==31107==    by 0x403477: main (gnunet-daemon-topology.c:1346)                 
                                                              
-==31107==  Address 0x737e828 is 8 bytes inside a block of size 144 free'd      
                                                              
-==31107==    at 0x4C21DBC: free (vg_replace_malloc.c:325)                      
                                                              
-==31107==    by 0x544240B: GNUNET_xfree_ (common_allocation.c:144)             
                                                              
-==31107==    by 0x401E13: free_peer (gnunet-daemon-topology.c:487)             
                                                              
-==31107==    by 0x4030A2: cleaning_task (gnunet-daemon-topology.c:1212)        
                                                              
-==31107==    by 0x545DCBD: run_ready (scheduler.c:482)                         
                                                              
-==31107==    by 0x545E0CD: GNUNET_SCHEDULER_run (scheduler.c:609)              
                                                              
-==31107==    by 0x545B00F: GNUNET_PROGRAM_run (program.c:223)                  
                                                              
-==31107==    by 0x403477: main (gnunet-daemon-topology.c:1346)                 
                                                              
-==31107==                                                                      
                                                              
   - considers peers 'connected' well before they actually are
     (since core notifies about it too early?);
   - (forced) disconnect does not work (also CORE API issue)

Modified: gnunet/src/core/core.h
===================================================================
--- gnunet/src/core/core.h      2010-01-18 16:27:44 UTC (rev 10056)
+++ gnunet/src/core/core.h      2010-01-18 16:34:30 UTC (rev 10057)
@@ -250,7 +250,7 @@
 
 /**
  * Client asking core to transmit a particular message to
- * a particular target.  Does NOT have to be solicited.
+ * a particular target.  
  */
 struct SendMessage
 {

Modified: gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
===================================================================
--- gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf  2010-01-18 
16:27:44 UTC (rev 10056)
+++ gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf  2010-01-18 
16:34:30 UTC (rev 10057)
@@ -41,3 +41,4 @@
 
 [topology]
 DEBUG = YES
+PREFIX = valgrind --tool=memcheck

Modified: gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
===================================================================
--- gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf  2010-01-18 
16:27:44 UTC (rev 10056)
+++ gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf  2010-01-18 
16:34:30 UTC (rev 10057)
@@ -40,4 +40,5 @@
 #BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
 
 [topology]
-DEBUG = YES
\ No newline at end of file
+DEBUG = YES
+PREFIX = valgrind --tool=memcheck

Modified: gnunet/src/topology/test_gnunet_service_topology_data.conf
===================================================================
--- gnunet/src/topology/test_gnunet_service_topology_data.conf  2010-01-18 
16:27:44 UTC (rev 10056)
+++ gnunet/src/topology/test_gnunet_service_topology_data.conf  2010-01-18 
16:34:30 UTC (rev 10057)
@@ -29,7 +29,7 @@
 
 [topology]
 DEBUG = YES
-PREFIX = valgrind --tool=memcheck
+#PREFIX = valgrind --tool=memcheck
 
 [testing]
 WEAKRANDOM = YES





reply via email to

[Prev in Thread] Current Thread [Next in Thread]