fix compile error on FBSD
[oweals/gnunet.git] / TODO
diff --git a/TODO b/TODO
index 0e6f5846af20312e8490d8e4c2a335a178313a43..05a3d32894534357f40b82e8cc4aa78617e980aa 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
 0.9.0pre1:
 * FS: [CG]
+  - test indexing
   - test migration
   - TTL/priority calculations
   - hot-path routing, load considerations
@@ -11,64 +12,8 @@ May 16 12:49:50 fs-13737 WARNING Could not access indexed file `ENUTBMBR' at off
     NOTE: corrupted filename in open message
     NOTE: odd directory name in open message
 
-==14995== 8 bytes in 1 blocks are definitely lost in loss record 1 of 12
-==14995==    at 0x4024C4C: malloc (vg_replace_malloc.c:195)
-==14995==    by 0x4068F05: GNUNET_xmalloc_unchecked_ (common_allocation.c:92)
-==14995==    by 0x4068E33: GNUNET_xmalloc_ (common_allocation.c:61)
-==14995==    by 0x40519F5: GNUNET_DATASTORE_get_random (datastore_api.c:1102)
-==14995==    by 0x804ADCF: gather_migration_blocks (gnunet-service-fs.c:969)
-==14995==    by 0x40864C8: run_ready (scheduler.c:514)
-==14995==    by 0x4086970: GNUNET_SCHEDULER_run (scheduler.c:642)
-==14995==    by 0x408CF1B: GNUNET_SERVICE_run (service.c:1404)
-==14995==    by 0x804F725: main (gnunet-service-fs.c:3506)
-==14995== 
-==14995== 8 bytes in 1 blocks are definitely lost in loss record 2 of 12
-==14995==    at 0x4024C4C: malloc (vg_replace_malloc.c:195)
-==14995==    by 0x4068F05: GNUNET_xmalloc_unchecked_ (common_allocation.c:92)
-==14995==    by 0x4068E33: GNUNET_xmalloc_ (common_allocation.c:61)
-==14995==    by 0x4051ACB: GNUNET_DATASTORE_get (datastore_api.c:1160)
-==14995==    by 0x804F39A: handle_start_search (gnunet-service-fs.c:3352)
-==14995==    by 0x4087F9A: GNUNET_SERVER_inject (server.c:653)
-==14995==    by 0x40880A8: process_client_buffer (server.c:714)
-==14995==    by 0x4088529: restart_processing (server.c:848)
-==14995==    by 0x40864C8: run_ready (scheduler.c:514)
-==14995==    by 0x4086970: GNUNET_SCHEDULER_run (scheduler.c:642)
-==14995==    by 0x408CF1B: GNUNET_SERVICE_run (service.c:1404)
-==14995==    by 0x804F725: main (gnunet-service-fs.c:3506)
-==14995== 
-==14995== 120 bytes in 15 blocks are definitely lost in loss record 5 of 12
-==14995==    at 0x4024C4C: malloc (vg_replace_malloc.c:195)
-==14995==    by 0x4068F05: GNUNET_xmalloc_unchecked_ (common_allocation.c:92)
-==14995==    by 0x4068E33: GNUNET_xmalloc_ (common_allocation.c:61)
-==14995==    by 0x4050DA1: GNUNET_DATASTORE_put (datastore_api.c:695)
-==14995==    by 0x804DD79: handle_p2p_put (gnunet-service-fs.c:2591)
-==14995==    by 0x40588B8: main_notify_handler (core_api.c:468)
-==14995==    by 0x4067DAE: receive_task (client.c:499)
-==14995==    by 0x40864C8: run_ready (scheduler.c:514)
-==14995==    by 0x4086970: GNUNET_SCHEDULER_run (scheduler.c:642)
-==14995==    by 0x408CF1B: GNUNET_SERVICE_run (service.c:1404)
-==14995==    by 0x804F725: main (gnunet-service-fs.c:3506)
-==14995== 
-
-* TESTING:
-1206      if ((ctx->timeout_task != GNUNET_SCHEDULER_NO_TASK) && (tc->reason != GNUNET_SCHEDULER_R│
-   │1207        {                                                                                     │
-  >│1208          GNUNET_SCHEDULER_cancel(ctx->d1->sched, ctx->timeout_task);                         │
-   │1209          ctx->timeout_task = GNUNET_SCHEDULER_NO_TASK;                                       │
-   │1210        }                                                                                     │
-
-(gdb) print tc->reason
-$5 = GNUNET_SCHEDULER_REASON_SHUTDOWN
-
-  #0  0x00d4c422 in __kernel_vsyscall ()
-#1  0x00148651 in raise () from /lib/tls/i686/cmov/libc.so.6
-#2  0x0014ba82 in abort () from /lib/tls/i686/cmov/libc.so.6
-#3  0x005fe4a5 in GNUNET_SCHEDULER_cancel (sched=0xbfb216ac, task=70) at scheduler.c:734
-#4  0x00114fdd in notify_connect_result (cls=0x8b582c8, tc=0xbfb21648) at testing.c:1208
-#5  0x005fde79 in run_ready (sched=0xbfb216ac) at scheduler.c:514
-#6  0x005fe315 in GNUNET_SCHEDULER_run (task=0x5fa53c <program_main>, task_cls=0xbfb217e4)
-    at scheduler.c:642
 
+May 18 10:53:51 transport-8149 WARNING External protocol violation detected at plugin_transport_tcp.c:1275.
 
 * TBENCH: [MW]
   - good to have for transport/DV evaluation!