gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10000 - in gnunet: . src/core src/hostlist src/include src


From: gnunet
Subject: [GNUnet-SVN] r10000 - in gnunet: . src/core src/hostlist src/include src/topology src/util
Date: Thu, 14 Jan 2010 15:56:58 +0100

Author: grothoff
Date: 2010-01-14 15:56:57 +0100 (Thu, 14 Jan 2010)
New Revision: 10000

Modified:
   gnunet/TODO
   gnunet/src/core/core.h
   gnunet/src/core/core_api.c
   gnunet/src/core/gnunet-service-core.c
   gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
   gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
   gnunet/src/include/gnunet_protocols.h
   gnunet/src/topology/gnunet-daemon-topology.c
   gnunet/src/util/
Log:
debugging, found a few more crashes with the hostlist test


Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2010-01-14 12:08:55 UTC (rev 9999)
+++ gnunet/TODO 2010-01-14 14:56:57 UTC (rev 10000)
@@ -12,15 +12,76 @@
 * UPNP [Milan]
 
 Urgent items (before announcing ng.gnunet.org):
-* TEST:
-  - topology
-  - hostlist
-    * test fails (peers don't connect quickly, could be topology issue)
+* topology
+  - needs testing
+* hostlist
+  - test fails (peers don't connect quickly, could be topology issue)
+  - crashes:
+(gdb) print pos
+$1 = (struct GNUNET_TRANSPORT_TransmitHandle *) 0x21
+(gdb) print h
+$2 = (struct GNUNET_TRANSPORT_Handle *) 0x21775d0
+(gdb) print *h
+$3 = {cls = 0x454d414e54534f48, rec = 0x7f66983d7e00 <_IO_stdfile_0_lock>, 
nc_cb = 0x4010d8 <notify_connect+128>, nd_cb = 0x21, my_hello = 
0x736f686c61636f6c, client = 0x7f66983d0074, network_handle = 0x0, 
connect_wait_head = 0x21, connect_ready_head = 0x21775b0,
+  hwl_head = 0x2177630, sched = 0x2177650, cfg = 0x21, neighbours = 
0x54524f5050545448, reconnect_task = 140078617558528, reconnect_delay = {value 
= 1000}, transmission_scheduled = 33}
+(gdb) ba
+#0  0x00007f6698a2143c in add_neighbour (h=0x21775d0, quota_out=1, 
latency=..., pid=0x7fff2d320bd0) at transport_api.c:1383
+#1  0x00007f6698a21d70 in demultiplexer (cls=0x21775d0, msg=0x7fff2d320bc0) at 
transport_api.c:1645
+#2  0x00007f66985ed452 in receive_task (cls=0x2177470, tc=0x7fff2d320ca0) at 
client.c:491
+#3  0x00007f6698609caa in run_ready (sched=0x7fff2d320d10) at scheduler.c:482
+#4  0x00007f669860a0ba in GNUNET_SCHEDULER_run (task=0x7f66986069a8 
<program_main>, task_cls=0x7fff2d320f20) at scheduler.c:609
+#5  0x00007f6698606ffc in GNUNET_PROGRAM_run (argc=5, argv=0x7fff2d321000, 
binaryName=0x401b3f "st-gnunetd-hostlist-peer-2", binaryHelp=0x401b86 "", 
options=0x7fff2d320fc0, task=0x401638 <run+128>, task_cls=0x602360) at 
program.c:223
+
 * CORE:
   - soliciting traffic for clients that registered for it is not implemented
     (in the service, client API supports 
GNUNET_MESSAGE_TYPE_CORE_SOLICIT_TRAFFIC
      but never receives any such messages); how to avoid busy-waiting here
      is a good question (solicit => nothing, when to solicit again???)
+  - crashes:
+#0  0x00007ffff7072f55 in *__GI_raise (sig=<value optimized out>)
+    at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
+#1  0x00007ffff7075d90 in *__GI_abort () at abort.c:88
+#2  0x00007ffff7bdfc68 in produce_configure_message (cls=0x61c480, size=65536, 
+    buf=0x65a008) at core_api.c:932
+#3  0x00007ffff7bde53c in request_start (cls=0x6213c0, size=65536, 
+    buf=0x65a008) at core_api.c:336
+#4  0x00007ffff75a6c90 in client_notify (cls=0x634110, size=65536, 
+    buf=0x65a008) at client.c:822
+#5  0x00007ffff75ac3f8 in process_notify (sock=0x659f30) at connection.c:1218
+#6  0x00007ffff75ac7f3 in transmit_ready (cls=0x659f30, tc=0x7fffffffdbe0)
+    at connection.c:1358
+#7  0x00007ffff75c2caa in run_ready (sched=0x7fffffffdc50) at scheduler.c:482
+#8  0x00007ffff75c30ba in GNUNET_SCHEDULER_run (
+    task=0x7ffff75bf9a8 <program_main>, task_cls=0x7fffffffde60)
+    at scheduler.c:609
+#9  0x00007ffff75bfffc in GNUNET_PROGRAM_run (argc=5, argv=0x7fffffffe018, 
+    binaryName=0x403fbb "topology", 
+    binaryHelp=0x403f78 "GNUnet topology control (maintaining P2P mesh and F2F 
constraints)", options=0x6048c0, task=0x4031fd <run>, task_cls=0x0)
+    at program.c:223
+#10 0x000000000040353c in main (argc=5, argv=0x7fffffffe018)
+    at gnunet-daemon-topology.c:1303
+* TRANSPORT:
+  - crashes:
+(gdb) ba
+#0  0x00007ffff5d0d3d4 in disconnect_session (session=0x656700)
+    at plugin_transport_tcp.c:797
+#1  0x00007ffff5d0d74c in session_try_connect (cls=0x656700, peer=0x0, 
+    hello=0x0, trust=0) at plugin_transport_tcp.c:990
+#2  0x00007ffff7bdf26e in info_handler (cls=0x6306e0, msg=0x7fffffffda60)
+    at peerinfo_api.c:180
+#3  0x00007ffff79b0452 in receive_task (cls=0x69ec40, tc=0x7fffffffdb00)
+    at client.c:491
+#4  0x00007ffff79cccaa in run_ready (sched=0x7fffffffdb70) at scheduler.c:482
+#5  0x00007ffff79cd0ba in GNUNET_SCHEDULER_run (
+    task=0x7ffff79d1898 <service_task>, task_cls=0x7fffffffde10)
+    at scheduler.c:609
+#6  0x00007ffff79d27e1 in GNUNET_SERVICE_run (argc=3, argv=0x7fffffffe028, 
+    serviceName=0x405e6b "transport", opt=GNUNET_SERVICE_OPTION_NONE, 
+    task=0x4055c9 <run>, task_cls=0x0) at service.c:1345
+#7  0x0000000000405870 in main (argc=3, argv=0x7fffffffe028)
+    at gnunet-service-transport.c:2784
+
+
 * FS (basic anonymous FS only)
   - implement FS service (P2P operations)
     + how to send queries (soliciting is not there in core; do we

Modified: gnunet/src/core/core.h
===================================================================
--- gnunet/src/core/core.h      2010-01-14 12:08:55 UTC (rev 9999)
+++ gnunet/src/core/core.h      2010-01-14 14:56:57 UTC (rev 10000)
@@ -29,12 +29,12 @@
 /**
  * General core debugging.
  */
-#define DEBUG_CORE GNUNET_NO
+#define DEBUG_CORE GNUNET_YES
 
 /**
  * Debugging interaction core-clients.
  */
-#define DEBUG_CORE_CLIENT GNUNET_NO
+#define DEBUG_CORE_CLIENT GNUNET_YES
 
 /**
  * Definition of bits in the InitMessage's options field that specify

Modified: gnunet/src/core/core_api.c
===================================================================
--- gnunet/src/core/core_api.c  2010-01-14 12:08:55 UTC (rev 9999)
+++ gnunet/src/core/core_api.c  2010-01-14 14:56:57 UTC (rev 10000)
@@ -1110,7 +1110,8 @@
   th->priority = priority;
   th->msize = sizeof (struct SendMessage) + notify_size;
   /* was the request queue previously empty? */
-  if (handle->pending_head == th)
+  if ( (handle->pending_head == th) &&
+       (handle->th == NULL) )
     trigger_next_request (handle);
   return th;
 }

Modified: gnunet/src/core/gnunet-service-core.c
===================================================================
--- gnunet/src/core/gnunet-service-core.c       2010-01-14 12:08:55 UTC (rev 
9999)
+++ gnunet/src/core/gnunet-service-core.c       2010-01-14 14:56:57 UTC (rev 
10000)
@@ -844,6 +844,7 @@
 
 /**
  * Send a message to one of our clients.
+ *
  * @param client target for the message
  * @param msg message to transmit
  * @param can_drop could this message be dropped if the
@@ -1938,7 +1939,12 @@
        min_prio_prev->next = min_prio_entry->next;      
       GNUNET_free (min_prio_entry);    
     }
-  
+
+#if DEBUG_CORE
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+             "Adding transmission request for `%4s' to queue\n",
+             GNUNET_i2s (&sm->peer));
+#endif  
   e = GNUNET_malloc (sizeof (struct MessageEntry) + msize);
   e->deadline = GNUNET_TIME_absolute_ntoh (sm->deadline);
   e->priority = ntohl (sm->priority);

Modified: gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
===================================================================
--- gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf  2010-01-14 
12:08:55 UTC (rev 9999)
+++ gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf  2010-01-14 
14:56:57 UTC (rev 10000)
@@ -12,7 +12,8 @@
 
 [arm]
 PORT = 12966
-DEFAULTSERVICES = resolver transport core statistics
+DEFAULTSERVICES = resolver transport core statistics topology
+GLOBAL_PREFIX = xterm -e gdb -x cmd --args 
 
 [statistics]
 PORT = 12967
@@ -25,6 +26,7 @@
 
 [core]
 PORT = 12970
+DEBUG = YES
 
 [testing]
 WEAKRANDOM = YES
@@ -33,3 +35,7 @@
 HTTPPORT = 12980
 SERVERS = http://localhost:12981/
 OPTIONS = -b -p
+BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
+
+[topology]
+DEBUG = YES

Modified: gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
===================================================================
--- gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf  2010-01-14 
12:08:55 UTC (rev 9999)
+++ gnunet/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf  2010-01-14 
14:56:57 UTC (rev 10000)
@@ -12,7 +12,8 @@
 
 [arm]
 PORT = 22966
-DEFAULTSERVICES = resolver transport core statistics
+DEFAULTSERVICES = resolver transport core statistics topology
+GLOBAL_PREFIX = xterm -e gdb -x cmd --args 
 
 [statistics]
 PORT = 22967
@@ -25,6 +26,7 @@
 
 [core]
 PORT = 22970
+DEBUG = YES
 
 [testing]
 WEAKRANDOM = YES
@@ -33,3 +35,7 @@
 HTTPPORT = 12981
 SERVERS = http://localhost:12980/
 OPTIONS = -b -p
+BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
+
+[topology]
+DEBUG = YES
\ No newline at end of file

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2010-01-14 12:08:55 UTC (rev 
9999)
+++ gnunet/src/include/gnunet_protocols.h       2010-01-14 14:56:57 UTC (rev 
10000)
@@ -322,6 +322,10 @@
  */
 #define GNUNET_MESSAGE_TYPE_CORE_HANGUP 84
 
+/**
+ * Dummy message send by the topology service to create connections.
+ */
+#define GNUNET_MESSAGE_TYPE_TOPOLOGY_DUMMY 91
 
 /**
  * Message sent by datastore client on join.
@@ -441,7 +445,6 @@
  */
 #define GNUNET_MESSAGE_TYPE_FS_GET 138
 
-
 /**
  * P2P response with content or active
  * migration of content.

Modified: gnunet/src/topology/gnunet-daemon-topology.c
===================================================================
--- gnunet/src/topology/gnunet-daemon-topology.c        2010-01-14 12:08:55 UTC 
(rev 9999)
+++ gnunet/src/topology/gnunet-daemon-topology.c        2010-01-14 14:56:57 UTC 
(rev 10000)
@@ -251,13 +251,23 @@
 ready_callback (void *cls,
                size_t size, void *buf)
 {
+  struct GNUNET_MessageHeader hdr;
+  if (buf == NULL)
+    {
 #if DEBUG_TOPOLOGY
+      GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                 "Core told us that our attempt to connect failed.\n");
+#endif
+      return 0;
+    }
+#if DEBUG_TOPOLOGY
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-             (buf == NULL)
-             ? "Core told us that our attempt to connect failed.\n"
-             : "Core told us that our attempt to connect worked. Good!\n");
+             "Sending dummy message to establish connection.\n");
 #endif
-  return 0;
+  hdr.size = htons (sizeof (struct GNUNET_MessageHeader));
+  hdr.type = htons (GNUNET_MESSAGE_TYPE_TOPOLOGY_DUMMY);
+  memcpy (buf, &hdr, sizeof (struct GNUNET_MessageHeader));
+  return sizeof (struct GNUNET_MessageHeader);
 }
 
 


Property changes on: gnunet/src/util
___________________________________________________________________
Modified: svn:ignore
   - test_peer
test_bio.gcno
test_bio.gcda
gnunet-service-resolver.gcda
test_bio
resolver_api.gcno
resolver_api.gcda
peer.gcno
peer.gcda
container_slist.gcno
container_slist.gcda
container_heap.gcno
container_heap.gcda
connection.gcno
connection.gcda
bio.gcno
bio.gcda
test_resolver_api.gcno
test_resolver_api.gcda
test_container_slist.gcno
test_container_slist.gcda
test_container_heap.gcno
test_container_heap.gcda
test_connection_transmit_cancel.gcno
test_connection_transmit_cancel.gcda
test_connection_timeout_no_connect.gcno
test_connection_timeout_no_connect.gcda
test_connection_timeout.gcno
test_connection_timeout.gcda
test_connection_receive_cancel.gcno
test_connection_receive_cancel.gcda
test_connection_addressing.gcno
test_connection_addressing.gcda
test_connection.gcno
test_connection.gcda
gnunet-service-resolver.gcno
test_resolver_api
test_container_slist
test_container_heap
gnunet-service-resolver
test_container_vector
test_connection_transmit_cancel
test_connection_timeout_no_connect
test_connection_timeout
test_connection_receive_cancel
test_connection_addressing
test_connection
time.gcno
time.gcda
test_plugin_plug.gcno
test_plugin_plug.gcda
strings.gcno
strings.gcda
signal.gcno
signal.gcda
service.gcno
service.gcda
server_tc.gcno
server_tc.gcda
server.gcno
server.gcda
scheduler.gcno
scheduler.gcda
pseudonym.gcno
pseudonym.gcda
program.gcno
program.gcda
plugin.gcno
plugin.gcda
os_priority.gcno
os_priority.gcda
os_network.gcno
os_network.gcda
os_load.gcno
os_load.gcda
os_installation.gcno
os_installation.gcda
network.gcno
network.gcda
getopt_helpers.gcno
getopt_helpers.gcda
getopt.gcno
getopt.gcda
disk.gcno
disk.gcda
crypto_rsa.gcno
crypto_rsa.gcda
crypto_random.gcno
crypto_random.gcda
crypto_ksk.gcno
crypto_ksk.gcda
crypto_hash.gcno
crypto_hash.gcda
crypto_crc.gcno
crypto_crc.gcda
crypto_aes.gcno
crypto_aes.gcda
container_multihashmap.gcno
container_multihashmap.gcda
container_meta_data.gcno
container_meta_data.gcda
container_bloomfilter.gcno
container_bloomfilter.gcda
configuration.gcno
configuration.gcda
common_logging.gcno
common_logging.gcda
common_gettext.gcno
common_gettext.gcda
common_endian.gcno
common_endian.gcda
common_allocation.gcno
common_allocation.gcda
client.gcno
client.gcda
test_time.gcda
test_strings.gcda
test_service.gcda
test_server_with_client.gcda
test_server_disconnect.gcda
test_server.gcda
test_scheduler_delay.gcda
test_scheduler.gcda
test_pseudonym.gcda
test_program.gcda
test_plugin.gcda
test_os_priority.gcda
test_os_network.gcda
test_os_load.gcda
perf_crypto_hash.gcda
test_time.gcno
test_time
test_strings.gcno
test_strings
test_service.gcno
test_service
test_server_with_client.gcno
test_server_with_client
test_server_disconnect.gcno
test_server_disconnect
test_server.gcno
test_server
test_scheduler_delay.gcno
test_scheduler_delay
test_scheduler.gcno
test_scheduler
test_pseudonym.gcno
test_pseudonym
test_program.gcno
test_program
test_plugin.gcno
test_plugin
test_os_priority.gcno
test_os_priority
test_os_network.gcno
test_os_network
test_os_load.gcno
test_os_load
test_network_transmit_cancel.gcno
test_network_transmit_cancel.gcda
test_network_transmit_cancel
test_network_timeout_no_connect.gcno
test_network_timeout_no_connect.gcda
test_network_timeout_no_connect
test_network_timeout.gcno
test_network_timeout.gcda
test_network_timeout
test_network_receive_cancel.gcno
test_network_receive_cancel.gcda
test_network_receive_cancel
test_network_addressing.gcno
test_network_addressing.gcda
test_network_addressing
test_network.gcno
test_network.gcda
test_network
test_getopt.gcno
test_getopt.gcda
test_getopt
test_disk.gcno
test_disk.gcda
test_disk
test_crypto_rsa.gcno
test_crypto_rsa.gcda
test_crypto_rsa
test_crypto_random.gcno
test_crypto_random.gcda
test_crypto_random
test_crypto_ksk.gcno
test_crypto_ksk.gcda
test_crypto_ksk
test_crypto_hash.gcno
test_crypto_hash.gcda
test_crypto_hash
test_crypto_crc.gcno
test_crypto_crc.gcda
test_crypto_crc
test_crypto_aes_weak.gcno
test_crypto_aes_weak.gcda
test_crypto_aes_weak
test_crypto_aes.gcno
test_crypto_aes.gcda
test_crypto_aes
test_container_multihashmap.gcno
test_container_multihashmap.gcda
test_container_multihashmap
test_container_meta_data.gcno
test_container_meta_data.gcda
test_container_meta_data
test_container_bloomfilter.gcno
test_container_bloomfilter.gcda
test_container_bloomfilter
test_configuration.gcno
test_configuration.gcda
test_configuration
test_common_logging.gcno
test_common_logging.gcda
test_common_logging
test_common_endian.gcno
test_common_endian.gcda
test_common_endian
test_common_allocation.gcno
test_common_allocation.gcda
test_common_allocation
test_client.gcno
test_client.gcda
test_client
perf_crypto_hash.gcno
perf_crypto_hash
Makefile.in
Makefile
.deps

   + test_peer.gcno
test_peer.gcda
test_peer
test_bio.gcno
test_bio.gcda
gnunet-service-resolver.gcda
test_bio
resolver_api.gcno
resolver_api.gcda
peer.gcno
peer.gcda
container_slist.gcno
container_slist.gcda
container_heap.gcno
container_heap.gcda
connection.gcno
connection.gcda
bio.gcno
bio.gcda
test_resolver_api.gcno
test_resolver_api.gcda
test_container_slist.gcno
test_container_slist.gcda
test_container_heap.gcno
test_container_heap.gcda
test_connection_transmit_cancel.gcno
test_connection_transmit_cancel.gcda
test_connection_timeout_no_connect.gcno
test_connection_timeout_no_connect.gcda
test_connection_timeout.gcno
test_connection_timeout.gcda
test_connection_receive_cancel.gcno
test_connection_receive_cancel.gcda
test_connection_addressing.gcno
test_connection_addressing.gcda
test_connection.gcno
test_connection.gcda
gnunet-service-resolver.gcno
test_resolver_api
test_container_slist
test_container_heap
gnunet-service-resolver
test_container_vector
test_connection_transmit_cancel
test_connection_timeout_no_connect
test_connection_timeout
test_connection_receive_cancel
test_connection_addressing
test_connection
time.gcno
time.gcda
test_plugin_plug.gcno
test_plugin_plug.gcda
strings.gcno
strings.gcda
signal.gcno
signal.gcda
service.gcno
service.gcda
server_tc.gcno
server_tc.gcda
server.gcno
server.gcda
scheduler.gcno
scheduler.gcda
pseudonym.gcno
pseudonym.gcda
program.gcno
program.gcda
plugin.gcno
plugin.gcda
os_priority.gcno
os_priority.gcda
os_network.gcno
os_network.gcda
os_load.gcno
os_load.gcda
os_installation.gcno
os_installation.gcda
network.gcno
network.gcda
getopt_helpers.gcno
getopt_helpers.gcda
getopt.gcno
getopt.gcda
disk.gcno
disk.gcda
crypto_rsa.gcno
crypto_rsa.gcda
crypto_random.gcno
crypto_random.gcda
crypto_ksk.gcno
crypto_ksk.gcda
crypto_hash.gcno
crypto_hash.gcda
crypto_crc.gcno
crypto_crc.gcda
crypto_aes.gcno
crypto_aes.gcda
container_multihashmap.gcno
container_multihashmap.gcda
container_meta_data.gcno
container_meta_data.gcda
container_bloomfilter.gcno
container_bloomfilter.gcda
configuration.gcno
configuration.gcda
common_logging.gcno
common_logging.gcda
common_gettext.gcno
common_gettext.gcda
common_endian.gcno
common_endian.gcda
common_allocation.gcno
common_allocation.gcda
client.gcno
client.gcda
test_time.gcda
test_strings.gcda
test_service.gcda
test_server_with_client.gcda
test_server_disconnect.gcda
test_server.gcda
test_scheduler_delay.gcda
test_scheduler.gcda
test_pseudonym.gcda
test_program.gcda
test_plugin.gcda
test_os_priority.gcda
test_os_network.gcda
test_os_load.gcda
perf_crypto_hash.gcda
test_time.gcno
test_time
test_strings.gcno
test_strings
test_service.gcno
test_service
test_server_with_client.gcno
test_server_with_client
test_server_disconnect.gcno
test_server_disconnect
test_server.gcno
test_server
test_scheduler_delay.gcno
test_scheduler_delay
test_scheduler.gcno
test_scheduler
test_pseudonym.gcno
test_pseudonym
test_program.gcno
test_program
test_plugin.gcno
test_plugin
test_os_priority.gcno
test_os_priority
test_os_network.gcno
test_os_network
test_os_load.gcno
test_os_load
test_network_transmit_cancel.gcno
test_network_transmit_cancel.gcda
test_network_transmit_cancel
test_network_timeout_no_connect.gcno
test_network_timeout_no_connect.gcda
test_network_timeout_no_connect
test_network_timeout.gcno
test_network_timeout.gcda
test_network_timeout
test_network_receive_cancel.gcno
test_network_receive_cancel.gcda
test_network_receive_cancel
test_network_addressing.gcno
test_network_addressing.gcda
test_network_addressing
test_network.gcno
test_network.gcda
test_network
test_getopt.gcno
test_getopt.gcda
test_getopt
test_disk.gcno
test_disk.gcda
test_disk
test_crypto_rsa.gcno
test_crypto_rsa.gcda
test_crypto_rsa
test_crypto_random.gcno
test_crypto_random.gcda
test_crypto_random
test_crypto_ksk.gcno
test_crypto_ksk.gcda
test_crypto_ksk
test_crypto_hash.gcno
test_crypto_hash.gcda
test_crypto_hash
test_crypto_crc.gcno
test_crypto_crc.gcda
test_crypto_crc
test_crypto_aes_weak.gcno
test_crypto_aes_weak.gcda
test_crypto_aes_weak
test_crypto_aes.gcno
test_crypto_aes.gcda
test_crypto_aes
test_container_multihashmap.gcno
test_container_multihashmap.gcda
test_container_multihashmap
test_container_meta_data.gcno
test_container_meta_data.gcda
test_container_meta_data
test_container_bloomfilter.gcno
test_container_bloomfilter.gcda
test_container_bloomfilter
test_configuration.gcno
test_configuration.gcda
test_configuration
test_common_logging.gcno
test_common_logging.gcda
test_common_logging
test_common_endian.gcno
test_common_endian.gcda
test_common_endian
test_common_allocation.gcno
test_common_allocation.gcda
test_common_allocation
test_client.gcno
test_client.gcda
test_client
perf_crypto_hash.gcno
perf_crypto_hash
Makefile.in
Makefile
.deps






reply via email to

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